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

https://github.com/dfranx/shadered-docs

SHADERed official documentation
https://github.com/dfranx/shadered-docs

Last synced: over 1 year ago
JSON representation

SHADERed official documentation

Awesome Lists containing this project

README

          

# SHADERed documentation

This repository contains files for SHADERed's [documentation](docs.shadered.org). It's written in reStructuredText and uses sphinx and `sphinx_rtd_theme`.

## Dependencies

On Ubuntu:

```bash
sudo apt install python3-sphinx
pip install sphinx-rtd-theme
```

For other platforms see: [https://www.sphinx-doc.org/en/master/usage/installation.html]

## Building

To build the html files run:

```bash
make html
```

## LICENSE

This documentation is licensed under Creative Commons Attribution 4.0 International license. See [LICENSE](./LICENSE) for more details.