1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

sphinx build 2014-07-03 20:20:43-07:00

This commit is contained in:
Andrew Ekstedt 2014-07-03 20:20:43 -07:00
parent c4a79f4c48
commit 8c8f361d8f
10 changed files with 169 additions and 73 deletions

View file

@ -65,7 +65,7 @@ Getting and installing pokedex
Run the following from an empty directory::
$ git clone git://git.veekun.com/pokedex.git
$ git clone git://github.com/veekun/pokedex.git
$ pip install -E env -e pokedex
This will give you two directories: pokedex (containing the source code and

View file

@ -150,6 +150,7 @@ Association tables
.. dex-table:: NatureBattleStylePreference
.. dex-table:: NaturePokeathlonStat
.. dex-table:: PokeathlonStat
.. dex-table:: PokedexVersionGroup
.. dex-table:: PokemonAbility
.. dex-table:: PokemonEggGroup
.. dex-table:: PokemonFormPokeathlonStat
@ -170,6 +171,7 @@ Index maps
.. dex-table:: PokemonDexNumber
.. dex-table:: PokemonFormGeneration
.. dex-table:: PokemonGameIndex
.. dex-table:: TypeGameIndex
Mics tables
-----------

View file

@ -108,9 +108,9 @@ For example, you can get a list of all pokémon species, sorted by their
Charmander
Charmeleon
...
Keldeo
Meloetta
Genesect
Xerneas
Yveltal
Zygarde
Or to order by :attr:`~pokedex.db.tables.PokemonSpecies.name`:
@ -123,7 +123,7 @@ Or to order by :attr:`~pokedex.db.tables.PokemonSpecies.name`:
Abomasnow
...
Zweilous
Zygarde
Filtering
@ -169,9 +169,9 @@ example:
Petal Dance (120)
Power Whip (120)
Seed Flare (120)
SolarBeam (120)
Solar Beam (120)
Wood Hammer (120)
Leaf Storm (140)
Leaf Storm (130)
Frenzy Plant (150)
That concludes our brief tutorial.