Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.ip.stereo
Commits
1a271911
Commit
1a271911
authored
Jul 16, 2021
by
Vincent POLLET
Browse files
[DOC] Fix pandas doc link, ignore opencv's
parent
50bad546
Pipeline
#52441
passed with stage
in 14 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
1a271911
...
...
@@ -233,6 +233,8 @@ if os.path.exists(sphinx_requirements):
else
:
intersphinx_mapping
=
link_documentation
()
intersphinx_mapping
[
'pandas'
]
=
(
'http://pandas.pydata.org/pandas-docs/dev'
,
None
)
# We want to remove all private (i.e. _. or __.__) members
# that are not in the list of accepted functions
accepted_private_functions
=
[
'__array__'
]
...
...
@@ -253,4 +255,4 @@ def member_function_test(app, what, name, obj, skip, options):
def
setup
(
app
):
app
.
connect
(
'autodoc-skip-member'
,
member_function_test
)
\ No newline at end of file
app
.
connect
(
'autodoc-skip-member'
,
member_function_test
)
doc/nitpick-exceptions.txt
0 → 100644
View file @
1a271911
py:obj cv2.aruco_CharucoBoard
Write
Preview
Markdown
is supported
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