Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mbtrack2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PA
Collective Effects
mbtrack2
Commits
c7ce078b
Commit
c7ce078b
authored
8 months ago
by
Vadim Gubaidulin
Browse files
Options
Downloads
Patches
Plain Diff
small changes for documentation format
parent
0204f99a
No related branches found
No related tags found
1 merge request
!13
v0.7.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/conf.py
+7
-1
7 additions, 1 deletion
docs/source/conf.py
with
7 additions
and
1 deletion
docs/source/conf.py
+
7
−
1
View file @
c7ce078b
...
...
@@ -36,9 +36,15 @@ release = '0.6.0'
# ones.
extensions
=
[
'
sphinx.ext.autodoc
'
,
'
sphzinx.ext.mathjax
'
,
'
sphinx.ext.mathjax
'
,
'
sphinx.ext.viewcode
'
,
'
myst_parser
'
'
myst_parser
'
,
'
sphinx.ext.autosectionlabel
'
,
]
autosectionlabel_prefix_document
=
True
autosectionlabel_maxdepth
=
2
autodoc_default_options
=
{
'
member-order
'
:
'
bysource
'
,
# Keep the order of members as they appear in the source code
'
undoc-members
'
:
True
,
# Do not show undocumented members
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment