Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gradienceteam/docs
The Gradience Documentation
https://github.com/gradienceteam/docs
furo gnome gnome-shell gradience gtk libadwaita shell sphinx sphinx-doc
Last synced: about 2 months ago
JSON representation
The Gradience Documentation
- Host: GitHub
- URL: https://github.com/gradienceteam/docs
- Owner: GradienceTeam
- Created: 2023-02-25T10:05:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T06:07:41.000Z (over 1 year ago)
- Last Synced: 2024-03-02T09:34:23.233Z (11 months ago)
- Topics: furo, gnome, gnome-shell, gradience, gtk, libadwaita, shell, sphinx, sphinx-doc
- Language: Python
- Homepage: http://gradience.rtfd.io
- Size: 779 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
Awesome Lists containing this project
README
# Gradience User Documentation
## Setup
```
pip install -r requirements-dev.txt
```## Run
```
sphinx-autobuild . _build/html
```