Skip to content

Commit 9c03be0

Browse files
committed
Merge pull request #2174 from dmcdougall/comment_tweak
Just a minor comment tweak
2 parents 263f853 + 9f3acf3 commit 9c03be0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/sphinxext/gen_rst.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ def generate_example_rst(app):
121121
rstfile = '%s.rst'%basename
122122
outrstfile = os.path.join(rstdir, rstfile)
123123

124-
# XXX make into title
124+
# XXX: We might consider putting extra metadata in the example
125+
# files to include a title. If so, this line is where we would add
126+
# this information.
125127
fhsubdirIndex.write(' %s <%s>\n'%(os.path.basename(basename),rstfile))
126128

127129
do_plot = (subdir in example_subdirs

0 commit comments

Comments
 (0)