Skip to content

Commit d8c0c3a

Browse files
committed
fix typo with scipy numpy link
1 parent ed0c39f commit d8c0c3a

File tree

5 files changed

+55
-92
lines changed

5 files changed

+55
-92
lines changed

content/pages/03-data/17-scipy-numpy.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ with additional tools for wrangling, cleaning, processing and analyzing data.
2828

2929

3030
### SciPy resources
31-
Take a look at the individual pages for [NumPy](/numpy.html),
32-
[Matplotlib](/matplotlib.html) and [pandas](/pandas.html) for tutorials
33-
specific to those projects. The following resources are broader walkthroughs
34-
for the SciPy ecosystem:
31+
Take a look at the pages on [Matplotlib](/matplotlib.html) and
32+
[pandas](/pandas.html) for tutorials specific to those projects. The
33+
following resources are broader walkthroughs for the SciPy ecosystem:
3534

3635
* [SciPy Lecture notes](http://www.scipy-lectures.org/) goes into the
3736
overall Python scientific computing ecosystem and how to use it.

static/img/logos/aws-lambda.jpg

8.01 KB
Loading
-1.5 KB
Loading

theme/templates/book-toc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@
186186
<li><a href="#static-content">Static content</a></li>
187187
<li><a href="#content-delivery-networks-cdns">Content Delivery Networks</a></li>
188188
</ul>
189-
<li>5.2 <a href="#virtual-private-servers-vps">Virtual Private Servers (VPSs)</a></li>
189+
<li>5.2 <a href="#virtual-private-servers-vps">Virtual Private Servers (VPS)</a></li>
190190
<ul class="toc3">
191191
<li><a href="#linode">Linode</a></li>
192-
<li><a href="#digitalocean">Digital Ocean</a></li>
192+
<li><a href="#digitalocean">DigitalOcean</a></li>
193193
<li><a href="#lightsail">Lightsail</a></li>
194194
</ul>
195195
<li>5.3 <a href="#platform-as-a-service">Platform-as-a-Service</a></li>

transform_book.py

Lines changed: 50 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,12 @@
5959
"(#tmux)",
6060
"(/screen.html)":
6161
"(#screen)",
62-
"(/pymux.html)":
63-
"(#pymux)",
6462
"(/environment-configuration.html)":
6563
"(#environment-configuration)",
6664
"(/application-dependencies.html)":
6765
"(#application-dependencies)",
6866
"(/virtual-environments-virtualenvs-venvs.html)":
6967
"(#virtual-environments-virtualenvs)",
70-
"(/environment-variables.html)":
71-
"(#environment-variables)",
7268
"(/localhost-tunnels.html)":
7369
"(#localhost-tunnels)",
7470
"(/source-control.html)":
@@ -77,16 +73,6 @@
7773
"(#git)",
7874
"(/mercurial.html)":
7975
"(#mercurial)",
80-
"(/apache-subversion.html)":
81-
"(#apache-subversion)",
82-
"(/hosted-source-control-services.html)":
83-
"(#hosted-source-control-services)",
84-
"(/github.html)":
85-
"(#github)",
86-
"(/bitbucket.html)":
87-
"(#bitbucket)",
88-
"(/gitlab.html)":
89-
"(#gitlab)",
9076

9177
# chapter 3
9278
"(/data.html)":
@@ -107,8 +93,6 @@
10793
"(#peewee)",
10894
"(/django-orm.html)":
10995
"(#django-object-relational-mapper)",
110-
"(/sqlobject.html)":
111-
"(#sqlobject)",
11296
"(/pony-orm.html)":
11397
"(#pony-orm)",
11498
"(/no-sql-datastore.html)":
@@ -125,22 +109,20 @@
125109
"(#data-analysis)",
126110
"(/pandas.html)":
127111
"(#pandas)",
128-
"(/numpy.html)":
129-
"(#numpy)",
130-
"(/scipy.html)":
131-
"(#scipy)",
132-
#("/.html)":
133-
#("#)",
112+
"(/scipy-numpy.html)":
113+
"(#scipy-and-numpy)",
114+
"(/data-visualization.html)":
115+
"(#data-visualization)",
134116
"(/bokeh.html)":
135117
"(#bokeh)",
136118
"(/d3-js.html)":
137119
"(#data-driven-documents-d3js)",
138120
"(/matplotlib.html)":
139121
"(#matplotlib)",
140-
#("/.html)":
141-
#("#)",
142-
#("/.html)":
143-
#("#)",
122+
"(/markup-languages.html)":
123+
"(#markup-languages)",
124+
"(/restructuredtext.html)":
125+
"(#restructuredtext)",
144126
"(/markdown.html)":
145127
"(#markdown)",
146128

@@ -189,20 +171,14 @@
189171
"(#bootstrap)",
190172
"(/foundation-css.html)":
191173
"(#foundation)",
192-
#"(/.html)":
193-
#"(#)",
194-
#"(/.html)":
195-
#"(#)",
196174
"(/javascript.html)":
197175
"(#javascript)",
198-
#"(/.html)":
199-
#"(#)",
200-
#"(/.html)":
201-
#"(#)",
202-
#"(/.html)":
203-
#"(#)",
204-
#"(/.html)":
205-
#"(#)",
176+
"(/react.html)":
177+
"(#react)",
178+
"(/vuejs.html)":
179+
"(#vuejs)",
180+
"(/angular.html)":
181+
"(#angular)",
206182
"(/task-queues.html)":
207183
"(#task-queues)",
208184
"(/celery.html)":
@@ -211,8 +187,6 @@
211187
"(#redis-queue-rq)",
212188
"(/dramatiq.html)":
213189
"(#dramatiq)",
214-
#("/.html)":
215-
#("#)",
216190
"(/static-site-generator.html)":
217191
"(#static-site-generator)",
218192
"(/pelican.html)":
@@ -227,82 +201,72 @@
227201
"(#unit-testing)",
228202
"(/integration-testing.html)":
229203
"(#integration-testing)",
230-
#("/.html)":
231-
#("#)",
232-
"(/code-metrics.html)":
233-
"(#code-metrics)",
234204
"(/debugging.html)":
235205
"(#debugging)",
236-
#("/.html)":
237-
#("#)",
238-
#("/.html)":
239-
#("#)",
240-
#("/.html)":
241-
#("#)",
242-
#("/.html)":
243-
#("#)",
206+
"(/code-metrics.html)":
207+
"(#code-metrics)",
208+
"(/networking.html)":
209+
"(#networking)",
210+
"(/https.html)":
211+
"(#https)",
244212
"(/websockets.html)":
245213
"(#websockets)",
246-
#("/.html)":
247-
#("#)",
248-
"(/uvloop.html)":
249-
"(#uvloop)",
214+
"(/webrtc.html)":
215+
"(#webrtc)",
250216
"(/application-programming-interfaces.html)":
251217
"(#application-programming-interfaces)",
252218
"(/microservices.html)":
253219
"(#microservices)",
254-
#("/.html)":
255-
#("#)",
220+
"(/webhooks.html)":
221+
"(#webhooks)",
256222
"(/bots.html)":
257223
"(#bots)",
258224
"(/api-creation.html)":
259225
"(#api-creation)",
260-
#("/.html)":
261-
#("#)",
262-
#("/.html)":
263-
#("#)",
264-
#("/.html)":
265-
#("#)",
226+
"(/api-frameworks.html)":
227+
"(#api-frameworks)",
228+
"(/django-rest-framework-drf.html)":
229+
"(#django-rest-framework)",
266230
"(/api-integration.html)":
267231
"(#api-integration)",
268232
"(/twilio.html)":
269233
"(#twilio)",
270-
#("/.html)":
271-
#("#)",
272-
#("/.html)":
273-
#("#)",
234+
"(/stripe.html)":
235+
"(#stripe)",
236+
"(/slack.html)":
237+
"(#slack)",
238+
"(/okta.html)":
239+
"(#okta)",
274240
"(/web-application-security.html)":
275241
"(#web-application-security)",
276-
#("/.html)":
277-
#("#)",
278-
#("/.html)":
279-
#("#)",
280-
#("/.html)":
281-
#("#)",
242+
"(/sql-injection.html)":
243+
"(#sql-injection)",
244+
"(/cross-site-request-forgery-csrf.html)":
245+
"(#cross-site-request-forgery-csrf)",
282246

283247
# chapter 5
284248
"(/deployment.html)":
285249
"(#deployment)",
286-
#("/.html)":
287-
#("#)",
250+
"(/hosting.html)":
251+
"(#hosting)",
288252
"(/servers.html)":
289253
"(#servers)",
290254
"(/static-content.html)":
291255
"(#static-content)",
292-
#("/.html)":
293-
#("#)",
256+
"(/content-delivery-networks-cdns.html)":
257+
"(#content-delivery-networks-cdns)",
294258
"(/virtual-private-servers-vps.html)":
295259
"(#virtual-private-servers-vps)",
296-
#("/.html)":
297-
#("#)",
298-
#("/.html)":
299-
#("#)",
300-
#("/.html)":
301-
#("#)",
260+
"(/linode.html)":
261+
"(#linode)",
262+
"(/digitalocean.html)":
263+
"(#digitalocean)",
264+
"(/lightsail.html)":
265+
"(#lightsail)",
302266
"(/platform-as-a-service.html)":
303267
"(#platform-as-a-service)",
304-
#("/.html)":
305-
#("#)",
268+
"(/heroku.html)":
269+
"(#heroku)",
306270
#("/.html)":
307271
#("#)",
308272
#("/.html)":

0 commit comments

Comments
 (0)