/reproducible_python

reproducible python package

BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Reproducible Science - Git @ TACC

Quickstart

  1. Create a Python 3 environment
  2. Install dependencies pip install -r requirements.txt
  3. Build using make html (Mac/Linux) or make.bat html (Windows) from in the docs directory

If you pip install sphinx-autobuild, you can use make livehtml which will start a server that watches for source changes and will rebuild/refresh automatically. Go to http://localhost:8000/ to see its output.

reStructuredText help

rST is a bit more onerous than Markdown, but it includes more advanced features like inter-page references/links and a suite of directives.