Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Ruscitti <hugoruscitti@gmail.com>2012-10-31 20:24:51 (GMT)
committer Hugo Ruscitti <hugoruscitti@gmail.com>2012-10-31 20:24:51 (GMT)
commit51c6a35036e7837558affcc54fb2e68c46c37ae8 (patch)
tree01e6e43e171a17386a7d078ef21d53dd27c707e6
parent1890098e05e21aa11269cd7eb47758c33540d7b4 (diff)
subiendo el documento de analisis en formato sphinx.
-rw-r--r--doc/Makefile153
-rw-r--r--doc/build/.gitkeep0
-rw-r--r--doc/source/analisis.rst345
-rw-r--r--doc/source/conf.py242
-rw-r--r--doc/source/images/1.pngbin0 -> 123152 bytes
-rw-r--r--doc/source/images/2.pngbin0 -> 282859 bytes
-rw-r--r--doc/source/images/5u2/1.pngbin0 -> 131637 bytes
-rw-r--r--doc/source/images/5u2/2.pngbin0 -> 121799 bytes
-rw-r--r--doc/source/images/5u3/1_1.pngbin0 -> 139023 bytes
-rw-r--r--doc/source/images/5u3/1_2.pngbin0 -> 118383 bytes
-rw-r--r--doc/source/images/5u3/dos.pngbin0 -> 111138 bytes
-rw-r--r--doc/source/images/5u3/lecciones.pngbin0 -> 233403 bytes
-rw-r--r--doc/source/images/5u6/bb.pngbin0 -> 173803 bytes
-rw-r--r--doc/source/images/5u6/drag.pngbin0 -> 148841 bytes
-rw-r--r--doc/source/images/5u6/grafica.pngbin0 -> 160638 bytes
-rw-r--r--doc/source/images/5u6/numeros.pngbin0 -> 155865 bytes
-rw-r--r--doc/source/images/5u6/pregunta.pngbin0 -> 9932 bytes
-rw-r--r--doc/source/images/5u6/resultado.pngbin0 -> 145433 bytes
-rw-r--r--doc/source/images/5ui/1.pngbin0 -> 180352 bytes
-rw-r--r--doc/source/images/5ui/2.pngbin0 -> 118534 bytes
-rw-r--r--doc/source/images/5ui/3.pngbin0 -> 119834 bytes
-rw-r--r--doc/source/images/5ui/4.pngbin0 -> 119407 bytes
-rw-r--r--doc/source/images/al_responder.pngbin0 -> 54944 bytes
-rw-r--r--doc/source/images/botones.pngbin0 -> 15507 bytes
-rw-r--r--doc/source/images/datos.pngbin0 -> 30608 bytes
-rw-r--r--doc/source/images/dos.pngbin0 -> 224420 bytes
-rw-r--r--doc/source/images/leccion3.pngbin0 -> 121639 bytes
-rw-r--r--doc/source/images/lecciones.pngbin0 -> 241331 bytes
-rw-r--r--doc/source/images/nose/1.pngbin0 -> 153028 bytes
-rw-r--r--doc/source/images/nose/2.pngbin0 -> 139406 bytes
-rw-r--r--doc/source/images/nose/3.pngbin0 -> 139353 bytes
-rw-r--r--doc/source/images/nose/4.pngbin0 -> 150885 bytes
-rw-r--r--doc/source/images/nose/5.pngbin0 -> 152813 bytes
-rw-r--r--doc/source/images/nose/6.pngbin0 -> 173927 bytes
-rw-r--r--doc/source/images/nose/7.pngbin0 -> 61751 bytes
-rw-r--r--doc/source/images/nose/8.pngbin0 -> 151128 bytes
-rw-r--r--doc/source/images/nose/9.pngbin0 -> 124032 bytes
-rw-r--r--doc/source/images/pesado.pngbin0 -> 230257 bytes
-rw-r--r--doc/source/images/presentacion.pngbin0 -> 172492 bytes
-rw-r--r--doc/source/images/uno.pngbin0 -> 288264 bytes
-rw-r--r--doc/source/index.rst18
41 files changed, 758 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..81b7d82
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,153 @@
+# Makefile for Sphinx documentation
+#
+
+# You can set these variables from the command line.
+SPHINXOPTS =
+SPHINXBUILD = sphinx-build
+PAPER =
+BUILDDIR = build
+
+# Internal variables.
+PAPEROPT_a4 = -D latex_paper_size=a4
+PAPEROPT_letter = -D latex_paper_size=letter
+ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
+# the i18n builder cannot share the environment and doctrees with the others
+I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
+
+.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
+
+help:
+ @echo "Please use \`make <target>' where <target> is one of"
+ @echo " html to make standalone HTML files"
+ @echo " dirhtml to make HTML files named index.html in directories"
+ @echo " singlehtml to make a single large HTML file"
+ @echo " pickle to make pickle files"
+ @echo " json to make JSON files"
+ @echo " htmlhelp to make HTML files and a HTML help project"
+ @echo " qthelp to make HTML files and a qthelp project"
+ @echo " devhelp to make HTML files and a Devhelp project"
+ @echo " epub to make an epub"
+ @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
+ @echo " latexpdf to make LaTeX files and run them through pdflatex"
+ @echo " text to make text files"
+ @echo " man to make manual pages"
+ @echo " texinfo to make Texinfo files"
+ @echo " info to make Texinfo files and run them through makeinfo"
+ @echo " gettext to make PO message catalogs"
+ @echo " changes to make an overview of all changed/added/deprecated items"
+ @echo " linkcheck to check all external links for integrity"
+ @echo " doctest to run all doctests embedded in the documentation (if enabled)"
+
+clean:
+ -rm -rf $(BUILDDIR)/*
+
+html:
+ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
+ @echo
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
+
+dirhtml:
+ $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
+ @echo
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
+
+singlehtml:
+ $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
+ @echo
+ @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
+
+pickle:
+ $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
+ @echo
+ @echo "Build finished; now you can process the pickle files."
+
+json:
+ $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
+ @echo
+ @echo "Build finished; now you can process the JSON files."
+
+htmlhelp:
+ $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
+ @echo
+ @echo "Build finished; now you can run HTML Help Workshop with the" \
+ ".hhp project file in $(BUILDDIR)/htmlhelp."
+
+qthelp:
+ $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
+ @echo
+ @echo "Build finished; now you can run "qcollectiongenerator" with the" \
+ ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
+ @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/ResearchHND.qhcp"
+ @echo "To view the help file:"
+ @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/ResearchHND.qhc"
+
+devhelp:
+ $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
+ @echo
+ @echo "Build finished."
+ @echo "To view the help file:"
+ @echo "# mkdir -p $$HOME/.local/share/devhelp/ResearchHND"
+ @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/ResearchHND"
+ @echo "# devhelp"
+
+epub:
+ $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
+ @echo
+ @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
+
+latex:
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+ @echo
+ @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
+ @echo "Run \`make' in that directory to run these through (pdf)latex" \
+ "(use \`make latexpdf' here to do that automatically)."
+
+latexpdf:
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+ @echo "Running LaTeX files through pdflatex..."
+ $(MAKE) -C $(BUILDDIR)/latex all-pdf
+ @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
+
+text:
+ $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
+ @echo
+ @echo "Build finished. The text files are in $(BUILDDIR)/text."
+
+man:
+ $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
+ @echo
+ @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
+
+texinfo:
+ $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
+ @echo
+ @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
+ @echo "Run \`make' in that directory to run these through makeinfo" \
+ "(use \`make info' here to do that automatically)."
+
+info:
+ $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
+ @echo "Running Texinfo files through makeinfo..."
+ make -C $(BUILDDIR)/texinfo info
+ @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
+
+gettext:
+ $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
+ @echo
+ @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
+
+changes:
+ $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
+ @echo
+ @echo "The overview file is in $(BUILDDIR)/changes."
+
+linkcheck:
+ $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
+ @echo
+ @echo "Link check complete; look for any errors in the above output " \
+ "or in $(BUILDDIR)/linkcheck/output.txt."
+
+doctest:
+ $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
+ @echo "Testing of doctests in the sources finished, look at the " \
+ "results in $(BUILDDIR)/doctest/output.txt."
diff --git a/doc/build/.gitkeep b/doc/build/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/doc/build/.gitkeep
diff --git a/doc/source/analisis.rst b/doc/source/analisis.rst
new file mode 100644
index 0000000..3882c03
--- /dev/null
+++ b/doc/source/analisis.rst
@@ -0,0 +1,345 @@
+========
+Análisis
+========
+
+Este documento tiene una reseña general de varias
+aplicaciones educativas.
+
+
+Programa: 4_moneda.exe
+======================
+
+:Ejecutable: 4_moneda.exe
+:Titulo: Unidad 12 moneda
+:Para: 4to grado
+:Visto por: Hugo
+
+Muestra una pantalla de bievenida, y luego la pantalla principal.
+
+La pantalla principal tiene 3 lecciones:
+
+.. image:: images/lecciones.png
+
+Lección 1
+---------
+
+La primer lección es una equivalencia de monedas en distintos
+paises, la opción "escoge otro país" cambia a los siguientes
+paises:
+
+- Honduras
+- Guatemala
+- El Salvador
+- Nicaragua
+- Costa Rica
+- Estados Unidos
+
+.. image:: images/1.png
+
+Cada pais tiene un nombre, un signo, una lista de billetes y una lista de monedas.
+
+.. image:: images/datos.png
+
+Las flechas debajo del billete van mostrando uno a uno
+los billetes de la moneda del país.
+
+
+Lección 2
+---------
+
+Te ofrece un combo de monedas, y te consulta a cuanto
+equivale un monto de dinero en esa moneda a lempiras.
+
+.. image:: images/2.png
+
+Las opciones que aparecen son:
+
+- Quetzal
+- Córdoba
+- Colon
+- Dolar
+
+
+Luego de contestar, hay que pulsar el botón con el tilde
+(1) y aparece el mensaje de respuesta correcta (2):
+
+.. image:: images/al_responder.png
+
+El botón que dice +1 solicita una nueva pregunta.
+
+
+Lección 3
+---------
+
+Es un juego de compra, donde se hacen preguntas y hay
+que contestar con un número, si se reponde bien, aparece
+un mensaje de respuesta correcta:
+
+.. image:: images/leccion3.png
+
+Las cosas que Kike puede comprar en la pulperia son azucar, maiz y fijoles, estos son algunos de los productos y valores
+que aparecen::
+
+ azucar: 8 dolares
+ maiz: 1 colones
+ maiz: 60 colones
+ frijoles: 2 dolares
+ arroz: 82 colones
+ arroz: 21 córdobas
+
+Aparentemente los valores son aleatorios, y la respuesta
+se sabe si es correcta o no haciendo la conversión de esa pregunta aleatoria.
+
+
+.. note::
+
+ En la interfaz, algunas actividades tienen un ícono
+ que dice "alumnos". Y en otras está ese mismo ícono
+ junto a otro "profesor". ¿que función cumplen esos botones?
+
+.. image:: images/botones.png
+
+En esta actividad el botón alumno muestra la lista de conversiones, a modo de *tip*, pero el botón profesor no hacer nada.
+
+
+Programa: 4_peso.exe
+====================
+
+:Ejecutable: 4_peso.exe
+:Titulo: Unidad 14 peso
+:Para: 4to grado
+:Visto por: Hugo
+
+La pantalla principal muestra dos lecciones para seleccionar:
+
+
+.. image:: images/presentacion.png
+
+La primer lección da un error, pero creo que tendía que autocompletar el campo kilogramo y solicitar que ingrese el valor equivalente en gramos.
+
+
+.. image:: images/uno.png
+
+La lección dos muestra una balanza, hay que **arrastrar y soltar** el objeto sobre la balanza y cuando se suelta aparece el indicador de peso.
+
+La pantalla comienza con la instrucción de que hacer:
+
+.. image:: images/dos.png
+
+Luego, cuando se suelta el objeto aparece el indicador:
+
+.. image:: images/pesado.png
+
+Por lo que vi, hay 5 tipos de objetos: queso, tomate, manzana, morron y naranja.
+
+Programa: 5U1.exe
+=================
+
+:Ejecutable: 5U1.exe
+:Titulo: Multiplicación
+:Para: 5to grado (unidad 1)
+:Visto por: Hugo
+
+Quito grado, unidad 1
+Multiplicación
+
+La pantalla principal muestra dos lecciones para seleccionar:
+
+.. image:: images/5ui/1.png
+
+La primer lección, muestra una primer pantalla con potencias y
+luego consulta por el resultado de una cuenta:
+
+.. image:: images/5ui/2.png
+.. image:: images/5ui/3.png
+
+La segunda sección nos pide calcular el resultado de una raiz cuadrada:
+
+.. image:: images/5ui/4.png
+
+Programa: 5U2.exe
+=================
+
+:Ejecutable: 5U2.exe
+:Titulo: Angulos
+:Para: ___
+:Visto por: Hugo
+
+La pantalla principal muestra dos lecciones para seleccionar.
+
+La primera nos explica el concepto de angulos complementarios:
+
+.. image:: images/5u2/1.png
+.. image:: images/5u2/2.png
+
+La segundo lección es muy similar, solo que primero muestra el concepto de angulos suplementarios y luego nos pide que calculemos el angulo suplementario de uno dado por pantalla.
+
+
+Programa: 5U3.exe
+=================
+
+:Ejecutable: 5U3.exe
+:Titulo: Divisibilidad de números
+:Para: ___
+:Visto por: Hugo
+
+En la pantalla principal se muestran 4 lecciones:
+
+.. image:: images/5u3/lecciones.png
+
+La primer lección muestra una explicación sobre los numeros primos y luego nos pregunta una serie de numeros primos para un numero dado:
+
+.. image:: images/5u3/1_1.png
+.. image:: images/5u3/1_2.png
+
+
+La segundo lección es similar, pero hay que encontrar divisores. También son
+dos pantallas:
+
+.. image:: images/5u3/dos.png
+
+La lección **3** y la **4** son solo imágenes, teoricas.
+
+Programa: 5U4.exe
+=================
+
+:Ejecutable: 5U4.exe
+:Titulo: ___
+:Para: ___
+:Visto por: Hugo
+
+Son 3 lecciones.
+
+La primer lección es un asistente, nos muestra a dos chicos y tenemos que ir constestando quien de los dos ganó el juego "gana el terreno":
+
+.. image:: images/nose/1.png
+
+La segunda página del asistente nos pide que hagamos click sobre los rectángulos para corroborar cual tiene mas area.
+
+Así es como queda la imagen luego de acer click sobre los rectángulos:
+
+.. image:: images/nose/2.png
+
+La tercer página usa los rectángulos para compararlos, también haciendo click:
+
+.. image:: images/nose/3.png
+
+La cuarta página te pide hacer click en un rectángulo pequeño para ver cuantos de estos caben en los dos rectángulos grandes, por cada click aparece un nuevo rectángulo:
+
+.. image:: images/nose/4.png
+
+Luego se muestra una imagen con el resumen de todos los métodos utilizados:
+
+.. image:: images/nose/5.png
+
+Al final, se muestra una lista de todas nuestras respuestas.
+
+Luego, en el mismo asistente se muestran dos imágenes mas, y por último una que nos consulta el area de un réctangulo.
+
+.. image:: images/nose/6.png
+
+
+En esa pantalla hay un link a una aplicación flash.
+
+.. image:: images/nose/7.png
+
+
+La **segunda** lección es un asistente de 4 pantallas, la última tiene
+dos campos para completar:
+
+.. image:: images/nose/8.png
+
+
+y también un link a una aplicación de pizarra:
+
+.. image:: images/nose/9.png
+
+La **tercer** lección son solo 3 imágenes teóricas.
+
+Programa: 5U6.exe
+=================
+
+:Ejecutable: 5U6.exe
+:Titulo: ___
+:Para: ___
+:Visto por: Hugo
+
+Está compuesto por 3 lecciones.
+
+La **primer** lección tiene dos pantallas, la primera con la consigna:
+
+.. image:: images/5u6/bb.png
+
+La segunda, nos pide hacer *drag and drop* para posicionar las barras:
+
+.. image:: images/5u6/drag.png
+
+La siguiente pantalla nos da una explicación sobre que es una gráfica lineal. En donde podemos hacer click sobre las barras y se va formando una gráfica:
+
+.. image:: images/5u6/grafica.png
+
+Luego hay una actividad para interpretar una gráfica, podemos hacer click en cada uno de los números y nos pregunta en valor de *Y*.
+
+Así se ve la gráfica inicial:
+
+.. image:: images/5u6/numeros.png
+
+y luego de que se pulsa sobre un número:
+
+.. image:: images/5u6/pregunta.png
+
+Al final, nos muestra el resumen con todas las respuestas:
+
+.. image:: images/5u6/resultado.png
+
+
+* **Lección 2** FALTA
+* **Lección 3** FALTA
+
+=======================
+Programas para analizar
+=======================
+
+Propuestos para Daniel y Agustin
+================================
+
+* 5U10.exe
+* 5U7.exe
+* Act lectura Tom Sawyer.exe
+* Hora y tiempo.exe
+* M010407decimales_4g.exe
+* M010408capacidad.exe
+* M010607_volumen6.exe
+* unidad11.exe
+* unidad12.exe
+* unidad13.exe
+
+Aún sin ver (hugo)
+==================
+
+* M020407longitud_4grado.exe
+* M080407elementos.exe
+* Sintaxis.exe
+* TIEMPO.exe
+* U10.exe
+* U6.exe
+* U7.exe
+* apoyo_docente.exe
+* cuadrilateros.exe
+* exe.zip
+* mayas.exe
+* unidad 17.exe
+* unidad14.exe
+* unidad2.exe
+* unidad3.exe
+* unidad4.exe
+* vivenciagrabielamistral.exe
+
+
+Programas que no se van a portar
+================================
+
+* pizarra.exe (No evaluar - es flash)
+* principal.exe (No evaluar - es flash)
+* Geoplano2.exe (No evaluar - es flash)
+* 5U9.exe (No evaluar, es flash)
diff --git a/doc/source/conf.py b/doc/source/conf.py
new file mode 100644
index 0000000..cea3db5
--- /dev/null
+++ b/doc/source/conf.py
@@ -0,0 +1,242 @@
+# -*- coding: utf-8 -*-
+#
+# Research HND documentation build configuration file, created by
+# sphinx-quickstart on Wed Oct 31 16:49:20 2012.
+#
+# This file is execfile()d with the current directory set to its containing dir.
+#
+# Note that not all possible configuration values are present in this
+# autogenerated file.
+#
+# All configuration values have a default; values that are commented out
+# serve to show the default.
+
+import sys, os
+
+# If extensions (or modules to document with autodoc) are in another directory,
+# add these directories to sys.path here. If the directory is relative to the
+# documentation root, use os.path.abspath to make it absolute, like shown here.
+#sys.path.insert(0, os.path.abspath('.'))
+
+# -- General configuration -----------------------------------------------------
+
+# If your documentation needs a minimal Sphinx version, state it here.
+#needs_sphinx = '1.0'
+
+# Add any Sphinx extension module names here, as strings. They can be extensions
+# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
+
+# Add any paths that contain templates here, relative to this directory.
+templates_path = ['_templates']
+
+# The suffix of source filenames.
+source_suffix = '.rst'
+
+# The encoding of source files.
+#source_encoding = 'utf-8-sig'
+
+# The master toctree document.
+master_doc = 'index'
+
+# General information about the project.
+project = u'Research HND'
+copyright = u'2012, ..'
+
+# The version info for the project you're documenting, acts as replacement for
+# |version| and |release|, also used in various other places throughout the
+# built documents.
+#
+# The short X.Y version.
+version = '0.1'
+# The full version, including alpha/beta/rc tags.
+release = '0.1'
+
+# The language for content autogenerated by Sphinx. Refer to documentation
+# for a list of supported languages.
+#language = None
+
+# There are two options for replacing |today|: either, you set today to some
+# non-false value, then it is used:
+#today = ''
+# Else, today_fmt is used as the format for a strftime call.
+#today_fmt = '%B %d, %Y'
+
+# List of patterns, relative to source directory, that match files and
+# directories to ignore when looking for source files.
+exclude_patterns = []
+
+# The reST default role (used for this markup: `text`) to use for all documents.
+#default_role = None
+
+# If true, '()' will be appended to :func: etc. cross-reference text.
+#add_function_parentheses = True
+
+# If true, the current module name will be prepended to all description
+# unit titles (such as .. function::).
+#add_module_names = True
+
+# If true, sectionauthor and moduleauthor directives will be shown in the
+# output. They are ignored by default.
+#show_authors = False
+
+# The name of the Pygments (syntax highlighting) style to use.
+pygments_style = 'sphinx'
+
+# A list of ignored prefixes for module index sorting.
+#modindex_common_prefix = []
+
+
+# -- Options for HTML output ---------------------------------------------------
+
+# The theme to use for HTML and HTML Help pages. See the documentation for
+# a list of builtin themes.
+html_theme = 'default'
+
+# Theme options are theme-specific and customize the look and feel of a theme
+# further. For a list of options available for each theme, see the
+# documentation.
+#html_theme_options = {}
+
+# Add any paths that contain custom themes here, relative to this directory.
+#html_theme_path = []
+
+# The name for this set of Sphinx documents. If None, it defaults to
+# "<project> v<release> documentation".
+#html_title = None
+
+# A shorter title for the navigation bar. Default is the same as html_title.
+#html_short_title = None
+
+# The name of an image file (relative to this directory) to place at the top
+# of the sidebar.
+#html_logo = None
+
+# The name of an image file (within the static path) to use as favicon of the
+# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
+# pixels large.
+#html_favicon = None
+
+# Add any paths that contain custom static files (such as style sheets) here,
+# relative to this directory. They are copied after the builtin static files,
+# so a file named "default.css" will overwrite the builtin "default.css".
+html_static_path = ['_static']
+
+# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+# using the given strftime format.
+#html_last_updated_fmt = '%b %d, %Y'
+
+# If true, SmartyPants will be used to convert quotes and dashes to
+# typographically correct entities.
+#html_use_smartypants = True
+
+# Custom sidebar templates, maps document names to template names.
+#html_sidebars = {}
+
+# Additional templates that should be rendered to pages, maps page names to
+# template names.
+#html_additional_pages = {}
+
+# If false, no module index is generated.
+#html_domain_indices = True
+
+# If false, no index is generated.
+#html_use_index = True
+
+# If true, the index is split into individual pages for each letter.
+#html_split_index = False
+
+# If true, links to the reST sources are added to the pages.
+#html_show_sourcelink = True
+
+# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
+#html_show_sphinx = True
+
+# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
+#html_show_copyright = True
+
+# If true, an OpenSearch description file will be output, and all pages will
+# contain a <link> tag referring to it. The value of this option must be the
+# base URL from which the finished HTML is served.
+#html_use_opensearch = ''
+
+# This is the file name suffix for HTML files (e.g. ".xhtml").
+#html_file_suffix = None
+
+# Output file base name for HTML help builder.
+htmlhelp_basename = 'ResearchHNDdoc'
+
+
+# -- Options for LaTeX output --------------------------------------------------
+
+latex_elements = {
+# The paper size ('letterpaper' or 'a4paper').
+#'papersize': 'letterpaper',
+
+# The font size ('10pt', '11pt' or '12pt').
+#'pointsize': '10pt',
+
+# Additional stuff for the LaTeX preamble.
+#'preamble': '',
+}
+
+# Grouping the document tree into LaTeX files. List of tuples
+# (source start file, target name, title, author, documentclass [howto/manual]).
+latex_documents = [
+ ('index', 'ResearchHND.tex', u'Research HND Documentation',
+ u'..', 'manual'),
+]
+
+# The name of an image file (relative to this directory) to place at the top of
+# the title page.
+#latex_logo = None
+
+# For "manual" documents, if this is true, then toplevel headings are parts,
+# not chapters.
+#latex_use_parts = False
+
+# If true, show page references after internal links.
+#latex_show_pagerefs = False
+
+# If true, show URL addresses after external links.
+#latex_show_urls = False
+
+# Documents to append as an appendix to all manuals.
+#latex_appendices = []
+
+# If false, no module index is generated.
+#latex_domain_indices = True
+
+
+# -- Options for manual page output --------------------------------------------
+
+# One entry per manual page. List of tuples
+# (source start file, name, description, authors, manual section).
+man_pages = [
+ ('index', 'researchhnd', u'Research HND Documentation',
+ [u'..'], 1)
+]
+
+# If true, show URL addresses after external links.
+#man_show_urls = False
+
+
+# -- Options for Texinfo output ------------------------------------------------
+
+# Grouping the document tree into Texinfo files. List of tuples
+# (source start file, target name, title, author,
+# dir menu entry, description, category)
+texinfo_documents = [
+ ('index', 'ResearchHND', u'Research HND Documentation',
+ u'..', 'ResearchHND', 'One line description of project.',
+ 'Miscellaneous'),
+]
+
+# Documents to append as an appendix to all manuals.
+#texinfo_appendices = []
+
+# If false, no module index is generated.
+#texinfo_domain_indices = True
+
+# How to display URL addresses: 'footnote', 'no', or 'inline'.
+#texinfo_show_urls = 'footnote'
diff --git a/doc/source/images/1.png b/doc/source/images/1.png
new file mode 100644
index 0000000..61f8d86
--- /dev/null
+++ b/doc/source/images/1.png
Binary files differ
diff --git a/doc/source/images/2.png b/doc/source/images/2.png
new file mode 100644
index 0000000..a31f9f8
--- /dev/null
+++ b/doc/source/images/2.png
Binary files differ
diff --git a/doc/source/images/5u2/1.png b/doc/source/images/5u2/1.png
new file mode 100644
index 0000000..d7bbc31
--- /dev/null
+++ b/doc/source/images/5u2/1.png
Binary files differ
diff --git a/doc/source/images/5u2/2.png b/doc/source/images/5u2/2.png
new file mode 100644
index 0000000..4aacdd4
--- /dev/null
+++ b/doc/source/images/5u2/2.png
Binary files differ
diff --git a/doc/source/images/5u3/1_1.png b/doc/source/images/5u3/1_1.png
new file mode 100644
index 0000000..3a7142e
--- /dev/null
+++ b/doc/source/images/5u3/1_1.png
Binary files differ
diff --git a/doc/source/images/5u3/1_2.png b/doc/source/images/5u3/1_2.png
new file mode 100644
index 0000000..4510d26
--- /dev/null
+++ b/doc/source/images/5u3/1_2.png
Binary files differ
diff --git a/doc/source/images/5u3/dos.png b/doc/source/images/5u3/dos.png
new file mode 100644
index 0000000..34930b3
--- /dev/null
+++ b/doc/source/images/5u3/dos.png
Binary files differ
diff --git a/doc/source/images/5u3/lecciones.png b/doc/source/images/5u3/lecciones.png
new file mode 100644
index 0000000..d4790fb
--- /dev/null
+++ b/doc/source/images/5u3/lecciones.png
Binary files differ
diff --git a/doc/source/images/5u6/bb.png b/doc/source/images/5u6/bb.png
new file mode 100644
index 0000000..0d46e52
--- /dev/null
+++ b/doc/source/images/5u6/bb.png
Binary files differ
diff --git a/doc/source/images/5u6/drag.png b/doc/source/images/5u6/drag.png
new file mode 100644
index 0000000..aebc4c4
--- /dev/null
+++ b/doc/source/images/5u6/drag.png
Binary files differ
diff --git a/doc/source/images/5u6/grafica.png b/doc/source/images/5u6/grafica.png
new file mode 100644
index 0000000..433ec43
--- /dev/null
+++ b/doc/source/images/5u6/grafica.png
Binary files differ
diff --git a/doc/source/images/5u6/numeros.png b/doc/source/images/5u6/numeros.png
new file mode 100644
index 0000000..841cab6
--- /dev/null
+++ b/doc/source/images/5u6/numeros.png
Binary files differ
diff --git a/doc/source/images/5u6/pregunta.png b/doc/source/images/5u6/pregunta.png
new file mode 100644
index 0000000..5b52fb3
--- /dev/null
+++ b/doc/source/images/5u6/pregunta.png
Binary files differ
diff --git a/doc/source/images/5u6/resultado.png b/doc/source/images/5u6/resultado.png
new file mode 100644
index 0000000..fa359e0
--- /dev/null
+++ b/doc/source/images/5u6/resultado.png
Binary files differ
diff --git a/doc/source/images/5ui/1.png b/doc/source/images/5ui/1.png
new file mode 100644
index 0000000..f046c07
--- /dev/null
+++ b/doc/source/images/5ui/1.png
Binary files differ
diff --git a/doc/source/images/5ui/2.png b/doc/source/images/5ui/2.png
new file mode 100644
index 0000000..a4705b7
--- /dev/null
+++ b/doc/source/images/5ui/2.png
Binary files differ
diff --git a/doc/source/images/5ui/3.png b/doc/source/images/5ui/3.png
new file mode 100644
index 0000000..1d1e1f2
--- /dev/null
+++ b/doc/source/images/5ui/3.png
Binary files differ
diff --git a/doc/source/images/5ui/4.png b/doc/source/images/5ui/4.png
new file mode 100644
index 0000000..7f92dfd
--- /dev/null
+++ b/doc/source/images/5ui/4.png
Binary files differ
diff --git a/doc/source/images/al_responder.png b/doc/source/images/al_responder.png
new file mode 100644
index 0000000..aca85c3
--- /dev/null
+++ b/doc/source/images/al_responder.png
Binary files differ
diff --git a/doc/source/images/botones.png b/doc/source/images/botones.png
new file mode 100644
index 0000000..2211f1e
--- /dev/null
+++ b/doc/source/images/botones.png
Binary files differ
diff --git a/doc/source/images/datos.png b/doc/source/images/datos.png
new file mode 100644
index 0000000..b89c000
--- /dev/null
+++ b/doc/source/images/datos.png
Binary files differ
diff --git a/doc/source/images/dos.png b/doc/source/images/dos.png
new file mode 100644
index 0000000..60d03a8
--- /dev/null
+++ b/doc/source/images/dos.png
Binary files differ
diff --git a/doc/source/images/leccion3.png b/doc/source/images/leccion3.png
new file mode 100644
index 0000000..a81d4d2
--- /dev/null
+++ b/doc/source/images/leccion3.png
Binary files differ
diff --git a/doc/source/images/lecciones.png b/doc/source/images/lecciones.png
new file mode 100644
index 0000000..56332a1
--- /dev/null
+++ b/doc/source/images/lecciones.png
Binary files differ
diff --git a/doc/source/images/nose/1.png b/doc/source/images/nose/1.png
new file mode 100644
index 0000000..b30f588
--- /dev/null
+++ b/doc/source/images/nose/1.png
Binary files differ
diff --git a/doc/source/images/nose/2.png b/doc/source/images/nose/2.png
new file mode 100644
index 0000000..95ebd7b
--- /dev/null
+++ b/doc/source/images/nose/2.png
Binary files differ
diff --git a/doc/source/images/nose/3.png b/doc/source/images/nose/3.png
new file mode 100644
index 0000000..178c70d
--- /dev/null
+++ b/doc/source/images/nose/3.png
Binary files differ
diff --git a/doc/source/images/nose/4.png b/doc/source/images/nose/4.png
new file mode 100644
index 0000000..ba6cf94
--- /dev/null
+++ b/doc/source/images/nose/4.png
Binary files differ
diff --git a/doc/source/images/nose/5.png b/doc/source/images/nose/5.png
new file mode 100644
index 0000000..944bb74
--- /dev/null
+++ b/doc/source/images/nose/5.png
Binary files differ
diff --git a/doc/source/images/nose/6.png b/doc/source/images/nose/6.png
new file mode 100644
index 0000000..c07acb1
--- /dev/null
+++ b/doc/source/images/nose/6.png
Binary files differ
diff --git a/doc/source/images/nose/7.png b/doc/source/images/nose/7.png
new file mode 100644
index 0000000..ab1706d
--- /dev/null
+++ b/doc/source/images/nose/7.png
Binary files differ
diff --git a/doc/source/images/nose/8.png b/doc/source/images/nose/8.png
new file mode 100644
index 0000000..e606862
--- /dev/null
+++ b/doc/source/images/nose/8.png
Binary files differ
diff --git a/doc/source/images/nose/9.png b/doc/source/images/nose/9.png
new file mode 100644
index 0000000..a247152
--- /dev/null
+++ b/doc/source/images/nose/9.png
Binary files differ
diff --git a/doc/source/images/pesado.png b/doc/source/images/pesado.png
new file mode 100644
index 0000000..d3f5c1e
--- /dev/null
+++ b/doc/source/images/pesado.png
Binary files differ
diff --git a/doc/source/images/presentacion.png b/doc/source/images/presentacion.png
new file mode 100644
index 0000000..68f4620
--- /dev/null
+++ b/doc/source/images/presentacion.png
Binary files differ
diff --git a/doc/source/images/uno.png b/doc/source/images/uno.png
new file mode 100644
index 0000000..59cd008
--- /dev/null
+++ b/doc/source/images/uno.png
Binary files differ
diff --git a/doc/source/index.rst b/doc/source/index.rst
new file mode 100644
index 0000000..23869c7
--- /dev/null
+++ b/doc/source/index.rst
@@ -0,0 +1,18 @@
+Welcome to Research HND's documentation!
+========================================
+
+Contenido:
+
+.. toctree::
+ :maxdepth: 2
+
+ analisis.rst
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+