Skip to content

ElixirTeSS/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

To run locally, install Jupyter Book then build:

pip install -U jupyter-book
jupyter-book build TeSS_docs/

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/

About

Documentation for the TeSS platform (mTeSS-X project)

Resources

License

Stars

Watchers

Forks