Skip to content

Commit

Permalink
Documenting structure factor (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus authored Dec 13, 2023
1 parent b45cd1a commit 44120ee
Show file tree
Hide file tree
Showing 8 changed files with 5,463 additions and 2,257 deletions.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
author = "Tom de Geus"

extensions = [
"sphinx_tabs.tabs",
"sphinx.ext.autosummary",
"sphinx.ext.mathjax",
"sphinx.ext.todo",
"sphinx_tabs.tabs",
]

autodoc_type_aliases = {"Iterable": "Iterable", "ArrayLike": "ArrayLike", "DTypeLike": "DTypeLike"}
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
html_theme = "furo"
Loading

0 comments on commit 44120ee

Please sign in to comment.