Skip to content

Commit

Permalink
incomplete documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Jul 6, 2023
1 parent 01cb76d commit a01bb68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
"sphinx.ext.napoleon",
"sphinx.ext.autodoc",
"sphinx.ext.viewcode"
]

templates_path = ['_templates']
Expand All @@ -32,3 +34,5 @@
html_theme = 'sphinx_rtd_theme'
html_theme_path = ["_themes", ]
html_static_path = ['_static']

autoclass_content = 'both'
5 changes: 1 addition & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.. wxflow documentation master file, created by
sphinx-quickstart on Thu Jul 6 11:20:05 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. wxflow documentation master file
wxflow
======
Expand Down
4 changes: 0 additions & 4 deletions docs/logger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@
:members:
:show-inheritance:
:inherited-members:
.. autoclass:: ColoredFormatter
:members:
:show-inheritance:
:inherited-members:
.. autofunction:: logit
1 change: 1 addition & 0 deletions docs/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx
sphinx-autobuild
sphinx-rtd-theme
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ where=src

[options.extras_require]
dev = pytest>=7; pytest-cov>=3
docs = sphinx>=4 sphinx_rtd_theme>=0.5
docs = sphinx>=4; sphinx-autobuild; sphinx_rtd_theme>=0.5

[green]
file-pattern = test_*.py
Expand Down

0 comments on commit a01bb68

Please sign in to comment.