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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Oct 16 16:10:29 PDT 2015


3 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/487089de4b01/
Changeset:   487089de4b01
Branch:      yt
User:        chummels
Date:        2015-10-16 21:05:08+00:00
Summary:     Making TransferFunctionHelper Tutorial have its own docs page so as to not break up the VR narrative too much.
Affected #:  2 files

diff -r 6912d9a2ce191dea530405370cb3ca47879d420a -r 487089de4b012486883dcb0e1f245bdbad1542da doc/source/visualizing/transfer_function_helper.rst
--- /dev/null
+++ b/doc/source/visualizing/transfer_function_helper.rst
@@ -0,0 +1,6 @@
+.. _transfer-function-helper-tutorial:
+
+Transfer Function Helper Tutorial
+=================================
+
+.. notebook:: TransferFunctionHelper_Tutorial.ipynb

diff -r 6912d9a2ce191dea530405370cb3ca47879d420a -r 487089de4b012486883dcb0e1f245bdbad1542da doc/source/visualizing/volume_rendering.rst
--- a/doc/source/visualizing/volume_rendering.rst
+++ b/doc/source/visualizing/volume_rendering.rst
@@ -210,7 +210,11 @@
 TransferFunctionHelper
 ----------------------
 
-.. notebook:: TransferFunctionHelper_Tutorial.ipynb
+Because good transfer functions can be difficult to generate, the 
+TransferFunctionHelper exists in order to help create and modify transfer
+functions with smart defaults for your datasets.  To follow a full example
+on how to use this interface, follow the
+:ref:`transfer-function-helper-tutorial`.
 
 Adding New Sources
 ++++++++++++++++++


https://bitbucket.org/yt_analysis/yt/commits/1048814573d4/
Changeset:   1048814573d4
Branch:      yt
User:        chummels
Date:        2015-10-16 21:37:38+00:00
Summary:     Adding reference to transfer function helper docs in cookbook notebooks docs.
Affected #:  1 file

diff -r 487089de4b012486883dcb0e1f245bdbad1542da -r 1048814573d4568ce0dffc553826957da9b514ad doc/source/cookbook/index.rst
--- a/doc/source/cookbook/index.rst
+++ b/doc/source/cookbook/index.rst
@@ -45,6 +45,7 @@
    embedded_webm_animation
    gadget_notebook
    owls_notebook
+   ../visualizing/transfer_function_helper
    ../analyzing/analysis_modules/sunyaev_zeldovich
    fits_radio_cubes
    fits_xray_images


https://bitbucket.org/yt_analysis/yt/commits/d0f52cf90877/
Changeset:   d0f52cf90877
Branch:      yt
User:        ngoldbaum
Date:        2015-10-16 23:10:21+00:00
Summary:     Merged in chummels/yt (pull request #1814)

[experimental] Making TransferFunctionHelper Tutorial have its own docs page so as to not break up the VR narrative too much.
Affected #:  3 files

diff -r 840ed4f675403c88edc6ec9c779599fd7dd3d699 -r d0f52cf90877f87528854d9e30dd71dc570050f2 doc/source/cookbook/index.rst
--- a/doc/source/cookbook/index.rst
+++ b/doc/source/cookbook/index.rst
@@ -45,6 +45,7 @@
    embedded_webm_animation
    gadget_notebook
    owls_notebook
+   ../visualizing/transfer_function_helper
    ../analyzing/analysis_modules/sunyaev_zeldovich
    fits_radio_cubes
    fits_xray_images

diff -r 840ed4f675403c88edc6ec9c779599fd7dd3d699 -r d0f52cf90877f87528854d9e30dd71dc570050f2 doc/source/visualizing/transfer_function_helper.rst
--- /dev/null
+++ b/doc/source/visualizing/transfer_function_helper.rst
@@ -0,0 +1,6 @@
+.. _transfer-function-helper-tutorial:
+
+Transfer Function Helper Tutorial
+=================================
+
+.. notebook:: TransferFunctionHelper_Tutorial.ipynb

diff -r 840ed4f675403c88edc6ec9c779599fd7dd3d699 -r d0f52cf90877f87528854d9e30dd71dc570050f2 doc/source/visualizing/volume_rendering.rst
--- a/doc/source/visualizing/volume_rendering.rst
+++ b/doc/source/visualizing/volume_rendering.rst
@@ -210,7 +210,11 @@
 TransferFunctionHelper
 ----------------------
 
-.. notebook:: TransferFunctionHelper_Tutorial.ipynb
+Because good transfer functions can be difficult to generate, the 
+TransferFunctionHelper exists in order to help create and modify transfer
+functions with smart defaults for your datasets.  To follow a full example
+on how to use this interface, follow the
+:ref:`transfer-function-helper-tutorial`.
 
 Adding New Sources
 ++++++++++++++++++

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