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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Jul 29 12:56:53 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/ed50089159aa/
Changeset:   ed50089159aa
Branch:      yt-3.0
User:        mzingale
Date:        2014-07-29 21:54:03
Summary:     fix the --prefix discussion and the link to the stackoverflow page
and deal with consistent caps on titles (although probably missed some)
Affected #:  1 file

diff -r 3b0859c7b22b9a184673005f98cd78fc622dbd4e -r ed50089159aaf80f56ac8a3020cdd152df2e8c36 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -36,7 +36,7 @@
 
 .. _install-script:
 
-All-in-one installation script
+All-in-One Installation Script
 ++++++++++++++++++++++++++++++
 
 Because installation of all of the interlocking parts necessary to install yt
@@ -55,7 +55,7 @@
 its dependencies will be removed from your system (no scattered files remaining
 throughout your system).
 
-Running the install script
+Running the Install Script
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 To get the installation script, download it from:
@@ -118,7 +118,7 @@
 
 .. _updating-yt:
 
-Updating yt and its dependencies
+Updating yt and Its Dependencies
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 With many active developers, code development sometimes occurs at a furious
@@ -138,7 +138,7 @@
 
 .. _removing-yt:
 
-Removing yt and its dependencies
+Removing yt and Its dependencies
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Because yt and its dependencies are installed in an isolated directory when
@@ -228,15 +228,15 @@
   hg clone https://bitbucket.org/yt_analysis/yt
   cd yt
   hg update yt
-  python setup.py install --user
+  python setup.py install --user --prefix=
 
 .. note::
 
-  If you maintain your own python installation separate from the OS-level python
+  If you maintain your own user-level python installation separate from the OS-level python
   installation, you can leave off ``--user --prefix=``, although you might need
-  ``sudo`` depending on where python is installed. See _`This StackOverflow
+  ``sudo`` depending on where python is installed. See `This StackOverflow
   discussion
-  <http://stackoverflow.com/questions/4495120/combine-user-with-prefix-error-with-setup-py-install>`
+  <http://stackoverflow.com/questions/4495120/combine-user-with-prefix-error-with-setup-py-install>`_
   if you are curious why ``--prefix=`` is neccessary on systems.
 
 This will install yt into a folder in your home directory
@@ -255,9 +255,9 @@
   hg clone https://bitbucket.org/yt_analysis/yt
   cd yt
   hg update yt
-  python setup.py develop --user
+  python setup.py develop --user --prefix=
 
-As above, you can leave off ``--user`` if you want to install yt into the default
+As above, you can leave off ``--user --prefix=`` if you want to install yt into the default
 package install path.  If you do not have write access for this location, you
 might need to use ``sudo``.
 
@@ -286,7 +286,7 @@
 
   cd yt
   hg update yt-2.x
-  python setup.py develop --user
+  python setup.py develop --user --prefix=
 
 You can check which version of yt you have installed by invoking ``yt version``
 at the command line.


https://bitbucket.org/yt_analysis/yt/commits/feb0e7bd1aea/
Changeset:   feb0e7bd1aea
Branch:      yt-3.0
User:        mzingale
Date:        2014-07-29 21:56:24
Summary:     missed a caps
Affected #:  1 file

diff -r ed50089159aaf80f56ac8a3020cdd152df2e8c36 -r feb0e7bd1aea157ba3ddc881358db4d71070ff19 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -138,7 +138,7 @@
 
 .. _removing-yt:
 
-Removing yt and Its dependencies
+Removing yt and Its Dependencies
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Because yt and its dependencies are installed in an isolated directory when

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