Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 1.42 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.42 KB

!Documentation source moved!

This documentation resource is now built from Markdown source material, in a new repository.


Documentation Status

This repository contains the source of MGnify’s documentation.

The readable documentation is hosted on ReadTheDocs.

Issues

We welcome suggestions for and issues with the documentation as GitHub Issues.

For questions about MGnify itself, please contact us via the EBI Helpdesk.

Developing the documentation

Check out this repository.

You can use sphinx-autobuild to watch the docs/ folder for changes as you save files, rebuild the documentation, and serve it with a local web server.

# (optionally set up a virtual environment or conda environment)

pip install -r requirements-dev.txt
sphinx-autobuild docs docs/_build/html

Browse to the local webserver

The Sphinx RST Documentation is a good place to start if you are not familiar with RST syntax.