Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.06 KB

My Media Center

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.

Read the docs!

Build

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

References