Landing page and documentation for the InterMine project.
To see the source for the landing page, switch to the gh-pages
branch.
The designs and source source for the landing page can be found in the intermine/design-materials repo.
The markup used is called reStructuredText and guides can be found here or here. It is used by Sphinx, a Python documentation generator, to build HTML version of a documentation. ReadTheDocs automagically checks daily for changes to this repo and rebuilds the docs.
To build the Sphinx documentation locally, run:
$ cd docs/ ; make html
The source for the Sphinx documentation theme can be found in the intermine/design-materials repo.