Skip to content

Commit 3247fdb

Browse files
committed
Merge pull request #2 from shoyer/facet2
don't show FacetGrid methods directly in API docs
2 parents b48a50b + 99dbb5e commit 3247fdb

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

doc/api-hidden.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,8 @@
143143
ufuncs.tan
144144
ufuncs.tanh
145145
ufuncs.trunc
146+
147+
plot.FacetGrid.map_dataarray
148+
plot.FacetGrid.set_titles
149+
plot.FacetGrid.set_ticks
150+
plot.FacetGrid.map

doc/api.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -413,13 +413,3 @@ Plotting
413413
plot.pcolormesh
414414
plot.FacetGrid
415415

416-
FacetGrid methods
417-
-----------------
418-
419-
.. autosummary::
420-
:toctree: generated/
421-
422-
plot.FacetGrid.map_dataarray
423-
plot.FacetGrid.set_titles
424-
plot.FacetGrid.set_ticks
425-
plot.FacetGrid.map

0 commit comments

Comments
 (0)