manual/README.md

26 lines
1.3 KiB
Markdown
Raw Normal View History

2016-08-04 10:11:00 -05:00
# Lubuntu Manual Source Code
This is the Lubuntu Manual source code. The concept was derived from [the Kubuntu Manual](https://github.com/ahoneybun/kubuntu-manual). The master branch of this data is now on LXQt for Lubuntu 18.10+ and if you want code for earlier versions it is on the LXDE branch.
2016-08-04 10:11:00 -05:00
## How it works
The documentation is powered by [Sphinx](http://www.sphinx-doc.org/en/stable/) and is written in reStructuredText.
2016-08-04 10:11:00 -05:00
2016-08-04 21:00:15 -05:00
Run the following command to install the needed dependencies:
```
sudo apt install python3-pip python3-sphinx texlive-full arcanist && pip3 install sphinx_bootstrap_theme
2016-08-04 21:00:15 -05:00
```
2016-08-04 10:11:00 -05:00
You can see the options for building the documentation by running `make help`.
## Contributing
To contribute to the Lubuntu Manual, you can either create a request on Launchpad, or send patch mail to [lubuntu-devel@lists.ubuntu.com](mailto:lubuntu-devel@lists.ubuntu.com) and prefix the subject with `[Lubuntu Manual Pull Request]`.
2016-08-04 10:11:00 -05:00
2018-10-14 19:06:21 -05:00
If you really want to learn more about sphinx to help Lyn Perrine found this pycon video helpful [Carol_Willing-Practical_Sphinx] (https://www.youtube.com/watch?v=0ROZRNZkPS8)
2016-08-04 10:11:00 -05:00
## License
This work is licensed under a Creative Commons Attribution 4.0 International License. More details can be found here: http://creativecommons.org/licenses/by/4.0/