Update docs

pull/35/head
Eric Holscher 9 years ago
parent b471a7dab1
commit 95154786ac

@ -23,7 +23,7 @@
extensions = ['autoapi.extension']
autoapi_type = 'python'
autoapi_dir = '../autoapi'
autoapi_dirs = ['../autoapi']
autoapi_file_pattern = '*.py'
autoapi_options = ['members', 'undoc-members', 'private-members']

@ -124,7 +124,7 @@ There will be Sphinx configuration for how things get built:
.. code-block:: rst
autoapi_root = 'api' # Where HTML is generated
autoapi_dir = 'yaml' # Directory of YAML sources
autoapi_dirs = ['yaml'] # Directory of YAML sources
We will then loop over all YAML files in the ``autoapi_dir`` and parse them.
They will then be output into ``autoapi_root`` inside the documentation.

Loading…
Cancel
Save