You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed a few typos, did a wee bit of reworking and fixed/edited some links
* Changed stripe image to use https in order to avoid mixed content requests
* Small rewordings and typo fixed
* Fixed my own typo ;)
Copy file name to clipboardExpand all lines: templates/base_docs.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,8 @@ <h2 id="fairuse">Fair Use Policy</h2>
94
94
</ul>
95
95
96
96
<h2id="slack">Slack</h2>
97
-
<p>Have questions? Ideas? Notice something amiss here in the docs? Hit us up on Slack. Sign up <ahref="https://pokeapi-slack-invite.herokuapp.com/">right here.</a> then visit our <ahref="https://pokeapi.slack.com">slack team</a>.
98
-
We'ed encourage you to come here before opening a ticket on github so we can keep our issues nice and organized. Theres also a solid group of people using the api
97
+
<p>Have questions? Ideas? Notice something amiss here in the docs? Hit us up on Slack. Sign up <ahref="https://pokeapi-slack-invite.herokuapp.com/">right here</a> then visit our <ahref="https://pokeapi.slack.com">slack team</a>.
98
+
We encourage you to come here before opening a ticket on github, so we can keep our issues nice and organized. There are also a solid group of people using the API
99
99
who may already have answers or plans from experience.</p>
Copy file name to clipboardExpand all lines: templates/pages/about.html
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ <h1>The RESTful Pokémon Data API</h1>
59
59
<divclass="well">
60
60
<p>
61
61
This website provides a RESTful API interface to highly detailed objects built from thousands of lines of data
62
-
related to <ahref="https://en.wikipedia.org/wiki/Pokemon">Pokémon</a>. We specifically cover the video game franchise, though we'd like to cover the card game too. Using this website you can consume information on Pokémon, their moves, abilities, types, egg groups and much much more.
62
+
related to <ahref="https://en.wikipedia.org/wiki/Pokemon">Pokémon</a>. We specifically cover the video game franchise, though we'd like to cover the card game too. Using this website, you can consume information on Pokémon, their moves, abilities, types, egg groups and much much more.
63
63
</p>
64
64
</div>
65
65
<pclass="lead">
@@ -70,11 +70,11 @@ <h1>The RESTful Pokémon Data API</h1>
70
70
This is probably worth clearing up very quickly for those who don't know.<br/>
71
71
An API (Application Programming Interface) is a set of interfaces (in this case, url links)
72
72
that are publicly available, that allow developers to interact with an application.<br/>
73
-
In this instance; the application is a database of thousands oc pokemon-related objects.
73
+
In this instance; the application is a database of thousands of pokemon-related objects.
74
74
</p>
75
75
</div>
76
76
<pclass="lead">
77
-
Isn't there 101 other Pokémon websites already?
77
+
Aren't there 101 other Pokémon websites already?
78
78
</p>
79
79
<divclass="well">
80
80
<p>
@@ -88,7 +88,7 @@ <h1>The RESTful Pokémon Data API</h1>
88
88
can consume and use.
89
89
</p>
90
90
<p>
91
-
Often, and especially when new Pokémon games or updates are released, the 101+ websites
91
+
Often, and especially when new Pokémon games or updates are released, those 101+ websites
92
92
take <b>weeks</b> to update as people have to enter the same information in all those different places.
93
93
</p>
94
94
<p>This solves that problem.
@@ -130,7 +130,7 @@ <h1>The RESTful Pokémon Data API</h1>
130
130
<divclass="well">
131
131
<p>
132
132
We know! Feel free to contribute to open issues on <ahref="https://github.com/PokeAPI/pokeapi/">GitHub</a>. <br/>
133
-
Have ideas for new features? We're on Slack! Sign up <ahref="https://pokeapi-slack-invite.herokuapp.com/">right here.</a> then visit our <ahref="https://pokeapi.slack.com">slack team</a>.
133
+
Have ideas for new features? We're on Slack! Sign up <ahref="https://pokeapi-slack-invite.herokuapp.com/">right here</a> then visit our <ahref="https://pokeapi.slack.com">slack team</a>.
134
134
</p>
135
135
</div>
136
136
<pclass="lead">
@@ -144,11 +144,11 @@ <h1>The RESTful Pokémon Data API</h1>
144
144
With direction from Paul, Zane created the V2 api using an exact mirror of <ahref="http://github.com/eevee">Veekun's</a> data related to the main series of games.
145
145
</p>
146
146
<p>
147
-
We have a <ahref="https://github.com/pokeapi">GitHub Organisation</a> of contributors. You're welcome to join!
147
+
We have a <ahref="https://github.com/pokeapi">GitHub organisation</a> of contributors that you are welcome to join!
148
148
</p>
149
149
</div>
150
150
<pclass="lead">
151
-
Whered you get all of this data?
151
+
Where did you get all of this data?
152
152
</p>
153
153
<divclass="well">
154
154
<p>
@@ -170,9 +170,9 @@ <h1>The RESTful Pokémon Data API</h1>
170
170
</p>
171
171
<divclass="well">
172
172
<p>
173
-
The website framework is <ahref="http://djangoproject.com" target="none">Django</a>,
174
-
a super awesome framework built around <ahre="http://python.org" target="none">Python</a>.<br/>
175
-
We use a <ahref="http://www.postgresql.org" target="none">Postgres</a> database to store all our data.<br/>
173
+
The website framework is <ahref="https://djangoproject.com" target="none">Django</a>,
174
+
a super awesome framework built around <ahref="https://python.org" target="none">Python</a>.<br/>
175
+
We use a <ahref="https://www.postgresql.org" target="none">Postgres</a> database to store all our data.<br/>
176
176
We use <ahref="http://www.django-rest-framework.org/" target="none">Django REST Framework</a> to expose our data through a RESTful API.<br/>
177
177
We're hosted on <ahref="https://www.digitalocean.com/?refcode=eab2fea41bc6" target="none">DigitalOcean</a> servers, who cover the cost of the servers, for free! We <3them.
Copy file name to clipboardExpand all lines: templates/pages/docsv2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ Berries are small fruits that can provide HP and status condition restoration, s
180
180
| firmness | The firmness of this berry, used in making Pokéblocks or Poffins |[NamedAPIResource](#namedapiresource) ([BerryFirmness](#berry-firmnesses)) |
181
181
| flavors | A list of references to each flavor a berry can have and the potency of each of those flavors in regard to this berry | list [BerryFlavorMap](#berryflavormap)|
182
182
| item | Berries are actually items. This is a reference to the item specific data for this berry. |[NamedAPIResource](#namedapiresource) ([Item](#items)) |
183
-
| natural_gift_type | The Type the move "Natural Gift" has when used with this Berry |[NamedAPIResource](#namedapiresource) ([Type](#types)) |
183
+
| natural_gift_type | The type inherited by "Natural Gift" when used with this Berry |[NamedAPIResource](#namedapiresource) ([Type](#types)) |
184
184
185
185
#### BerryFlavorMap
186
186
@@ -2822,7 +2822,7 @@ A Pokémon Species forms the basis for at least one Pokémon. Attributes of a Po
2822
2822
| generation | The generation this Pokémon species was introduced in |[NamedAPIResource](#namedapiresource) ([Generation](#generations)) |
2823
2823
| names | The name of this Pokémon species listed in different languages | list [Name](#resourcename)|
2824
2824
| pal_park_encounters | A list of encounters that can be had with this Pokémon species in pal park | list [PalParkEncounterArea](#palparkencounterarea)|
2825
-
| flavor_text_entries | A list of flavor text entries for this Pokémon species | list [FlavorText](#flavortext)|
2825
+
| flavor_text_entries | A list of flavor text entries for this Pokémon species | list [FlavorText](#flavortext)|
2826
2826
| form_descriptions | Descriptions of different forms Pokémon take on within the Pokémon species | list [Description](#description)|
2827
2827
| genera | The genus of this Pokémon species listed in multiple languages | list [Genus](#genus)|
2828
2828
| varieties | A list of the Pokémon that exist within this Pokémon species | list [PokemonSpeciesVariety](#pokemonspeciesvariety)|
0 commit comments