Skip to content

Commit

Permalink
Merge branch 'develop' into options_docs to prepare for merging to de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
viktorht committed Feb 2, 2024
2 parents 0683401 + 8d1e08b commit f2741f6
Show file tree
Hide file tree
Showing 29 changed files with 11 additions and 19,953 deletions.
3,688 changes: 0 additions & 3,688 deletions docs/atom_mapping_example_notebook.ipynb

This file was deleted.

22 changes: 10 additions & 12 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

# -- Project information -----------------------------------------------------

project = 'incawrapper'
copyright = '2021, Biosustain'
author = 'Biosustain'
project = "incawrapper"
copyright = "2021, Biosustain"
author = "Biosustain"

# The full version, including alpha/beta/rc tags
release = '0.0.1'
release = "0.0.1"


# -- General configuration ---------------------------------------------------
Expand All @@ -25,10 +25,10 @@
"sphinx.ext.intersphinx",
"numpydoc",
"nbsphinx",
#"autoapi.extension"
"autoapi.extension",
]
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
autosummary_generate = True
numpydoc_show_class_members = False

Expand All @@ -42,15 +42,13 @@
# -- Options for HTML output -------------------------------------------------

html_title = "incawrapper"
html_theme = 'sphinx_material'
html_theme = "sphinx_material"
html_theme_options = {
"repo_url": "https://github.com/biosustain/incawrapper",
"repo_name": "incawrapper",
"color_primary": "indigo",
"color_accent": "pink",
"globaltoc_depth": 3
}
html_sidebars = {
"**": ["globaltoc.html", "localtoc.html"]
"globaltoc_depth": 3,
}
html_sidebars = {"**": ["globaltoc.html", "localtoc.html"]}
html_collapsible_definitions = True
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ Overview of the documentation
input_data
multiple_experiments
monte_carlo_sampling
atom_mapping_example_notebook
incawrapper_and_the_incagui
options
Low_level_api
examples/index
developer/index
API <./autoapi/index.rst>
API </autoapi/incawrapper/index.rst>


References
Expand Down
4 changes: 0 additions & 4 deletions incawrapper/atommapping/__init__.py

This file was deleted.

Loading

0 comments on commit f2741f6

Please sign in to comment.