allinone file, which we do not use for now

This commit is contained in:
Christian Weiske 2011-07-05 19:55:01 +02:00
parent 651d5df1f9
commit 846e3a38cf
2 changed files with 33 additions and 1 deletions

View File

@ -209,7 +209,7 @@
<target name="build-docs" description="render documentation"> <target name="build-docs" description="render documentation">
<rST format="html" uptodate="false" <rST format="html" uptodate="true"
toolparam="--stylesheet=res/docs/style.css" toolparam="--stylesheet=res/docs/style.css"
> >
<fileset dir="doc"> <fileset dir="doc">
@ -219,6 +219,7 @@
<include name="**/*.rst"/> <include name="**/*.rst"/>
<exclude name="LICENSE.txt"/> <exclude name="LICENSE.txt"/>
<exclude name="developers/TODO.rst"/> <exclude name="developers/TODO.rst"/>
<exclude name="allinone.rst"/>
</fileset> </fileset>
<mapper type="regexp" from="^doc/(.+?)(.rst|.txt)?$" to="dist/docs/\1.html"/> <mapper type="regexp" from="^doc/(.+?)(.rst|.txt)?$" to="dist/docs/\1.html"/>
<!-- <!--

31
doc/allinone.rst Normal file
View File

@ -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