Changed format of reST conversion slightly.
This commit is contained in:
parent
ae0f7a04c5
commit
f2d9b81d09
45 changed files with 6 additions and 162 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue