Skip to content

Commit

Permalink
Renaming bootcamp to quickstart
Browse files Browse the repository at this point in the history
--HG--
branch : yt
  • Loading branch information
matthewturk committed Aug 27, 2014
1 parent 9f0e679 commit cfec90b
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion doc/install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ function print_afterword
echo
echo "To get started with yt, check out the orientation:"
echo
echo " http://yt-project.org/doc/bootcamp/"
echo " http://yt-project.org/doc/quickstart/"
echo
echo "The source for yt is located at:"
echo " $YT_DIR"
Expand Down
2 changes: 1 addition & 1 deletion doc/source/analyzing/units/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Here are the notebooks, which have been filled in for inspection:
.. note::

The notebooks use sample datasets that are available for download at
http://yt-project.org/data. See :ref:`bootcamp-introduction` for more
http://yt-project.org/data. See :ref:`quickstart-introduction` for more
details.

Let us know if you would like to contribute other example notebooks, or have
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
bootswatch_theme = "readable",
navbar_links = [
("How to get help", "help/index"),
("Bootcamp notebooks", "bootcamp/index"),
("Quickstart notebooks", "quickstart/index"),
("Cookbook", "cookbook/index"),
],
navbar_sidebarrel = False,
Expand Down
2 changes: 1 addition & 1 deletion doc/source/developing/building_the_docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ categories of:
* Analyzing
* Examining
* Cookbook
* Bootcamp
* Quickstart
* Developing
* Reference
* Help
Expand Down
2 changes: 1 addition & 1 deletion doc/source/examining/low_level_inspection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ access to data.
based simulations. For now, these are represented as patches, with
the attendant properties.

For a more basic introduction, see :ref:`bootcamp` and more specifically
For a more basic introduction, see :ref:`quickstart` and more specifically
:ref:`data_inspection`.

.. _examining-grid-hierarchies:
Expand Down
4 changes: 2 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Table of Contents
<tr valign="top">
<td width="25%">
<p>
<a href="bootcamp/index.html">yt Bootcamp</a>
<a href="quickstart/index.html">yt Quickstart</a>
</p>
</td>
<td width="75%">
Expand Down Expand Up @@ -127,7 +127,7 @@ Table of Contents
:hidden:

installing
yt Bootcamp <bootcamp/index>
yt Quickstart <quickstart/index>
yt3differences
cookbook/index
visualizing/index
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:39620670ce7751b23f30d2123fd3598de1c7843331f65de13e29f4ae9f759e0f"
"signature": "sha256:7c68cdd34ce71c042fa3c4badc4587693f1cc1b6aa0b3c99a4a63a1db6fe57f9"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand All @@ -12,7 +12,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Welcome to the yt bootcamp!\n",
"# Welcome to the yt quickstart!\n",
"\n",
"In this brief tutorial, we'll go over how to load up data, analyze things, inspect your data, and make some visualizations.\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:a46e1baa90d32045c2b524100f28bad41b3665249612c9a275ee0375a6f4be20"
"signature": "sha256:1639e2dd5b1bd7f3e5df9359af0dee7b49902d5f09f05729bb5cf390660017b0"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -37,7 +37,7 @@
"source": [
"## Time Series Data\n",
"\n",
"Unlike before, instead of loading a single dataset, this time we'll load a bunch which we'll examine in sequence. This command creates a `DatasetSeries` object, which can be iterated over (including in parallel, which is outside the scope of this bootcamp) and analyzed. There are some other helpful operations it can provide, but we'll stick to the basics here.\n",
"Unlike before, instead of loading a single dataset, this time we'll load a bunch which we'll examine in sequence. This command creates a `DatasetSeries` object, which can be iterated over (including in parallel, which is outside the scope of this quickstart) and analyzed. There are some other helpful operations it can provide, but we'll stick to the basics here.\n",
"\n",
"Note that you can specify either a list of filenames, or a glob (i.e., asterisk) pattern in this."
]
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.. _bootcamp:
.. _quickstart:

yt Bootcamp
===========
yt Quickstart
=============

The bootcamp is a series of worked examples of how to use much of the
The quickstart is a series of worked examples of how to use much of the
funtionality of yt. These are simple, short introductions to give you a taste
of what the code can do and are not meant to be detailed walkthroughs.

There are two ways in which you can go through the bootcamp: interactively and
There are two ways in which you can go through the quickstart: interactively and
non-interactively. We recommend the interactive method, but if you're pressed
on time, you can non-interactively go through the linked pages below and view the
worked examples.

To execute the bootcamp interactively, you need to download the repository and
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:

Expand All @@ -24,7 +24,7 @@ Now start the IPython notebook from within the repository:

.. code-block:: bash
cd yt/doc/source/bootcamp
cd yt/doc/source/quickstart
yt notebook
This command will give you information about the notebook server and how to
Expand Down Expand Up @@ -52,7 +52,7 @@ Here are the notebooks, which have been filled in for inspection:
.. note::

The notebooks use sample datasets that are available for download at
http://yt-project.org/data. See :ref:`bootcamp-introduction` for more
http://yt-project.org/data. See :ref:`quickstart-introduction` for more
details.

Let us know if you would like to contribute other example notebooks, or have
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _bootcamp-introduction:
.. _quickstart-introduction:

Introduction
------------
Expand Down
File renamed without changes.

0 comments on commit cfec90b

Please sign in to comment.