Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 263f853 + 9f3acf3 commit 9c03be0Copy full SHA for 9c03be0
doc/sphinxext/gen_rst.py
@@ -121,7 +121,9 @@ def generate_example_rst(app):
121
rstfile = '%s.rst'%basename
122
outrstfile = os.path.join(rstdir, rstfile)
123
124
- # XXX make into title
+ # 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.
127
fhsubdirIndex.write(' %s <%s>\n'%(os.path.basename(basename),rstfile))
128
129
do_plot = (subdir in example_subdirs
0 commit comments