Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tillig/mediacenter
- Owner: tillig
- License: mit
- Created: 2015-02-02T23:55:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T19:01:00.000Z (over 1 year ago)
- Last Synced: 2024-12-31T02:25:49.150Z (about 2 months ago)
- Topics: documentation, media-center
- Language: JavaScript
- Size: 3.36 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)