Move flow chart from old-html to Sphinx
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 8 Feb 2015 05:22:20 +0000 (07:22 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 13 Feb 2015 13:20:30 +0000 (14:20 +0100)
commit1876477ef6075e10c27e90fac7d17508bea3f119
treeafe49d30c6ad2746b6fb507aea3a71a8ae91f38c
parent3820712e3148f359df98d0a7d3caedfb8e565790
Move flow chart from old-html to Sphinx

Get rid of the remaining HTML page generated from old-html/, and all the
machinery that was there just to generate and link to these pages.
The images used by the flowchart still remain in old-html/ and there is
a target to copy them to the output, but this is significantly simpler
than what it was.

For now, replace the flow chart with raw HTML within rst; using
something like sphinx.ext.graphviz could probably work better.
<td align=...> did not work when embedded into a Sphinx-generate page;
replaced with <td style="text-align:...">.

Change-Id: Icbcccd36a9cc157a5a8efe1e9054d6a6741c83ca
13 files changed:
docs/CMakeLists.txt
docs/index.rst
docs/old-html/BuildHtmlHelp.cmake [deleted file]
docs/old-html/CMakeLists.txt [deleted file]
docs/old-html/footer.html [deleted file]
docs/old-html/header.html.in [deleted file]
docs/old-html/images/gmxlogo_small.jpg [deleted file]
docs/old-html/online/flow.html [deleted file]
docs/old-html/online/style.css [deleted file]
docs/online.rst [deleted file]
docs/user-guide/flow.rst [new file with mode: 0644]
docs/user-guide/getting-started.rst
src/gromacs/commandline/cmdlinehelpmodule.cpp