Skip to content

Commit

Permalink
Expand WCompBase docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Mar 11, 2024
1 parent 172907f commit fa44837
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 45 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
# branches:
# - develop
paths:
- docs/**
# paths:
# - docs/**

# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
Expand Down
9 changes: 6 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ sphinx:
- 'sphinx.ext.viewcode'
# - 'sphinx_autodoc_typehints'
# - 'sphinxcontrib.autoyaml'
# - 'sphinx.ext.napoleon' # Formats google and numpy docstring styles
- 'sphinxcontrib.mermaid'
- 'sphinx.ext.napoleon' # Formats docstring for Google and NumPy style, https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html
- 'sphinxcontrib.mermaid' # https://sphinxcontrib-mermaid-demo.readthedocs.io/en/latest/

config:
# html_theme: sphinx_book_theme
Expand All @@ -56,6 +56,8 @@ sphinx:
undoc-members: true
private-members: false
# special-members: true
special-members': __init__

# inherited-members
# show-inheritance
# ignore-module-all
Expand All @@ -65,4 +67,5 @@ sphinx:
# no-value
autodoc_typehints: both
# mermaid_output_format: png
mermaid_version: 10.9.0
mermaid_version: 10.9.0
# napoleon_use_admonition_for_examples: true
Loading

0 comments on commit fa44837

Please sign in to comment.