Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d448042

Browse files
CyclingNinjaCadair
authored andcommitted
Adds the initial sphinx tags infrastructure
1 parent 6f35380 commit d448042

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ instance/
7676

7777
# Sphinx documentation
7878
docs/_build/
79+
docs/_tags/
7980
# sphinx gallery execution times
8081
docs/sg_execution_times.rst
8182
# automodapi

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ def linkcode_resolve(domain, info):
387387

388388
# sphinx tags
389389
tags_create_tags = True
390+
tags_extension = ['rst']
391+
tags_overview_title = 'SunPy Examples Gallery Tags'
392+
390393

391394
# -- Linking to OpenCV docs by using rst_epilog --------------------------------
392395

examples/computer_vision_techniques/finding_masking_bright_pixels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Finding and masking bright pixels
44
=================================
55
6-
.. tags: computer_vision, masking
6+
.. tags:: computer_vision, masking
77
88
How to find and overplot the location of the brightest
99
pixel and then mask pixels around that region.

0 commit comments

Comments
 (0)