Skip to content

Commit cd34b80

Browse files
committed
Addressing review comments
* Add minimum sphinx-tags version * Fix trailing whitespace * Change admonition title
1 parent 48b53ce commit cd34b80

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- sphinx-copybutton
4040
- sphinx-gallery>=0.12
4141
- sphinx-design
42-
- sphinx-tags
42+
- sphinx-tags>=0.3.0
4343
- pip
4444
- pip:
4545
- mpl-sphinx-theme

galleries/examples/README.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ You can also find :ref:`external resources <resources-index>` and
1616
a :ref:`FAQ <faq-index>` in our :ref:`user guide <users-guide-index>`.
1717

1818

19-
.. note::
19+
.. admonition:: Tagging!
20+
2021
You can also browse the example gallery by :ref:`tags <tagoverview>`.

galleries/examples/animation/animated_histogram.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def animate(frame_number):
5757
plt.show()
5858

5959
# %%
60-
# .. tags:: plot-type:histogram, animation
60+
# .. tags:: plot-type: histogram, animation

galleries/examples/animation/multiple_axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ def animate(i):
8181
# - `matplotlib.patches.ConnectionPatch`
8282
# - `matplotlib.animation.FuncAnimation`
8383
#
84-
# .. tags:: component:axes, animation
84+
# .. tags:: component: axes, animation

galleries/examples/event_handling/resample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ def update(self, ax):
7777
plt.show()
7878

7979
# %%
80-
# .. tags:: interactivity:zoom, event-handling
80+
# .. tags:: interactivity: zoom, event-handling

requirements/doc/doc-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ sphinxcontrib-svg2pdfconverter>=1.1.0
2121
sphinx-gallery>=0.12.0
2222
sphinx-copybutton
2323
sphinx-design
24-
sphinx-tags
24+
sphinx-tags>=0.3.0

0 commit comments

Comments
 (0)