Markdown version of Cytoscape manual
Kozo's instructions:
-
I exported http://wiki.cytoscape.org/Cytoscape_3/UserManual to a docbook xml. (https://github.com/kozo2/cytoscape3-usermanual/blob/master/UserManual.xml)
-
I converted UserManual.xml to UserManual.md (https://github.com/kozo2/cytoscape3-usermanual/blob/master/UserManual.md) with
pandoc -f docbook -t markdown -s UserManual.xml -o UserManual.md
-
I separated UserManual.md per chapter manually. (https://github.com/kozo2/cytoscape3-usermanual/tree/master/docs)
-
I built and deployed 3. with mkdocs and readthedocs.
Additionally:
-
Create a new project in ReadTheManual, and create a WebHook from GitHub to ReadTheDocs via http://docs.readthedocs.org/en/latest/webhooks.html
-
Text is processed by Sphinx, which is documented here: http://www.sphinx-doc.org/en/stable/contents.html