Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf4e812

Browse filesBrowse files
committed
doc: add pandas and xarray fixtures to testing API docs
1 parent 613c9c9 commit cf4e812
Copy full SHA for cf4e812

File tree

2 files changed

+8
-0
lines changed
Filter options

2 files changed

+8
-0
lines changed

‎doc/api/testing_api.rst

Copy file name to clipboardExpand all lines: doc/api/testing_api.rst
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@
3737
:members:
3838
:undoc-members:
3939
:show-inheritance:
40+
41+
42+
Data container testing fixtures
43+
==================================
44+
45+
.. autofunction:: matplotlib.testing.conftest.pd
46+
.. autofunction:: matplotlib.testing.conftest.xr

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def tutorials_download_error(record):
220220

221221
autosummary_generate = True
222222
autodoc_typehints = "none"
223+
autodoc_mock_imports = ["pytest"]
223224

224225
# we should ignore warnings coming from importing deprecated modules for
225226
# autodoc purposes, as this will disappear automatically when they are removed

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.