Skip to content

zyndagj/reproducible_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f190647 · Jul 15, 2020

History

12 Commits
Jul 2, 2020
Jul 1, 2020
Jun 29, 2020
Jul 15, 2020
Jun 30, 2020

Repository files navigation

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.