Unverified Commit e069e1f1 authored by Stephen Farr's avatar Stephen Farr Committed by GitHub
Browse files

Add link to cookbook and tutorials in docs sidepane (#4075)

parent d2593f38
...@@ -60,6 +60,11 @@ html_theme_options = { ...@@ -60,6 +60,11 @@ html_theme_options = {
"uri": "../api-python/", "uri": "../api-python/",
"relative": True, "relative": True,
}, },
{
"title": "Cookbook & Tutorials",
"uri": "https://openmm.github.io/openmm-cookbook/",
"relative": False,
},
{ {
"title": "GitHub", "title": "GitHub",
"uri": "https://github.com/openmm", "uri": "https://github.com/openmm",
......
...@@ -64,6 +64,11 @@ html_theme_options = { ...@@ -64,6 +64,11 @@ html_theme_options = {
"uri": "../api-c++/", "uri": "../api-c++/",
"relative": True, "relative": True,
}, },
{
"title": "Cookbook & Tutorials",
"uri": "https://openmm.github.io/openmm-cookbook/",
"relative": False,
},
{ {
"title": "GitHub", "title": "GitHub",
"uri": "https://github.com/openmm", "uri": "https://github.com/openmm",
......
...@@ -133,6 +133,11 @@ html_theme_options = { ...@@ -133,6 +133,11 @@ html_theme_options = {
"uri": "../api-c++/", "uri": "../api-c++/",
"relative": True, "relative": True,
}, },
{
"title": "Cookbook & Tutorials",
"uri": "https://openmm.github.io/openmm-cookbook/",
"relative": False,
},
{ {
"title": "GitHub", "title": "GitHub",
"uri": "https://github.com/openmm", "uri": "https://github.com/openmm",
......
...@@ -141,6 +141,11 @@ html_theme_options = { ...@@ -141,6 +141,11 @@ html_theme_options = {
"uri": "../api-c++/", "uri": "../api-c++/",
"relative": True, "relative": True,
}, },
{
"title": "Cookbook & Tutorials",
"uri": "https://openmm.github.io/openmm-cookbook/",
"relative": False,
},
{ {
"title": "GitHub", "title": "GitHub",
"uri": "https://github.com/openmm", "uri": "https://github.com/openmm",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment