Skip to content

Commit

Permalink
Hotfixes to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pksohn committed Apr 4, 2017
1 parent d4b8406 commit 1785f80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@

# General information about the project.
project = 'pandana'
copyright = '2015, UrbanSim Inc.'
copyright = '2017, UrbanSim Inc.'

# 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
2 changes: 2 additions & 0 deletions docs/installation.rst
Expand Up @@ -15,6 +15,7 @@ Pandana depends on the following libraries, most of which are in Anaconda:
* `numpy`_ >= 1.8.0
* `pandas`_ >= 0.13.1
* `tables`_ >= 3.1.0
* `osmnet`_ >= 0.1.0

Install the latest release
--------------------------
Expand Down Expand Up @@ -112,3 +113,4 @@ on your platform - for instance :code:`g++-mp-4.9` or :code:`g++-4.8`.
.. _numpy: http://www.numpy.org/
.. _pandas: http://pandas.pydata.org/
.. _tables: http://www.pytables.org/
.. _osmnet: http://github.com/udst/osmnet
2 changes: 1 addition & 1 deletion docs/introduction.rst
Expand Up @@ -117,7 +117,7 @@ License
Pandana is licensed under the AGPL license.

Related UDST libraries
----------------------
~~~~~~~~~~~~~~~~~~~~~~~~

- `OSMnet`_
- `UrbanAccess`_
Expand Down
3 changes: 2 additions & 1 deletion docs/tutorial.rst
Expand Up @@ -7,8 +7,9 @@ in the ``Pandana`` repo which gives the entire workflow,
but the discussion here will take things line-by-line with a sufficient
summary of the functionality.

Note that these code samples assume you have imported pandana as follows::
Note that these code samples assume you have imported pandas and pandana as follows::

import pandas as pd
import pandana as pdna

Create the Network
Expand Down

0 comments on commit 1785f80

Please sign in to comment.