Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
e069e1f1
Unverified
Commit
e069e1f1
authored
Aug 24, 2023
by
Stephen Farr
Committed by
GitHub
Aug 24, 2023
Browse files
Add link to cookbook and tutorials in docs sidepane (#4075)
parent
d2593f38
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
docs-source/api-c++/conf.py
docs-source/api-c++/conf.py
+5
-0
docs-source/api-python/conf.py
docs-source/api-python/conf.py
+5
-0
docs-source/developerguide/conf.py
docs-source/developerguide/conf.py
+5
-0
docs-source/usersguide/conf.py
docs-source/usersguide/conf.py
+5
-0
No files found.
docs-source/api-c++/conf.py
View file @
e069e1f1
...
...
@@ -60,6 +60,11 @@ html_theme_options = {
"uri"
:
"../api-python/"
,
"relative"
:
True
,
},
{
"title"
:
"Cookbook & Tutorials"
,
"uri"
:
"https://openmm.github.io/openmm-cookbook/"
,
"relative"
:
False
,
},
{
"title"
:
"GitHub"
,
"uri"
:
"https://github.com/openmm"
,
...
...
docs-source/api-python/conf.py
View file @
e069e1f1
...
...
@@ -64,6 +64,11 @@ html_theme_options = {
"uri"
:
"../api-c++/"
,
"relative"
:
True
,
},
{
"title"
:
"Cookbook & Tutorials"
,
"uri"
:
"https://openmm.github.io/openmm-cookbook/"
,
"relative"
:
False
,
},
{
"title"
:
"GitHub"
,
"uri"
:
"https://github.com/openmm"
,
...
...
docs-source/developerguide/conf.py
View file @
e069e1f1
...
...
@@ -133,6 +133,11 @@ html_theme_options = {
"uri"
:
"../api-c++/"
,
"relative"
:
True
,
},
{
"title"
:
"Cookbook & Tutorials"
,
"uri"
:
"https://openmm.github.io/openmm-cookbook/"
,
"relative"
:
False
,
},
{
"title"
:
"GitHub"
,
"uri"
:
"https://github.com/openmm"
,
...
...
docs-source/usersguide/conf.py
View file @
e069e1f1
...
...
@@ -141,6 +141,11 @@ html_theme_options = {
"uri"
:
"../api-c++/"
,
"relative"
:
True
,
},
{
"title"
:
"Cookbook & Tutorials"
,
"uri"
:
"https://openmm.github.io/openmm-cookbook/"
,
"relative"
:
False
,
},
{
"title"
:
"GitHub"
,
"uri"
:
"https://github.com/openmm"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment