Project for the UPV to develop an app like BlaBlaCar but only for UPV people.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs

+17 -28
+9 -9
docs/conf.py
··· 46 46 master_doc = 'index' 47 47 48 48 # General information about the project. 49 - project = 'UPV Car Share Project' 50 - copyright = '2016, Marcos Gabarda' 49 + project = 'Poli Car' 50 + copyright = '2017, Marcos Gabarda' 51 51 author = 'Marcos Gabarda' 52 52 53 53 # The version info for the project you're documenting, acts as replacement for ··· 55 55 # built documents. 56 56 # 57 57 # The short X.Y version. 58 - version = '0.1.0' 58 + version = '1.0.0' 59 59 # The full version, including alpha/beta/rc tags. 60 - release = '0.1.0' 60 + release = '1.0.0' 61 61 62 62 # The language for content autogenerated by Sphinx. Refer to documentation 63 63 # for a list of supported languages. ··· 207 207 #html_search_scorer = 'scorer.js' 208 208 209 209 # Output file base name for HTML help builder. 210 - htmlhelp_basename = 'Upvcarsharedoc' 210 + htmlhelp_basename = 'policardoc' 211 211 212 212 # -- Options for LaTeX output --------------------------------------------- 213 213 ··· 229 229 # (source start file, target name, title, 230 230 # author, documentclass [howto, manual, or own class]). 231 231 latex_documents = [ 232 - (master_doc, 'UPVCarShare.tex', 'UPV Car Share Documentation', 232 + (master_doc, 'poliCar.tex', 'Documentación poliCar', 233 233 'Marcos Gabarda', 'manual'), 234 234 ] 235 235 ··· 259 259 # One entry per manual page. List of tuples 260 260 # (source start file, name, description, authors, manual section). 261 261 man_pages = [ 262 - (master_doc, 'upvcarshare', 'UPV Car Share Documentation', 262 + (master_doc, 'policar', 'Documentación poliCar', 263 263 [author], 1) 264 264 ] 265 265 ··· 273 273 # (source start file, target name, title, author, 274 274 # dir menu entry, description, category) 275 275 texinfo_documents = [ 276 - (master_doc, 'UPVCarShare', 'UPV Car Share Documentation', 277 - author, 'UPVCarShare', 'One line description of project.', 276 + (master_doc, 'poliCar', 'Documentación poliCar', 277 + author, 'poliCar', 'One line description of project.', 278 278 'Miscellaneous'), 279 279 ] 280 280
+5 -4
docs/deploy.rst
··· 1 1 Despliegue en CentOS 2 2 ==================== 3 3 4 - Instrucciones para la instalación de poli Car en un servidor **CentOS 7.2**. 4 + Instrucciones para la instalación de poliCar en un servidor **CentOS 7.2**. 5 5 6 6 Dependencias de yum 7 7 ------------------- 8 8 9 9 .. code-block:: console 10 10 11 - $ yum install libjpeg-devel zlib-devel gcc python-devel libcap-devel supervisor gdal gdal-devel yum-utils 11 + $ yum install libjpeg-devel zlib-devel gcc python-devel libcap-devel supervisor gdal \ 12 + gdal-devel yum-utils 12 13 13 14 Instalar Python 3 14 15 ----------------- ··· 105 106 106 107 .. code-block:: bash 107 108 108 - # Poli Car project environment variables 109 + # poliCar project environment variables 109 110 # ------------------------------------------------------------------------------ 110 111 111 112 ORACLE_SID=ZETATEST ··· 187 188 uWSGI 188 189 ----- 189 190 190 - Poli Car sigue el `PEP 333 <https://www.python.org/dev/peps/pep-0333/>`_ para aplicaciones web hechas con Python, 191 + La aplicación poliCar sigue el `PEP 333 <https://www.python.org/dev/peps/pep-0333/>`_ para aplicaciones web hechas con Python, 191 192 por lo que cualquier servidor de aplicaciones WSGI sería compatible con la aplicación. 192 193 193 194 Sin 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
··· 1 - .. Chargy documentation master file, created by 2 - sphinx-quickstart on Thu Mar 10 20:44:35 2016. 3 - You can adapt this file completely to your liking, but it should at least 4 - contain the root `toctree` directive. 5 - 6 - Documentación de Poli Car 7 - ========================= 1 + ======================== 2 + Documentación de poliCar 3 + ======================== 8 4 9 5 Content: 10 6 11 7 .. toctree:: 12 8 :maxdepth: 2 13 9 14 - install 15 10 deploy 16 - 17 - Indices and tables 18 - ================== 19 - 20 - * :ref:`genindex` 21 - * :ref:`modindex` 22 - * :ref:`search`