Skip to content

Commit

Permalink
Fixing tutorial, maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil committed Jul 16, 2016
1 parent 094d1bd commit cd445b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __getattr__(cls, name):

# General information about the project.
project = 'Mesa'
copyright = '2015, Project Mesa Team'
copyright = '2016, Project Mesa Team'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
14 changes: 7 additions & 7 deletions docs/tutorials/intro_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ graphics library) to visualize the data in a histogram.
.. image:: output_19_1.png
.. image:: intro_tutorial_files/intro_tutorial_19_1.png


If you are running from a text editor or IDE, you'll also need to add
Expand Down Expand Up @@ -343,7 +343,7 @@ can do this with a nested for loop:
.. image:: output_21_1.png
.. image:: intro_tutorial_files/intro_tutorial_21_1.png


This runs 100 instantiations of the model, and runs each for 10 steps.
Expand Down Expand Up @@ -572,7 +572,7 @@ grid, giving us each cell's coordinates and contents in turn.
.. image:: output_32_1.png
.. image:: intro_tutorial_files/intro_tutorial_32_1.png


Collecting Data
Expand Down Expand Up @@ -702,7 +702,7 @@ To get the series of Gini coefficients as a pandas DataFrame:
.. image:: output_38_1.png
.. image:: intro_tutorial_files/intro_tutorial_38_1.png


Similarly, we can get the agent-wealth data:
Expand Down Expand Up @@ -778,7 +778,7 @@ example, to get a histogram of agent wealth at the model's end:
.. image:: output_42_1.png
.. image:: intro_tutorial_files/intro_tutorial_42_1.png


Or to plot the wealth of a given agent (in this example, agent 14):
Expand All @@ -798,7 +798,7 @@ Or to plot the wealth of a given agent (in this example, agent 14):
.. image:: output_44_1.png
.. image:: intro_tutorial_files/intro_tutorial_44_1.png


Batch Run
Expand Down Expand Up @@ -897,7 +897,7 @@ DataFrame.
.. image:: output_52_1.png
.. image:: intro_tutorial_files/intro_tutorial_52_1.png


Notice that each row is a model run, and gives us the parameter values
Expand Down

0 comments on commit cd445b0

Please sign in to comment.