File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,10 @@ Documentation
6464-------------
6565
6666* Documentation should be put in the ``docs `` folder. The contents have been generated using ``sphinx-quickstart `` (Sphinx version 1.6.5).
67- * We recommend writing the documentation using Restructured Text (reST)
67+ * We recommend writing the documentation using Restructured Text (reST) and Google style docstrings.
6868
6969 - `Restructured Text (reST) and Sphinx CheatSheet <http://openalea.gforge.inria.fr/doc/openalea/doc/_build/html/source/sphinx/rest_syntax.html >`_
70+ - `Google style docstring examples <http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html >`_.
7071
7172* To generate html documentation run ``python setup.py build_sphinx ``
7273
You can’t perform that action at this time.
0 commit comments