diff options
-rw-r--r-- | build.xml | 3 | ||||
-rw-r--r-- | doc/allinone.rst | 31 |
2 files changed, 33 insertions, 1 deletions
@@ -209,7 +209,7 @@ <target name="build-docs" description="render documentation"> - <rST format="html" uptodate="false" + <rST format="html" uptodate="true" toolparam="--stylesheet=res/docs/style.css" > <fileset dir="doc"> @@ -219,6 +219,7 @@ <include name="**/*.rst"/> <exclude name="LICENSE.txt"/> <exclude name="developers/TODO.rst"/> + <exclude name="allinone.rst"/> </fileset> <mapper type="regexp" from="^doc/(.+?)(.rst|.txt)?$" to="dist/docs/\1.html"/> <!-- diff --git a/doc/allinone.rst b/doc/allinone.rst new file mode 100644 index 0000000..e5ca3c7 --- /dev/null +++ b/doc/allinone.rst @@ -0,0 +1,31 @@ +============================= +SemanticScuttle documentation +============================= + +.. contents:: + +First reads +=========== +.. include:: README.rst +.. include:: INSTALL.txt +.. include:: UPGRADE.txt + + + +Features +======== +.. include:: authentication.rst +.. include:: ssl-client-certificates.rst +.. include:: themes.rst + + + +Developer documentation +======================= +.. include:: developers/rules.rst +.. include:: developers/api.rst +.. include:: developers/debugging.rst +.. include:: developers/release-new-version.rst +.. include:: developers/running-unit-tests.rst +.. include:: developers/translation.rst +.. include:: ChangeLog |