This repo houses documentation, diagrams, and info on my media center setup. I had been blogging this information, but given the rate with which it changes, I switched to a repository rendered with ReadTheDocs so I could more easily keep things up to date.
The documentation is built using Sphinx and ReStructuredText.
cd docs
make html
Diagrams are built using my PlantUML watcher via Node.js.
npm install
npm run watch