Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f42180f

Browse files
committed
Fix some links
1 parent acdff15 commit f42180f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

‎website/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
content/pages/*.md
2+
output
3+
content/figures
4+
content/notebooks

‎website/pelicanconf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
SITENAME = 'Python Data Science Handbook'
77
SITESUBTITLE = u'Essential Tools for Working with Data'
88
SITEURL = ''
9+
SITESUBURL = 'PythonDataScienceHandbook/pages/'
910
PATH = 'content'
1011
TIMEZONE = 'America/Los_Angeles'
1112
DEFAULT_LANG = 'en'

‎website/theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<span class="icon-bar"></span>
5757
<span class="icon-bar"></span>
5858
</button>
59-
<a class="navbar-brand" href="/" title="Home" class="title">{{ SITENAME }}</a>
59+
<a class="navbar-brand" href="/{{ SITESUBURL }}" title="Home" class="title">{{ SITENAME }}</a>
6060
</div>
6161
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation" id="theNavbar">
6262
<ul class="nav navbar-nav navbar-right">

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /