https://github.com/irontec/klear-tutorial
https://github.com/irontec/klear-tutorial
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/irontec/klear-tutorial
- Owner: irontec
- Created: 2014-11-13T11:21:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T10:51:23.000Z (about 9 years ago)
- Last Synced: 2025-01-31T04:53:53.143Z (over 1 year ago)
- Language: CSS
- Homepage: http://irontec.github.io/klear-tutorial/
- Size: 5.07 MB
- Stars: 2
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Para poder contribuir a esta documentación hay que seguir los siguientes pasos:
* Crear una carpeta común para alojar los branches master y gh-pages.
* Desde esta carpeta ejecutar los siguiente:
git clone https://github.com/irontec/klear-tutorial.git --branch gh-pages --single-branch _build/html
git clone https://github.com/irontec/klear-tutorial.git --branch master --single-branch source
Una vez hechos cambios en la carpeta source hacer lo siguiente desde esa carpeta:
make clean
make html
Después de esto hacer los commits y los push correspondientes en la carpeta source y en la carpeta _build/html.
## Nota
Es necesario tener instalado python-sphinx.
_sudo apt-get install python-sphinx_