Skip to content

Commit

Permalink
actualización documentación
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdzul committed Apr 28, 2015
1 parent 31d7281 commit 9919ceb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions docs/geo_examples.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
****************
Ejemplo pyql.geo
****************
*****************
Ejemplos pyql.geo
*****************

"pyql-weather" es una gran herramienta que nos permite interactuar fácilmente con los servicios del clima de Yahoo.
Aquí presentaremos algunos escenarios en el que se puede utilizar los objetos almacenados en pyql.geo
Expand Down Expand Up @@ -177,4 +177,3 @@ y no necesiten recorrerlo en un ciclo::

state = State.get(place="Mexico", name="Yucatan")
print(state.name, state.woeid)

2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bienvenido a la documentación oficial de pyql-weather
Contenido:

.. toctree::
:maxdepth: 3
:maxdepth: 2

installation
geo_examples
Expand Down
3 changes: 1 addition & 2 deletions docs/weather_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,4 @@ Podemos observar que el resultado que ``pyql-weather`` retorna es un arreglo de
Pronóstico: Mostly Sunny (34)
Temperatura Mínima: 19º C
Temperatura Máxima: 33º C
*****************************************************************************

*****************************************************************************

0 comments on commit 9919ceb

Please sign in to comment.