summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-07-05 19:55:01 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-07-05 19:55:01 +0200
commit846e3a38cf049266a33cb3e553fcacbcbdc0bfa3 (patch)
tree8c00412a5f43da3660ce7cbb2f4f939e46a0dac1
parent651d5df1f90985a28a4e7a47cf54292e6f7fefb2 (diff)
downloadsemanticscuttle-846e3a38cf049266a33cb3e553fcacbcbdc0bfa3.tar.gz
semanticscuttle-846e3a38cf049266a33cb3e553fcacbcbdc0bfa3.tar.bz2
allinone file, which we do not use for now
-rw-r--r--build.xml3
-rw-r--r--doc/allinone.rst31
2 files changed, 33 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index ef57fb4..54456e3 100644
--- a/build.xml
+++ b/build.xml
@@ -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