Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Andrew Sanchez 82848d569f
Update link to snakemake
5 years ago
..
82848d569f
Update link to snakemake
5 years ago
f24a8f77c7
Initial docs commit
8 years ago
e7a98fcb24
Add edit_uri to mkdocs.yml
5 years ago

README.md

You have to be logged in to leave a comment. Sign In

Generating the docs

Install requirements:

pip install -r requirements.txt

Change directories into the docs folder:

cd docs

Use mkdocs structure to update the documentation. Test locally with:

mkdocs serve

Once the docs look good, publish to gh-pages branch with:

mkdocs gh-deploy --clean

** Note **: Never edit the generated site by hand because using gh-deploy blows away the gh-pages branch and you'll lose your edits.

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...