Minor dev guidelines formatting fixes
Change-Id: I650bc69bed98ac3cd45c79caaf4007d713e21fd9
This commit is contained in:
parent
fab96ed11a
commit
c4d455ca03
@ -203,19 +203,20 @@ The documentation in docstrings should follow the PEP 257 conventions
|
||||
|
||||
More specifically:
|
||||
|
||||
1. Triple quotes should be used for all docstrings.
|
||||
2. If the docstring is simple and fits on one line, then just use
|
||||
one line.
|
||||
3. For docstrings that take multiple lines, there should be a newline
|
||||
after the opening quotes, and before the closing quotes.
|
||||
4. Sphinx is used to build documentation, so use the restructured text
|
||||
markup to designate parameters, return values, etc. Documentation on
|
||||
the sphinx specific markup can be found here:
|
||||
http://sphinx.pocoo.org/markup/index.html
|
||||
#. Triple quotes should be used for all docstrings.
|
||||
#. If the docstring is simple and fits on one line, then just use
|
||||
one line.
|
||||
#. For docstrings that take multiple lines, there should be a newline
|
||||
after the opening quotes, and before the closing quotes.
|
||||
#. Sphinx is used to build documentation, so use the restructured text
|
||||
markup to designate parameters, return values, etc. Documentation on
|
||||
the sphinx specific markup can be found here:
|
||||
http://sphinx.pocoo.org/markup/index.html
|
||||
|
||||
Installing Sphinx:
|
||||
#. Install sphinx (On Ubuntu: `sudo apt-get install python-sphinx`)
|
||||
#. `python setup.py build_sphinx`
|
||||
|
||||
#. Install sphinx (On Ubuntu: ``sudo apt-get install python-sphinx``)
|
||||
#. ``python setup.py build_sphinx``
|
||||
|
||||
--------
|
||||
Manpages
|
||||
|
Loading…
Reference in New Issue
Block a user