Skip to content

Commit

Permalink
- small update to skip parent module name in documentation for clarit…
Browse files Browse the repository at this point in the history
…y [no ci]
  • Loading branch information
amkrajewski authored Oct 25, 2023
1 parent 9d09a00 commit 521a8d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
sphinx_github_changelog_token = password = os.environ.get("sphinx_github_changelog_token")

# -- Options for autodoc -----------------------------------------------------

add_module_names = False
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '../**/tests*']

Expand Down Expand Up @@ -93,4 +95,4 @@ def find_source():
filename = info["module"].replace(".", "/") + ".py"

tag = "v" + __version__
return f"https://github.com/PhasesResearchLab/pySIPFENN/blob/{tag}/{filename}"
return f"https://github.com/PhasesResearchLab/pySIPFENN/blob/{tag}/{filename}"

0 comments on commit 521a8d5

Please sign in to comment.