Skip to content

Commit

Permalink
using nbsphinx for tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Jan 7, 2024
1 parent ea8dc27 commit 083c384
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 5 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"sphinx.ext.mathjax",
"sphinx.ext.viewcode",
"sphinx.ext.githubpages",
"nbsphinx",
"sphinxarg.ext",
]

intersphinx_mapping = {
Expand All @@ -59,8 +61,8 @@
html_theme = "sphinx_rtd_theme"
html_logo = "pics/pyaro.svg"
html_theme_options = {
'logo_only': True,
'display_version': False,
"logo_only": True,
"display_version": False,
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand All @@ -71,5 +73,5 @@
# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
html_css_files = [
'custom.css',
"custom.css",
]
4 changes: 1 addition & 3 deletions docs/tutorials/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
Tutorials
---------

pyaro tutorials and examples.

All tutorials are jupyter notebooks.
pyaro tutorials and examples. All tutorials are jupyter notebooks.

Getting started
===============
Expand Down

0 comments on commit 083c384

Please sign in to comment.