diff options
| -rw-r--r-- | docs/index.rst | 6 | ||||
| -rw-r--r-- | docs/latexindex.rst | 2 | ||||
| -rw-r--r-- | docs/style-guide.rst (renamed from docs/conventions.rst) | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst index 02c35866a..f41154c19 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -213,13 +213,13 @@ Copyright, Trademarks, and Attributions copyright -Typographical Conventions -========================= +Style Guide +=========== .. toctree:: :maxdepth: 1 - conventions + style-guide Index and Glossary diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 05199d313..83a139917 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -15,7 +15,7 @@ Front Matter :maxdepth: 1 copyright - conventions + style-guide authorintro designdefense diff --git a/docs/conventions.rst b/docs/style-guide.rst index de041da04..856d6ea85 100644 --- a/docs/conventions.rst +++ b/docs/style-guide.rst @@ -1,5 +1,7 @@ -Typographical Conventions -========================= +.. _style_guide: + +Style Guide +=========== Literals, filenames, and function arguments are presented using the following style: |
