source: consulta_publica/vsm/doc/README @ 59f3e60

baseconstituyenteestudiantesgeneralplan_patriasala
Last change on this file since 59f3e60 was 0ff122b, checked in by rudmanmrrod <rudman22@…>, 7 años ago

Agregado módulo de gestión de perfiles de procesamiento, incorporado el módulo de visualización de modelado de tópicos

  • Propiedad mode establecida a 100644
File size: 932 octetos
Línea 
1This directory contains the source files to build vsm documentation
2with Sphinx. The Makefile has been customized to facilitate updating
3the documentation hosted as github pages.
4
5To update the github pages automatically, invoke
6
7$ make gh-pages
8
9in this directory.
10
11To see what this does concretely, inspect Makefile. In summary, this
12command will do the following:
13
14* build the html documentation in a temporary subdirectory `build`;
15
16* clone the vsm github repo in a temporary subdirectory `vsm-gh-pages'
17  and checkout the gh-pages branch;
18
19* (!) remove almost everything in that branch;
20
21* move the newly built documentation to `vsm-gh-pages`;
22
23* add, commit and push the new files (you may need to give your
24  credentials);
25
26* remove the subdirectories `build` and `vsm-gh-pages`.
27
28Currently, this procedure has no special error-handling. If it doesn't
29complete, you may have to clean up the temporary subdirectories
30yourself.
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.