Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tillig/mediacenter

Documentation/info on my media center setup.
https://github.com/tillig/mediacenter

documentation media-center

Last synced: about 7 hours ago
JSON representation

Documentation/info on my media center setup.

Awesome Lists containing this project

README

        

# 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](https://illigmediacenter.readthedocs.io/) so I could more easily keep things up to date.

**[Read the docs!](https://illigmediacenter.readthedocs.io/)**

## Build

The documentation is built using Sphinx and ReStructuredText.

```powershell
cd docs
make html
```

Diagrams are built using [my PlantUML watcher](https://github.com/tillig/plantuml-in-azdo-wiki) via Node.js.

```powershell
npm install
npm run watch
```

## References

* [ReStructured Text Quickstart](https://docutils.sourceforge.net/docs/user/rst/quickstart.html)
* [ReStructured Text Quick Reference](https://docutils.sourceforge.net/docs/user/rst/quickref.html)
* [ReStructured Text Cheat Sheet](https://docutils.sourceforge.net/docs/user/rst/cheatsheet.txt)
* [Sphinx ReStructured Text](https://sphinx-doc.org/rest.html)
* [Sphinx Markup](https://sphinx-doc.org/markup/index.html)