Skip to content

Commit

Permalink
Update docs - API
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelkou committed Aug 18, 2023
1 parent b7d9407 commit 86f8ef2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/source/API.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
API
=====

.. automodule:: fava.cook
This section provides documentation for the `fava.py` module.

.. automodule:: fava
:members:
:undoc-members:
:show-inheritance:
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html

# -- Path setup --------------------------------------------------------------
import os
import sys
from pathlib import Path

HERE = Path(__file__).parent
sys.path.insert(0, str(HERE / "extensions"))
# Add the path to the directory containing fava.py to the Python path
sys.path.insert(0, os.path.abspath("../../src/favapy"))

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Welcome to favapy’s documentation!
Installation
Using_FAVA_as_a_Python_library
Command_Line_Interface
Tutorials
API
Tutorials

Introduction
-------------
Expand Down

0 comments on commit 86f8ef2

Please sign in to comment.