IBU cluster wiki

This website is hosted at: https://docs.pages.bioinformatics.unibe.ch/cluster-docs. Small edits can be directly commited to master. Larger edits (i.e. e.g. adding/removing pages) would require a merge request.

Hosting it locally

This wiki is generated with MkDocs, with the theme Material.

To host it locally, install MkDocs:

pip install mkdocs

and Material:

pip install mkdocs-material

Host it with:

mkdocs serve

Check it out with your browser at http://localhost:8000/

cluster-docs