Skip to content

Commit

Permalink
upd docs and tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
edikedik committed Feb 9, 2023
1 parent 6c4d708 commit d101984
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 2,076 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.viewcode",
"sphinxcontrib.bibtex",
# 'sphinx.ext.napoleon',
"nbsphinx",
]

# bibtex_bibfiles = ["ref.bib"]
# bibtex_default_style = "unsrt"
# bibtex_reference_style = "author_year"
bibtex_bibfiles = ["ref.bib"]
bibtex_default_style = "unsrt"
bibtex_reference_style = "author_year"

# To include __init__ docs
autoclass_content = "class"
Expand Down
1,336 changes: 54 additions & 1,282 deletions docs/notebooks/demo.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit d101984

Please sign in to comment.