[yt-svn] commit/yt: ngoldbaum: Correcting two incorrect paths in the loading data docs

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Aug 18 15:40:00 PDT 2015


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/d5816147380b/
Changeset:   d5816147380b
Branch:      yt
User:        ngoldbaum
Date:        2015-08-18 22:32:05+00:00
Summary:     Correcting two incorrect paths in the loading data docs
Affected #:  1 file

diff -r bc21601eb3e3d89810ca3b5e914797f934fe1ef8 -r d5816147380b81418aec9ccc7ac0f551e8ddce21 doc/source/examining/loading_data.rst
--- a/doc/source/examining/loading_data.rst
+++ b/doc/source/examining/loading_data.rst
@@ -771,7 +771,7 @@
 
 .. code-block:: python
 
-   from yt.frontends.sph.definitions import gadget_field_specs
+   from yt.frontends.gadget.definitions import gadget_field_specs
    gadget_field_specs["my_field_def"] = my_field_def
 
 Please also feel free to issue a pull request with any new field
@@ -871,7 +871,7 @@
 ----------------
 
 See :ref:`loading-numpy-array` and
-:func:`~yt.frontends.sph.data_structures.load_amr_grids` for more detail.
+:func:`~yt.frontends.stream.data_structures.load_amr_grids` for more detail.
 
 It is possible to create native yt dataset from Python's dictionary
 that describes set of rectangular patches of data of possibly varying

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