diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-11-20 02:15:23 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-11-20 02:15:23 -0800 |
| commit | fb88f053a2a6ffaf3d597d49790fb19e956358e0 (patch) | |
| tree | 73627e5471ecc2f8ef02b425b899db7ea589f6b9 | |
| parent | 85672acc4da0335defc2a77e5d2121ab9195871c (diff) | |
| download | pyramid-fb88f053a2a6ffaf3d597d49790fb19e956358e0.tar.gz pyramid-fb88f053a2a6ffaf3d597d49790fb19e956358e0.tar.bz2 pyramid-fb88f053a2a6ffaf3d597d49790fb19e956358e0.zip | |
Rename Typographical Conventions to Style Guide
| -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: |
