Idris-dev/docs
Niklas Larsson da672ec706 Merge pull request #2753 from mrmonday/set-options
Keep :set options in sync.
2015-10-23 13:34:12 +02:00
..
effects Merge pull request #2755 from Legogris/patch-1 2015-10-21 08:34:33 +01:00
faq faq: Fix typo in argument name of ifThenElse 2015-09-11 23:59:24 +02:00
guides Spelling in Sphinx documentation 2015-09-02 14:59:03 -07:00
image Sphinx Based Documentation for Idris. 2015-03-17 16:19:11 +00:00
listing Extracted listings for prompts into external files. 2015-03-18 07:38:57 +00:00
proofs Merge pull request #2518 from jeremy-w/jeremy-w/mark-interactive-proving-as-deprecated 2015-09-06 19:43:53 +02:00
reference Keep :set options in sync. 2015-10-19 16:04:51 +01:00
tutorial Consistency of implicit/pattern name binding rules 2015-10-17 18:44:00 +01:00
.gitignore Sphinx Based Documentation for Idris. 2015-03-17 16:19:11 +00:00
conf.py Bumped version number for docs. 2015-10-08 12:06:21 +01:00
index.rst Cleaned up the menu for the docs. 2015-10-08 12:01:33 +01:00
LICENSE Updated license to be CC0 and restored missing section. 2015-03-19 19:13:16 +00:00
make.bat Sphinx Based Documentation for Idris. 2015-03-17 16:19:11 +00:00
Makefile Sphinx Based Documentation for Idris. 2015-03-17 16:19:11 +00:00
README.md Can build docs locally using ReadTheDocs Theme. 2015-03-31 10:22:03 +01:00

Documentation for the Idris Language.

This manual has been prepared using ReStructured Text and the Sphinx Documentation Generator for future inclusion on Read The Docs.

Dependencies

To build the manual the following dependencies must be met. We assume that you have standard build automation tools already install i.e. make.

Sphinx-Doc

Python should be installed by default on most systems. Sphinx can be installed either through your hosts package manager or using pip/easy_install.

Note ReadTheDocs works with Sphinx v1.2.2. If you install a more recent version of sphinx then 'incorrectly' marked up documentation may get passed the build system of readthedocs and be ignored. In the past we had several code-blocks disappear because of that.

The ReadTheDocs theme can be installed using pip as follows:

pip install sphinx_rtd_theme

LaTeX

LaTeX can be install either using your systems package manager or direct from TeXLive.

Build Instructions

make html
make latexpdf

Contributing

The documentation for Idris has been published under the Creative Commons CC0 License. As such to the extent possible under law, /The Idris Community/ has waived all copyright and related or neighboring rights to Documentation for Idris.

More information concerning the CC0 can be found online at:

http://creativecommons.org/publicdomain/zero/1.0/

When contributing material to the manual please bear in mind that the work will be licensed as above.