Skip to content

Commit 392f0b7

Browse files
committed
add title to docs/api.rst
1 parent e1f081f commit 392f0b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{{ cookiecutter.__dirname }}/docs/{% if cookiecutter.sphinx_docs in ['y', 'yes'] %}api.rst{% endif %}

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
55
.. use this format as the module name: "adafruit_foo.foo"
66

7+
API Reference
8+
#############
9+
710
.. automodule:: {% if cookiecutter.library_prefix %}{{ cookiecutter.library_prefix | lower }}_{% endif %}{{ cookiecutter.library_name | lower | replace(" ", "_") }}
811
:members:

0 commit comments

Comments
 (0)