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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Sep 6 13:15:30 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/4867d08a1b2e/
Changeset:   4867d08a1b2e
Branch:      yt
User:        al007
Date:        2016-08-31 22:27:38+00:00
Summary:     Mention availability of demo.use.yt in quickstart guide

Also add links to installation guide
Affected #:  2 files

diff -r 58f60e6a6799a2ee44bd18ebd5619814307a4c99 -r 4867d08a1b2e2456aefa53cb97b8be819998acac .hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -83,4 +83,6 @@
 doc/source/reference/api/generated/*
 doc/_temp/*
 doc/source/bootcamp/.ipynb_checkpoints/
+doc/source/quickstart/*/
 dist
+*.gz

diff -r 58f60e6a6799a2ee44bd18ebd5619814307a4c99 -r 4867d08a1b2e2456aefa53cb97b8be819998acac doc/source/quickstart/index.rst
--- a/doc/source/quickstart/index.rst
+++ b/doc/source/quickstart/index.rst
@@ -12,15 +12,27 @@
 on time, you can non-interactively go through the linked pages below and view the
 worked examples.
 
-To execute the quickstart interactively, you need to download the repository and
-start the IPython notebook.  If you do not already have the yt repository, the
-easiest way to get the repository is to clone it using mercurial:
+To execute the quickstart interactively, you have a couple of options: 1) run
+the notebook from your own system or 2) run it from the url
+https://demo.use.yt. Option 1 requires an existing installation of yt (see
+:ref:`getting-and-installing-yt`), a copy of the yt source (which you may
+already have depending on your installation choice), and a download of the
+tutorial data-sets (total about 3 GB). If you know you are going to be a yt user
+and have the time to download the data-sets, option 1 is a good choice. However,
+if you're only interested in getting a feel for yt and its capabilities, or you
+already have yt but don't want to spend time downloading the data, go ahead to
+https://demo.use.yt.
+
+If you're running the tutorial from your own system and you do not already have
+the yt repository, the easiest way to get the repository is to clone it using
+mercurial:
 
 .. code-block:: bash
 
    hg clone https://bitbucket.org/yt_analysis/yt
 
-Now start the IPython notebook from within the repository:
+Now start the IPython notebook from within the repository (we presume you have
+yt installed):
 
 .. code-block:: bash
 


https://bitbucket.org/yt_analysis/yt/commits/d1e06ae59324/
Changeset:   d1e06ae59324
Branch:      yt
User:        al007
Date:        2016-08-31 22:58:37+00:00
Summary:     Remove undesirable .hgignore rules
Affected #:  1 file

diff -r 4867d08a1b2e2456aefa53cb97b8be819998acac -r d1e06ae5932469a7907895d4e21efde80cec9c0a .hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -83,6 +83,4 @@
 doc/source/reference/api/generated/*
 doc/_temp/*
 doc/source/bootcamp/.ipynb_checkpoints/
-doc/source/quickstart/*/
 dist
-*.gz

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