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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Nov 16 11:11:36 PST 2015


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/8ac4dccf1e0b/
Changeset:   8ac4dccf1e0b
Branch:      yt
User:        ngoldbaum
Date:        2015-11-15 21:48:08+00:00
Summary:     Fix hyperlink markup in unstructured mesh rendering docs
Affected #:  1 file

diff -r d263b58d4aa4d7b9d792488bd0aec2c5e95e2ba8 -r 8ac4dccf1e0bcc98f46a880867b4804d39ffaaec doc/source/visualizing/unstructured_mesh_rendering.rst
--- a/doc/source/visualizing/unstructured_mesh_rendering.rst
+++ b/doc/source/visualizing/unstructured_mesh_rendering.rst
@@ -6,10 +6,10 @@
 Beginning with version 3.3, yt has the ability to volume render unstructured
 meshes from, for example, finite element calculations. In order to use this
 capability, a few additional dependencies are required beyond those you get
-when you run the install script. First, `embree <https://embree.github.io>`
+when you run the install script. First, `embree <https://embree.github.io>`_
 (a fast software ray-tracing library from Intel) must be installed, either
 by compiling from source or by using one of the pre-built binaries available
-at Embree's `downloads <https://embree.github.io/downloads.html>` page. Once
+at Embree's `downloads <https://embree.github.io/downloads.html>`_ page. Once
 Embree is installed, you must also create a symlink next to the library. For
 example, if the libraries were installed at /usr/local/lib/, you must do
 
@@ -18,7 +18,7 @@
     sudo ln -s /usr/local/lib/libembree.2.6.1.dylib /usr/local/lib/libembree.so
 
 Second, the python bindings for embree (called 
-`pyembree <https://github.com/scopatz/pyembree>`) must also be installed. To
+`pyembree <https://github.com/scopatz/pyembree>`_) must also be installed. To
 do so, first obtain a copy, by .e.g. cloning the repo:
 
 .. code-block:: bash


https://bitbucket.org/yt_analysis/yt/commits/c68e8ddd84cf/
Changeset:   c68e8ddd84cf
Branch:      yt
User:        bwkeller
Date:        2015-11-16 19:11:30+00:00
Summary:     Merged in ngoldbaum/yt (pull request #1866)

Fix hyperlink markup in unstructured mesh rendering docs
Affected #:  1 file

diff -r ee9ca9eebfb5472caa3e6dcc3004f0dc66a17554 -r c68e8ddd84cf6ffadaf9f411f943abcb890b0e9b doc/source/visualizing/unstructured_mesh_rendering.rst
--- a/doc/source/visualizing/unstructured_mesh_rendering.rst
+++ b/doc/source/visualizing/unstructured_mesh_rendering.rst
@@ -6,10 +6,10 @@
 Beginning with version 3.3, yt has the ability to volume render unstructured
 meshes from, for example, finite element calculations. In order to use this
 capability, a few additional dependencies are required beyond those you get
-when you run the install script. First, `embree <https://embree.github.io>`
+when you run the install script. First, `embree <https://embree.github.io>`_
 (a fast software ray-tracing library from Intel) must be installed, either
 by compiling from source or by using one of the pre-built binaries available
-at Embree's `downloads <https://embree.github.io/downloads.html>` page. Once
+at Embree's `downloads <https://embree.github.io/downloads.html>`_ page. Once
 Embree is installed, you must also create a symlink next to the library. For
 example, if the libraries were installed at /usr/local/lib/, you must do
 
@@ -18,7 +18,7 @@
     sudo ln -s /usr/local/lib/libembree.2.6.1.dylib /usr/local/lib/libembree.so
 
 Second, the python bindings for embree (called 
-`pyembree <https://github.com/scopatz/pyembree>`) must also be installed. To
+`pyembree <https://github.com/scopatz/pyembree>`_) must also be installed. To
 do so, first obtain a copy, by .e.g. cloning the repo:
 
 .. code-block:: bash

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