Changed format of reST conversion slightly.

This commit is contained in:
Griatch 2012-06-26 18:12:38 +02:00
parent ae0f7a04c5
commit f2d9b81d09
45 changed files with 6 additions and 162 deletions

View file

@ -144,7 +144,7 @@ def wiki2rest():
#subprocess.call(["python", "get_wiki_as_html.py"])
# use wikify importer
print " wikify: converting wiki -> html ..."
subprocess.call(["python", "wikify.py", "-e", "-m", "-c", "-a", "-s", "wiki", "-d", "html"])
subprocess.call(["python", "wikify.py", "-r", "-e", "-m", "-c", "-a", "-s", "wiki", "-d", "html"])
# convert from html to rest with pandoc
htmlfilenames = [fn for fn in os.listdir(HTML_DIR)