diff --git a/README.rst b/README.rst index 7d8830f45..79d778ec2 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ DFHack documentation is generated by Sphinx. Check out the table of contents below, or the sources in the docs folder! -Contents for users: +User Manual: .. toctree:: :maxdepth: 2 @@ -37,7 +37,16 @@ Contents for users: docs/Plugins docs/Scripts -Contents for developers: +Other Contents: + +.. toctree:: + :maxdepth: 1 + + docs/Authors + docs/Licenses + docs/Changelog + +For Developers: .. toctree:: :maxdepth: 1 @@ -45,4 +54,3 @@ Contents for developers: docs/Contributing docs/Compile docs/Lua API - docs/Authors diff --git a/docs/Changelog.rst b/docs/Changelog.rst new file mode 100644 index 000000000..6d6d27ec8 --- /dev/null +++ b/docs/Changelog.rst @@ -0,0 +1,6 @@ +######### +Changelog +######### + +.. include:: ../NEWS + :literal: diff --git a/docs/Licenses.rst b/docs/Licenses.rst new file mode 100644 index 000000000..0f7b41cb5 --- /dev/null +++ b/docs/Licenses.rst @@ -0,0 +1,10 @@ +######## +Licenses +######## + +DFHack is distributed under a range of permissive and weakly copyleft licenses. + +The core uses the ZLib license; the others are described below. + +.. include:: ../LICENSE + :literal: