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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Aug 12 12:50:12 PDT 2015


4 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/5b27886c4ad2/
Changeset:   5b27886c4ad2
Branch:      yt
User:        xarthisius
Date:        2015-08-10 14:17:55+00:00
Summary:     Update MANIFEST.in
Affected #:  1 file

diff -r 57abf679467c2b46098177a6662cc507c173395b -r 5b27886c4ad2e09bfcdc087b3a647dd8549352dd MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,12 +1,12 @@
-include distribute_setup.py README* CREDITS COPYING.txt CITATION
+include distribute_setup.py README* CREDITS COPYING.txt CITATION requirements.txt optional-requirements.txt
 recursive-include yt/gui/reason/html *.html *.png *.ico *.js *.gif *.css
-recursive-include yt *.py *.pyx *.pxd *.h README* *.txt LICENSE*
+recursive-include yt *.py *.pyx *.pxd *.h README* *.txt LICENSE* *.cu
 recursive-include doc *.rst *.txt *.py *.ipynb *.png *.jpg *.css *.inc *.html
 recursive-include doc *.h *.c *.sh *.svgz *.pdf *.svg *.pyx
 include doc/README doc/activate doc/activate.csh doc/cheatsheet.tex
 include doc/extensions/README doc/Makefile
 prune doc/source/reference/api/generated
-prune doc/build/
+prune doc/build
 recursive-include yt/analysis_modules/halo_finding/rockstar *.py *.pyx
 prune yt/frontends/_skeleton
 prune tests


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

diff -r 5b27886c4ad2e09bfcdc087b3a647dd8549352dd -r 8a61b99b1ebbff1516dc913d144d1563c571e1a2 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/e1ac7b7bcb9c/
Changeset:   e1ac7b7bcb9c
Branch:      yt
User:        xarthisius
Date:        2015-08-11 17:27:31+00:00
Summary:     Backed out changeset 8a61b99b1ebb
Affected #:  1 file

diff -r 8a61b99b1ebbff1516dc913d144d1563c571e1a2 -r e1ac7b7bcb9c32f15a32877f0bcb8fb1b4cec087 doc/source/_templates/layout.html
--- a/doc/source/_templates/layout.html
+++ b/doc/source/_templates/layout.html
@@ -1,10 +1,5 @@
 {% 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/3e6809ef522e/
Changeset:   3e6809ef522e
Branch:      yt
User:        MatthewTurk
Date:        2015-08-12 19:50:00+00:00
Summary:     Merged in xarthisius/yt (pull request #1689)

Update MANIFEST.in
Affected #:  2 files

diff -r df2dbfbb91c7690db0bffafc27f37911a63c3c9b -r 3e6809ef522e9b61ac781688fa3dd3d4930792a9 MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,12 +1,12 @@
-include distribute_setup.py README* CREDITS COPYING.txt CITATION
+include distribute_setup.py README* CREDITS COPYING.txt CITATION requirements.txt optional-requirements.txt
 recursive-include yt/gui/reason/html *.html *.png *.ico *.js *.gif *.css
-recursive-include yt *.py *.pyx *.pxd *.h README* *.txt LICENSE*
+recursive-include yt *.py *.pyx *.pxd *.h README* *.txt LICENSE* *.cu
 recursive-include doc *.rst *.txt *.py *.ipynb *.png *.jpg *.css *.inc *.html
 recursive-include doc *.h *.c *.sh *.svgz *.pdf *.svg *.pyx
 include doc/README doc/activate doc/activate.csh doc/cheatsheet.tex
 include doc/extensions/README doc/Makefile
 prune doc/source/reference/api/generated
-prune doc/build/
+prune doc/build
 recursive-include yt/analysis_modules/halo_finding/rockstar *.py *.pyx
 prune yt/frontends/_skeleton
 prune tests

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