Skip to content
Snippets Groups Projects

Feature/update documentation

Merged Karel van Klink requested to merge feature/update-documentation into develop
8 files
+ 17
29
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 1
1
@@ -19,7 +19,7 @@ html_css_files = ['custom.css']
html_js_files = ['custom.js']
html_logo = 'static/geant_logo_white.svg'
# Both the class' and the __init__ method's docstring are concatenated and inserted.
# Both the class' and the ``__init__`` method's docstring are concatenated and inserted.
autoclass_content = 'both'
# Display todos by setting to True
Loading