Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation #96

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ install*
debug*
.idea
.ipynb_checkpoints
*.ipynb
*.swp
cmake-build-debug
.direnv
.pytest_cache

# Editor junk
.vscode

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 1 addition & 1 deletion cmake/custom/fetch_mrcpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else()
GIT_REPOSITORY
https://github.com/MRChemSoft/mrcpp.git
GIT_TAG
1a6d450ac356feffba5c5cb2d02b92a875dbb9aa
e2f0e7e897261dbf
)

set(CMAKE_CXX_COMPILER ${CMAKE_CXX_COMPILER})
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def version_from_file(f):
html_sidebars = {
"**": [
"sidebar-logo.html",
"searchbox.html",
"sbt-sidebar-nav.html",
]
}
10 changes: 9 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ Check out the :doc:`usage` section for further information, including how to :re
:caption: Contents

usage
notebooks/vampyr_intro
notebooks/introduction
notebooks/function_representations
notebooks/multiwavelets
notebooks/poisson_equation
notebooks/helmholtz_equation
notebooks/hydrogen_atom
notebooks/helium_atom
notebooks/beryllium_atom
notebooks/multiwavelets
notebooks/PCMSolvent

.. toctree::
Expand Down
Loading