<?xml version="1.0" encoding="utf-8"?>
<!-- Created by Leo (http://webpages.charter.net/edreamleo/front.html) -->
<?xml-stylesheet ekr_test?>
<leo_file xmlns:leo="http://www.leo-editor.org/2011/leo" >
<leo_header file_format="2" tnodes="0" max_tnode_index="0" clone_windows="0"/>
<globals body_outline_ratio="0.5" body_secondary_ratio="0.5">
<global_window_position top="50" left="50" height="500" width="700"/>
<global_log_window_position top="0" left="0" height="0" width="0"/>
</globals>
<preferences/>
<find_panel_settings/>
<vnodes>
<v t="offray.20120220213236.3378" a="E"><vh>Tutorial de Ubakye</vh>
<v t="offray.20120220213236.3414" a="E"><vh>Contenidos</vh>
<v t="offray.20120220213236.3415" a="E"><vh>@path ~/Documentos/U/Doctorado/Tesis/ProyectoDesign/Ubakye/</vh>
<v t="offray.20120222075420.6435" a="E"
expanded="offray.20120220213236.3416,offray.20120220213236.3520,offray.20120220213236.3528,offray.20120220213236.3530,offray.20120220213236.3533,offray.20120220213236.3540,offray.20120220213236.3546,offray.20120220213236.3549,offray.20120220213236.3550,offray.20120220213236.3551,"><vh>@file ubakyeTutorialDeDesarrollo.txt</vh></v>
</v>
</v>
<v t="offray.20120222180518.2526" a="E"><vh>Configuración</vh>
<v t="offray.20120222180518.6291" a="E"><vh>@path ~/Documentos/U/Doctorado/Tesis/ProyectoDesign/Ubakye/</vh>
<v t="offray.20120222180518.6293"><vh>@file conf.py</vh></v>
<v t="offray.20120223173551.1556"><vh>@file index.rst.txt</vh></v>
</v>
</v>
</v>
<v t="offray.20120220213236.3556"><vh>Temp</vh></v>
<v t="offray.20120222075420.2531"><vh>Alterinfo</vh>
<v t="offray.20120222075420.2532" a="E"><vh>Sphinx</vh>
<v t="offray.20120222075420.2536" a="E"><vh>Sphinx</vh>
<v t="offray.20120222075420.2537"><vh>@url Sphinx Tutorial</vh></v>
</v>
<v t="offray.20120222075420.2533"><vh>@url Sphinx Tutorial</vh></v>
</v>
</v>
<v t="offray.20120222075420.6300" a="E"><vh>Botones</vh>
<v t="offray.20120222075420.6302"><vh>@button rst3</vh></v>
</v>
</vnodes>
<tnodes>
<t tx="offray.20120220213236.3378"></t>
<t tx="offray.20120220213236.3414"></t>
<t tx="offray.20120220213236.3415"></t>
<t tx="offray.20120220213236.3556">@language rest
Instalando Sphinx:
texlive-latexextra: for generation of PDF documentation <-- *este hay que instalarlo para no producir errores en Sphinx*
texlive-latex3: for generation of PDF documentation
Lo que tecleó el gato:
yu7666666666thuj</t>
<t tx="offray.20120222075420.2531"></t>
<t tx="offray.20120222075420.2532">@language rest
Es un sistema de documentación que extiende docutils y reStructuredText para permitir e integrar otras características que permitan un manejo más avanzado de la documentación.
Para iniciar ejecutamos el *script* de configuración rápida:
.. code-block:: shell
sphinx-quickstart
Esta son las preguntas interactivas. Abajo de cada una hemos colocado entre llaves la respuesta que hemos dado.
.. code-block:: shell
Welcome to the Sphinx 1.1.2 quickstart utility.
Please enter values for the following settings (just press Enter to
accept a default value, if one is given in brackets).
Enter the root path for documentation.
> Root path for the documentation [.]:
[enter]
You have two options for placing the build directory for Sphinx output.
Either, you use a directory "_build" within the root path, or you separate
"source" and "build" directories within the root path.
> Separate source and build directories (y/N) [n]:
[enter]
Inside the root directory, two more directories will be created; "_templates"
for custom HTML templates and "_static" for custom stylesheets and other static
files. You can enter another prefix (such as ".") to replace the underscore.
> Name prefix for templates and static dir [_]:
[enter]
The project name will occur in several places in the built documentation.
> Project name: Ubakye Dev Tutorial
> Author name(s): Offray Vladimir Luna Cárdenas
Sphinx has the notion of a "version" and a "release" for the
software. Each version can have multiple releases. For example, for
Python the version is something like 2.5 or 3.0, while the release is
something like 2.5.1 or 3.0a1. If you don't need this dual structure,
just set both to the same value.
> Project version: 0.1
> Project release [0.1]:
The file name suffix for source files. Commonly, this is either ".txt"
or ".rst". Only files with this suffix are considered documents.
> Source file suffix [.rst]:
[enter]
</t>
<t tx="offray.20120222075420.2533">http://sphinx.pocoo.org/tutorial.html </t>
<t tx="offray.20120222075420.2536">@language rest
Es un sistema de documentación que extiende docutils y reStructuredText para permitir e integrar otras características que permitan un manejo más avanzado de la documentación.
Para iniciar ejecutamos el *script* de configuración rápida:
.. code-block:: shell
sphinx-quickstart
Esta son las preguntas interactivas. Abajo de cada una hemos colocado entre llaves la respuesta que hemos dado.
.. code-block:: shell
Welcome to the Sphinx 1.1.2 quickstart utility.
Please enter values for the following settings (just press Enter to
accept a default value, if one is given in brackets).
Enter the root path for documentation.
> Root path for the documentation [.]:
[enter]
You have two options for placing the build directory for Sphinx output.
Either, you use a directory "_build" within the root path, or you separate
"source" and "build" directories within the root path.
> Separate source and build directories (y/N) [n]:
[enter]
Inside the root directory, two more directories will be created; "_templates"
for custom HTML templates and "_static" for custom stylesheets and other static
files. You can enter another prefix (such as ".") to replace the underscore.
> Name prefix for templates and static dir [_]:
[enter]
The project name will occur in several places in the built documentation.
> Project name: Ubakye Dev Tutorial
> Author name(s): Offray Vladimir Luna Cárdenas
Sphinx has the notion of a "version" and a "release" for the
software. Each version can have multiple releases. For example, for
Python the version is something like 2.5 or 3.0, while the release is
something like 2.5.1 or 3.0a1. If you don't need this dual structure,
just set both to the same value.
> Project version: 0.1
> Project release [0.1]:
The file name suffix for source files. Commonly, this is either ".txt"
or ".rst". Only files with this suffix are considered documents.
> Source file suffix [.rst]:
[enter]
One document is special in that it is considered the top node of the
"contents tree", that is, it is the root of the hierarchical structure
of the documents. Normally, this is "index", but if your "index"
document is a custom template, you can also set this to another filename.
> Name of your master document (without suffix) [index]:
[enter]
Sphinx can also add configuration for epub output:
> Do you want to use the epub builder (y/N) [n]: y
Please indicate if you want to use one of the following Sphinx extensions:
> autodoc: automatically insert docstrings from modules (y/N) [n]: [enter]
En otras opciones se asumió la configuración por omisión, salvo en estas:
.. code-block:: shell
> mathjax: include math, rendered in the browser by MathJax (y/N) [n]: y
</t>
<t tx="offray.20120222075420.2537">http://sphinx.pocoo.org/tutorial.html </t>
<t tx="offray.20120222075420.6300"></t>
<t tx="offray.20120222075420.6302">c.rstCommands.rst3()
</t>
<t tx="offray.20120222180518.2526"></t>
<t tx="offray.20120222180518.6291"></t>
</tnodes>
</leo_file>