Skip to content

ElixirTeSS/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation for TeSS Platform

https://elixirtess.github.io/docs/

Separate the training docs/help content to separate repo, like IBISBA Handboook.

Built using Jupyter Book 1. For additional guidance, see:

Running locally and on GitHub Pages

Requirements:

  • Python

To run locally, install Jupyter Book in a virtual environment then build:

python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
jupyter-book build TeSS_docs/

And when you have finished, to quit virtual environment:

deactivate

We are hosting on GitHub Pages (using Actions), using a different build command that means the .html part of the paths are not included. For example, we have page URLs like https://elixirtess.github.io/docs/accounts/user/ instead of https://elixirtess.github.io/docs/accounts/user.html -- this is achieved by rendering each page as a directory with its own index.html page. When running locally, this doesn't work so well, so use the default build command shown above.

The build command in the GitHub Action includes:

jupyter-book build --builder dirhtml TeSS_docs/

Note

These instructions will change with the release of Jupyter Book 2.

About

Documentation for the TeSS platform (mTeSS-X project)

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •