summaryrefslogtreecommitdiff
path: root/docs/typographical-conventions.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-12-08 03:25:24 -0800
committerSteve Piercy <web@stevepiercy.com>2016-12-08 03:25:24 -0800
commitcfbc73dc042d924503527add9b32c48aa3ba29bd (patch)
tree1033abf974b45d92576f6054c13806db2f6faf64 /docs/typographical-conventions.rst
parentfa842555b41f807c8f4a8528113d7742eb7633e8 (diff)
downloadpyramid-cfbc73dc042d924503527add9b32c48aa3ba29bd.tar.gz
pyramid-cfbc73dc042d924503527add9b32c48aa3ba29bd.tar.bz2
pyramid-cfbc73dc042d924503527add9b32c48aa3ba29bd.zip
update typographical conventions per @bertjwregeer
Diffstat (limited to 'docs/typographical-conventions.rst')
-rw-r--r--docs/typographical-conventions.rst89
1 files changed, 0 insertions, 89 deletions
diff --git a/docs/typographical-conventions.rst b/docs/typographical-conventions.rst
index 5c7efea31..19894775b 100644
--- a/docs/typographical-conventions.rst
+++ b/docs/typographical-conventions.rst
@@ -28,32 +28,6 @@ A glossary defines terms used throughout the documentation. References to glossa
Note it is hyperlinked, and when clicked it will take the user to the term in the Glossary and highlight the term.
-.. _typographical-conventions-headings:
-
-Headings
---------
-
-Sections, sub-sections, and sub-sub-sections within a web page or chapter are denoted with headings at various levels. The immediately preceding heading "Headings" is a section heading. Sub-section and sub-sub-section headings are shown as follows.
-
-Heading Level 2
-^^^^^^^^^^^^^^^
-
-sub-section
-
-Heading Level 3
-"""""""""""""""
-
-sub-sub-section
-
-
-.. _typographical-conventions-paragraphs:
-
-Paragraphs
-----------
-
-A paragraph of text looks exactly like this paragraph.
-
-
.. _typographical-conventions-links:
Links
@@ -202,53 +176,6 @@ Inline code is displayed as follows, where the inline code is 'pip install -e ".
Install requirements for building documentation: ``pip install -e ".[docs]"``
-.. _typographical-conventions-lists:
-
-Lists
------
-
-Bulleted lists display as follows.
-
-* This is an item in a bulleted list.
-* This is another item in a bulleted list.
-
-Numbered lists display as follows.
-
-#. This is an item in a numbered list.
-#. This is another item in a numbered list.
-
-Nested lists display as follows.
-
-#. This is a list item in the parent list.
-#. This is another list item in the parent list.
-
- #. This is a list item in the child list.
- #. This is another list item in the child list.
-
-#. This is one more list item in the parent list.
-
-
-.. _typographical-conventions-tables:
-
-Tables
-------
-
-Tables display as follows.
-
-===== =====
-col 1 col 2
-===== =====
-1 Second column of row 1.
-2 Second column of row 2.
- Second line of paragraph.
-3 * Second column of row 3.
-
- * Second item in bullet
- list (row 3, column 2).
-\ Row 4; column 1 will be empty.
-===== =====
-
-
.. _typographical-conventions-feature-versioning:
Feature versioning
@@ -350,22 +277,6 @@ Todo items designated tasks that require further work.
This is a todo item.
-.. _typographical-conventions-italics:
-
-Italics
--------
-
-This *word* is italicized.
-
-
-.. _typographical-conventions-strong:
-
-Strong
-------
-
-This **word** is in bold text.
-
-
.. _typographical-conventions-cross-references:
Cross-references