Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 518 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 518 Bytes

Dockstore Documentation

Dockstore is using Read the Docs for documentation!

Below are some tips for setting up the documentation locally and updating the code.

Setting up locally

Install pip dependencies (Requires Python) pip install -r requirements.txt

Go to the docs directory cd docs

Generate the HTML make html

Check for broken links make linkcheck

Open the _build/html/index.html in your browser!

Developer Docs: https://wiki.oicr.on.ca/display/DOC/Read+The+Docs