CODECONVENTIONS: docs: Markup for None/True/False.

Based on what CPython uses. However, Read The Docs theme styles this
markup in very stand-out way, so we may think what to do about it.
pull/3017/merge
Paul Sokolovsky 2017-06-25 00:26:44 +03:00
rodzic 7f2bc83dbc
commit 176aa681f0
1 zmienionych plików z 10 dodań i 4 usunięć

Wyświetl plik

@ -184,6 +184,16 @@ This is :ref:`reference <xref_target>`.
:ref:`xref_target`).
~~~
* Linking to external URL:
```
`link text <http://foo.com/...>`_
```
* Referencing builtin singleton objects:
```
``None``, ``True``, ``False``
```
* Use following syntax to create common description for more than one element:
~~~
.. function:: foo(x)
@ -192,10 +202,6 @@ This is :ref:`reference <xref_target>`.
Description common to foo() and bar().
~~~
* Linking to external URL:
```
`link text <http://foo.com/...>`_
```
More detailed guides and quickrefs: