Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Uberspace/manual
This manual documents how to use the basic features of Uberspace 7.
https://github.com/Uberspace/manual
Last synced: 3 months ago
JSON representation
This manual documents how to use the basic features of Uberspace 7.
- Host: GitHub
- URL: https://github.com/Uberspace/manual
- Owner: Uberspace
- License: other
- Created: 2018-11-14T12:44:57.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T11:36:54.000Z (4 months ago)
- Last Synced: 2024-07-14T12:39:30.972Z (4 months ago)
- Language: Python
- Homepage: https://manual.uberspace.de/
- Size: 1.64 MB
- Stars: 49
- Watchers: 14
- Forks: 109
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Uberspace/manual - This manual documents how to use the basic features of Uberspace 7. (others)
README
# Uberspace 7 Manual
Welcome to our manual! :tada:
This is where we host the source code of the official version over at
. Changes are mainly done by the team as new
features are added and bugs are fixed, but you are more than welcome to
contribute!## Development
Pushing for each and every change is fun, but can take some time. To speed up
your development process, the manual can be built locally.### Initial Setup
```
make setup
```### Building
```
$ source .venv/bin/activate
$ make html
```The HTML views are now present in `build/html`. To build automatically on each
change execute use `sphinx-autobuild`:```
$ make serve
```This will start a local webserver on , which always
serves the most recent version.## License
All text and code in this repository is licensed under [CC-BY-NC-SA 4.0][].
[cc-by-nc-sa 4.0]: https://creativecommons.org/licenses/by-nc-sa/4.0/