Skip to content

Commit

Permalink
Autogenerate docs for whole package
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Sep 20, 2023
1 parent 237f3a3 commit 7b20d16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ def setup(app): # type: ignore

# is_subproject = True
# readthedocs_url = "https://rctab.readthedocs.io"

# -- Options for autosummary extension

autosummary_generate = True
8 changes: 5 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
Welcome to rctab-cli's documentation!
=====================================

.. automodule:: rctab_cli.cli
:members:

..
.. subprojecttoctree::
:maxdepth: 2
:caption: Contents:
.. autosummary::
:toctree: _autosummary
:recursive:

rctab_cli


Indices and tables
Expand Down

0 comments on commit 7b20d16

Please sign in to comment.