allinone file, which we do not use for now
This commit is contained in:
parent
651d5df1f9
commit
846e3a38cf
@ -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"/>
|
||||
<!--
|
||||
|
31
doc/allinone.rst
Normal file
31
doc/allinone.rst
Normal 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
|
Loading…
Reference in New Issue
Block a user