Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.ip.stereo
Commits
e0d0a75e
Commit
e0d0a75e
authored
Jan 21, 2021
by
Vincent POLLET
Browse files
[DOC] Use autodoc_default_options instead of deprecated autodoc_default_flags
parent
a476bc63
Pipeline
#47245
failed with stage
in 10 minutes and 39 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/api.rst
View file @
e0d0a75e
.. vim: set fileencoding=utf-8 :
.. Tue 09 Jun 2020 13:16:45 CET
============
Python API
============
============
==================
Python API
for bob.ip.stereo
============
==================
Package Documentation
---------------------
...
...
doc/conf.py
View file @
e0d0a75e
...
...
@@ -7,7 +7,7 @@ import pkg_resources
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx
=
'
1.3
'
needs_sphinx
=
'
3.2
'
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
...
...
@@ -216,11 +216,11 @@ rst_epilog = """
# Default processing flags for sphinx
autoclass_content
=
'class'
autodoc_member_order
=
'bysource'
autodoc_default_
flag
s
=
[
'members'
,
'undoc-members'
,
'show-inheritance'
,
]
autodoc_default_
option
s
=
{
'members'
:
True
,
'undoc-members'
:
True
,
'show-inheritance'
:
True
}
# For inter-documentation mapping:
...
...
doc/index.rst
View file @
e0d0a75e
...
...
@@ -6,7 +6,7 @@
New package
=============
.. todo
::
.. todo::
Write here a small (1 paragraph) introduction explaining this project. See
other projects for examples.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment