Skip to content

Commit

Permalink
Base changes to auto-generate docs from source code
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Sep 28, 2023
1 parent 917220c commit 9c6dc20
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

# -- General configuration ---------------------------------------------------

extensions = []
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
]

templates_path = ['_templates']
exclude_patterns = []
Expand Down
11 changes: 11 additions & 0 deletions docs/source/dev/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. api.rst
.. _api:

API
===

.. autosummary::
:toctree: generated

sasdata
6 changes: 5 additions & 1 deletion docs/source/dev/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
.. _dev:

Developer Documentation
=======================
=======================

.. toctree::

api

0 comments on commit 9c6dc20

Please sign in to comment.