Skip to content
Snippets Groups Projects
Commit 6eb3b514 authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

doc optimization

parent dcb1c709
No related branches found
No related tags found
No related merge requests found
documentation.md documentation.md
documentation.rst
documentation_files documentation_files
...@@ -58,7 +58,7 @@ $(AUTODOCDIR): $(MODULEDIR) ...@@ -58,7 +58,7 @@ $(AUTODOCDIR): $(MODULEDIR)
# $(AUTODOCBUILD) -f -o $@ $^ # $(AUTODOCBUILD) -f -o $@ $^
doc-requirements: $(AUTODOCDIR) doc-requirements: $(AUTODOCDIR)
jupyter nbconvert documentation.ipynb --to markdown jupyter nbconvert documentation.ipynb --to rst
html: doc-requirements html: doc-requirements
......
.code .highlight {
background: #eeffcc;
}
.highlight {
background: #f4f4f4;
}
...@@ -185,6 +185,9 @@ else: ...@@ -185,6 +185,9 @@ else:
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] html_static_path = ['_static']
def setup(app):
app.add_stylesheet('css/custom.css')
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
# html_last_updated_fmt = '%b %d, %Y' # html_last_updated_fmt = '%b %d, %Y'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment