Skip to content
Snippets Groups Projects
Commit 064f63a7 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

fixing example titles

parent 83153b62
No related branches found
No related tags found
No related merge requests found
...@@ -62,10 +62,19 @@ def get_user_pass(): ...@@ -62,10 +62,19 @@ def get_user_pass():
confluence_publish = True confluence_publish = True
confluence_space_name = "BPWP" confluence_space_name = "BPWP"
confluence_parent_page = "TraceWin python tools" confluence_parent_page = "TraceWin Reference"
confluence_title_overrides = {
"index": "TraceWin Python Tools",
"examples/error_study": "Examples - Error Study",
"examples/fieldmap": "Examples - fieldmap",
"examples/lib_tw": "Examples - lib_tw",
"examples/nextcloud": "Examples - nextcloud",
"examples/tracewin": "Examples - TraceWin",
}
confluence_page_hierarchy = True confluence_page_hierarchy = True
confluence_server_url = "https://confluence.esss.lu.se/" confluence_server_url = "https://confluence.esss.lu.se/"
confluence_server_user, confluence_server_pass = get_user_pass() if confluence_publish:
confluence_server_user, confluence_server_pass = get_user_pass()
# set napoleon style docstring # set napoleon style docstring
napoleon_google_docstring = False napoleon_google_docstring = False
......
TraceWin Lib TraceWin
-------- ------------
Some example use cases... Some example use cases...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment