Skip to content
Snippets Groups Projects
Commit c7ce078b authored by Vadim Gubaidulin's avatar Vadim Gubaidulin
Browse files

small changes for documentation format

parent 0204f99a
Branches
No related tags found
1 merge request!13v0.7.0
...@@ -36,9 +36,15 @@ release = '0.6.0' ...@@ -36,9 +36,15 @@ release = '0.6.0'
# ones. # ones.
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphzinx.ext.mathjax',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'myst_parser' 'myst_parser',
'sphinx.ext.autosectionlabel',
] ]
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 2
autodoc_default_options = { autodoc_default_options = {
'member-order': 'bysource', # Keep the order of members as they appear in the source code 'member-order': 'bysource', # Keep the order of members as they appear in the source code
'undoc-members': True, # Do not show undocumented members 'undoc-members': True, # Do not show undocumented members
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment