We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ac029 commit 401e298Copy full SHA for 401e298
_layouts/home.html
@@ -3,9 +3,11 @@
3
---
4
5
<div class="home">
6
+ <!---
7
{%- if page.title -%}
8
<h1 class="page-heading">{{ page.title }}</h1>
9
{%- endif -%}
10
+ --->
11
12
{{ content }}
13
index.md
@@ -10,7 +10,7 @@ layout: home
# *{{site.title}}*
-This is the site for the book *"Geographic Data Science with PySAL and PyData
+This is the site for the book *"Geographic Data Science with PySAL and the PyData
14
Stack"*, by Sergio J. Rey, Dani Arribas-Bel and Levi J. Wolf. Here you can find out about
15
the latest news regarding the book,
16
read more about the [authors](/authors), or jump straight to the
0 commit comments