Digital Workbook, University of South Florida
Instructor: David J. Thomas, thePortus.com
To see this workbook, head to our ReadTheDocs page
This repository houses the digital workbook for students of HIS4936, 'Hacking History: Programming Digital Scholarship 2', held at the University of South Florida.
Requires Git & Python 3
To install
git clone https://github.com/thePortus/hacking-history.git
cd hacking-history
pip3 install -r requirements.txt
To run locally
mkdocs serve
To view, open your browser and enter the following in your navigation bar...
localhost:8000
Hosted using Read the Docs. Remote site updates each time this repository is changed.