[yt-svn] commit/yt: 3 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Aug 13 09:17:53 PDT 2015


3 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/eeb81510cf48/
Changeset:   eeb81510cf48
Branch:      yt
User:        xarthisius
Date:        2015-08-11 17:28:10+00:00
Summary:     [docs] add canonical link for documentation
Affected #:  1 file

diff -r a0e9ba7aa5d29687c7094a0762fedd11e82d3fb4 -r eeb81510cf486873f56d4fdd24a06cff36fed181 doc/source/_templates/layout.html
--- a/doc/source/_templates/layout.html
+++ b/doc/source/_templates/layout.html
@@ -1,5 +1,10 @@
 {% extends '!layout.html' %}
 
+{%- block linktags %}
+    <link href="http://yt-project.org/doc/" rel="canonical" />
+    {{ super() }}
+{%- endblock %}
+
 {%- block extrahead %}
     {{ super() }}
     <script type="text/javascript">


https://bitbucket.org/yt_analysis/yt/commits/d5b71e2ab6a4/
Changeset:   d5b71e2ab6a4
Branch:      yt
User:        xarthisius
Date:        2015-08-11 17:37:06+00:00
Summary:     [docs] insert pagename to canonical link
Affected #:  1 file

diff -r eeb81510cf486873f56d4fdd24a06cff36fed181 -r d5b71e2ab6a459e35dd9b3892c2beaaf45482833 doc/source/_templates/layout.html
--- a/doc/source/_templates/layout.html
+++ b/doc/source/_templates/layout.html
@@ -1,7 +1,7 @@
 {% extends '!layout.html' %}
 
 {%- block linktags %}
-    <link href="http://yt-project.org/doc/" rel="canonical" />
+    <link href="http://yt-project.org/doc/{{ pagename }}.html" rel="canonical" />
     {{ super() }}
 {%- endblock %}
 


https://bitbucket.org/yt_analysis/yt/commits/957c5262085b/
Changeset:   957c5262085b
Branch:      yt
User:        MatthewTurk
Date:        2015-08-13 16:17:43+00:00
Summary:     Merged in xarthisius/yt (pull request #1693)

[docs] add canonical link for documentation
Affected #:  1 file

diff -r ef1a228a21cc2a8736606107e929806ca6d0c60d -r 957c5262085b47bcde96b64ba4631c1eca63a80b doc/source/_templates/layout.html
--- a/doc/source/_templates/layout.html
+++ b/doc/source/_templates/layout.html
@@ -1,5 +1,10 @@
 {% extends '!layout.html' %}
 
+{%- block linktags %}
+    <link href="http://yt-project.org/doc/{{ pagename }}.html" rel="canonical" />
+    {{ super() }}
+{%- endblock %}
+
 {%- block extrahead %}
     {{ super() }}
     <script type="text/javascript">

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list