···4646master_doc = 'index'
47474848# General information about the project.
4949-project = 'UPV Car Share Project'
5050-copyright = '2016, Marcos Gabarda'
4949+project = 'Poli Car'
5050+copyright = '2017, Marcos Gabarda'
5151author = 'Marcos Gabarda'
52525353# The version info for the project you're documenting, acts as replacement for
···5555# built documents.
5656#
5757# The short X.Y version.
5858-version = '0.1.0'
5858+version = '1.0.0'
5959# The full version, including alpha/beta/rc tags.
6060-release = '0.1.0'
6060+release = '1.0.0'
61616262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
···207207#html_search_scorer = 'scorer.js'
208208209209# Output file base name for HTML help builder.
210210-htmlhelp_basename = 'Upvcarsharedoc'
210210+htmlhelp_basename = 'policardoc'
211211212212# -- Options for LaTeX output ---------------------------------------------
213213···229229# (source start file, target name, title,
230230# author, documentclass [howto, manual, or own class]).
231231latex_documents = [
232232- (master_doc, 'UPVCarShare.tex', 'UPV Car Share Documentation',
232232+ (master_doc, 'poliCar.tex', 'Documentación poliCar',
233233 'Marcos Gabarda', 'manual'),
234234]
235235···259259# One entry per manual page. List of tuples
260260# (source start file, name, description, authors, manual section).
261261man_pages = [
262262- (master_doc, 'upvcarshare', 'UPV Car Share Documentation',
262262+ (master_doc, 'policar', 'Documentación poliCar',
263263 [author], 1)
264264]
265265···273273# (source start file, target name, title, author,
274274# dir menu entry, description, category)
275275texinfo_documents = [
276276- (master_doc, 'UPVCarShare', 'UPV Car Share Documentation',
277277- author, 'UPVCarShare', 'One line description of project.',
276276+ (master_doc, 'poliCar', 'Documentación poliCar',
277277+ author, 'poliCar', 'One line description of project.',
278278 'Miscellaneous'),
279279]
280280
+5-4
docs/deploy.rst
···11Despliegue en CentOS
22====================
3344-Instrucciones para la instalación de poli Car en un servidor **CentOS 7.2**.
44+Instrucciones para la instalación de poliCar en un servidor **CentOS 7.2**.
5566Dependencias de yum
77-------------------
8899.. code-block:: console
10101111- $ yum install libjpeg-devel zlib-devel gcc python-devel libcap-devel supervisor gdal gdal-devel yum-utils
1111+ $ yum install libjpeg-devel zlib-devel gcc python-devel libcap-devel supervisor gdal \
1212+ gdal-devel yum-utils
12131314Instalar Python 3
1415-----------------
···105106106107.. code-block:: bash
107108108108- # Poli Car project environment variables
109109+ # poliCar project environment variables
109110 # ------------------------------------------------------------------------------
110111111112 ORACLE_SID=ZETATEST
···187188uWSGI
188189-----
189190190190-Poli Car sigue el `PEP 333 <https://www.python.org/dev/peps/pep-0333/>`_ para aplicaciones web hechas con Python,
191191+La aplicación poliCar sigue el `PEP 333 <https://www.python.org/dev/peps/pep-0333/>`_ para aplicaciones web hechas con Python,
191192por lo que cualquier servidor de aplicaciones WSGI sería compatible con la aplicación.
192193193194Sin embargo, se recomienda el uso de ``uWSGI`` como servidor de aplicaciones WSGI, que es el que se instala junto al
+3-15
docs/index.rst
···11-.. Chargy documentation master file, created by
22- sphinx-quickstart on Thu Mar 10 20:44:35 2016.
33- You can adapt this file completely to your liking, but it should at least
44- contain the root `toctree` directive.
55-66-Documentación de Poli Car
77-=========================
11+========================
22+Documentación de poliCar
33+========================
8495Content:
106117.. toctree::
128 :maxdepth: 2
1391414- install
1510 deploy
1616-1717-Indices and tables
1818-==================
1919-2020-* :ref:`genindex`
2121-* :ref:`modindex`
2222-* :ref:`search`