mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-19 23:52:12 +02:00
Fixed general formatting, re-resolved title level problem,
acknowledged Keith MacDonald for inspiring the tutorial. [SVN r21631]
This commit is contained in:
7
doc/rst2html
Executable file
7
doc/rst2html
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
PYTHONPATH="c:/src/docutils/docutils;c:/src/docutils/docutils/extras"
|
||||
export PYTHONPATH
|
||||
python c:/src/docutils/docutils/tools/html.py -gdts $1 `echo $1 | sed 's/\(.*\)\..*/\1.html/'`
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user