Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilacms/docs
Documentation made with Sphinx
https://github.com/gilacms/docs
Last synced: 14 days ago
JSON representation
Documentation made with Sphinx
- Host: GitHub
- URL: https://github.com/gilacms/docs
- Owner: GilaCMS
- Created: 2017-11-19T14:30:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T14:44:23.000Z (11 months ago)
- Last Synced: 2024-11-06T22:06:45.890Z (2 months ago)
- Language: HTML
- Size: 5.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docs
[Gila CMS](https://github.com/GilaCMS/gila) Documentation made with SphinxSee the documentation published on [readthedocs.io](https://gila-cms.readthedocs.io)
To install sphinx on your linux machine
```
sudo apt-get install pip
sudo pip install sphinx recommonmark
```
To generate the html
```
make html
```
The html will be generated inside /docs/build/html/