Iceberg is The University of Sheffield's High Performance Computing cluster. The current official documentation for it is at https://www.shef.ac.uk/wrgrid/iceberg.
This repository contains a proposed replacement for the page linked to above. It makes use of Sphinx to build the results and represents a move to a more open, collaborative way of working.
For a guide on the rst file format see this document.
Two versions of the documentation are currently automatically built from this repository:
Contribution is via githib Pull Requests, even for those who have direct commit access to the repository. To contribute, please fork this repo, make your changes in the fork and submit a Pull Request when you are ready.
It is also possible to build the documentation on your own machine. Clone the repository and follow the instructions below
Install the following:-
Install the following module
pip install sphinx_bootstrap_theme
From the command line, the following will build the .pdf file ::
make latexpdf
On first run, MikTeX will prompt you to install various extra LaTeX packages. To build the HTML documentation ::
make html
Have
- Python 2
- sphinx
- phinx_bootstrap_theme
installed, then run ::
make html
TODO