Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating version and docs #352

Merged
merged 5 commits into from
Jan 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ This package is part of a [refactoring of PySAL](https://github.com/pysal/pysal/

--------------------------------------

Spaghetti is an open-source python library for the analysis of network-based spatial data. Originating from the `network` module in [PySAL (Python Spatial Analysis Library)](http://pysal.org), it is under active development for the inclusion of newly proposed methods for building graph-theoretic networks and the analysis of network events.
Spaghetti is an open-source Python library for the analysis of network-based spatial data. Originating from the `network` module in [PySAL (Python Spatial Analysis Library)](http://pysal.org), it is under active development for the inclusion of newly proposed methods for building graph-theoretic networks and the analysis of network events.

-------------------------------


Examples
--------
* [Network Usage](https://github.com/pysal/spaghetti/blob/master/notebooks/Network_Usage.ipynb)
* [Spaghetti Pointpatterns Empirical](https://github.com/pysal/spaghetti/blob/master/notebooks/Spaghetti_Pointpatterns_Empirical.ipynb)
* [Snapping Demonstration](https://github.com/pysal/spaghetti/blob/master/notebooks/Snapping_Demonstration.ipynb)
* [Facility Location](https://github.com/pysal/spaghetti/blob/master/notebooks/Facility_Location.ipynb)
* [Network Representation](https://pysal.org/spaghetti/notebooks/Basic_spaghetti_tutorial.html)
* [Spatial Network Analysis](https://pysal.org/spaghetti/notebooks/Advanced_spaghetti_tutorial.html)
* [Optimal Facility Location](https://pysal.org/spaghetti/notebooks/Use_case-facility_location.html)


Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: f5c4a77394b3c40018a06a45147226e8
config: 9914f7c728d0edd6caa6a3390f2ed9cf
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Overview: module code &#8212; spaghetti v1.3.1 Manual</title>
<title>Overview: module code &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pysal-styles.css" />
Expand Down Expand Up @@ -40,7 +40,7 @@
</button>
<a class="navbar-brand" href="../index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/_modules/spaghetti/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>spaghetti.network &#8212; spaghetti v1.3.1 Manual</title>
<title>spaghetti.network &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/pysal-styles.css" />
Expand Down Expand Up @@ -40,7 +40,7 @@
</button>
<a class="navbar-brand" href="../../index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.3.1',
VERSION: '1.4.0',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions docs/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>API reference &#8212; spaghetti v1.3.1 Manual</title>
<title>API reference &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/pysal-styles.css" />
Expand Down Expand Up @@ -42,7 +42,7 @@
</button>
<a class="navbar-brand" href="index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/spaghetti.Network.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>spaghetti.Network &#8212; spaghetti v1.3.1 Manual</title>
<title>spaghetti.Network &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pysal-styles.css" />
Expand Down Expand Up @@ -42,7 +42,7 @@
</button>
<a class="navbar-brand" href="../index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/spaghetti.Network.loadnetwork.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>spaghetti.Network.loadnetwork &#8212; spaghetti v1.3.1 Manual</title>
<title>spaghetti.Network.loadnetwork &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pysal-styles.css" />
Expand Down Expand Up @@ -42,7 +42,7 @@
</button>
<a class="navbar-brand" href="../index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/spaghetti.Network.savenetwork.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>spaghetti.Network.savenetwork &#8212; spaghetti v1.3.1 Manual</title>
<title>spaghetti.Network.savenetwork &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pysal-styles.css" />
Expand Down Expand Up @@ -42,7 +42,7 @@
</button>
<a class="navbar-brand" href="../index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/spaghetti.PointPattern.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>spaghetti.PointPattern &#8212; spaghetti v1.3.1 Manual</title>
<title>spaghetti.PointPattern &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pysal-styles.css" />
Expand Down Expand Up @@ -42,7 +42,7 @@
</button>
<a class="navbar-brand" href="../index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/spaghetti.element_as_gdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>spaghetti.element_as_gdf &#8212; spaghetti v1.3.1 Manual</title>
<title>spaghetti.element_as_gdf &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pysal-styles.css" />
Expand Down Expand Up @@ -42,7 +42,7 @@
</button>
<a class="navbar-brand" href="../index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Index &#8212; spaghetti v1.3.1 Manual</title>
<title>Index &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/pysal-styles.css" />
Expand Down Expand Up @@ -41,7 +41,7 @@
</button>
<a class="navbar-brand" href="index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>spaghetti &#8212; spaghetti v1.3.1 Manual</title>
<title>spaghetti &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/pysal-styles.css" />
Expand Down Expand Up @@ -41,7 +41,7 @@
</button>
<a class="navbar-brand" href="#">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Installation &#8212; spaghetti v1.3.1 Manual</title>
<title>Installation &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/pysal-styles.css" />
Expand Down Expand Up @@ -42,7 +42,7 @@
</button>
<a class="navbar-brand" href="index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
8 changes: 4 additions & 4 deletions docs/notebooks/Advanced_spaghetti_tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Advanced pysal.spaghetti tutorial &#8212; spaghetti v1.3.1 Manual</title>
<title>Advanced pysal.spaghetti tutorial &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pysal-styles.css" />
Expand Down Expand Up @@ -42,7 +42,7 @@
</button>
<a class="navbar-brand" href="../index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down Expand Up @@ -355,9 +355,9 @@
}
</style>
<div class="admonition note">
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/doc/notebooks/Advanced_spaghetti_tutorial.ipynb">doc/notebooks/Advanced_spaghetti_tutorial.ipynb</a>.
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/notebooks/notebooks/Advanced_spaghetti_tutorial.ipynb">notebooks/notebooks/Advanced_spaghetti_tutorial.ipynb</a>.
Interactive online version:
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=doc/notebooks/Advanced_spaghetti_tutorial.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=notebooks/notebooks/Advanced_spaghetti_tutorial.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
</div>
<hr class="docutils" />
<p><strong>If any part of this notebook is used in your research, please cite with the reference found in</strong> <a class="reference external" href="https://github.com/pysal/spaghetti#bibtex-citation">README.md</a><strong>.</strong></p>
Expand Down
8 changes: 4 additions & 4 deletions docs/notebooks/Basic_spaghetti_tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Basic pysal.spaghetti tutorial &#8212; spaghetti v1.3.1 Manual</title>
<title>Basic pysal.spaghetti tutorial &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pysal-styles.css" />
Expand Down Expand Up @@ -42,7 +42,7 @@
</button>
<a class="navbar-brand" href="../index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down Expand Up @@ -351,9 +351,9 @@
}
</style>
<div class="admonition note">
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/doc/notebooks/Basic_spaghetti_tutorial.ipynb">doc/notebooks/Basic_spaghetti_tutorial.ipynb</a>.
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/notebooks/notebooks/Basic_spaghetti_tutorial.ipynb">notebooks/notebooks/Basic_spaghetti_tutorial.ipynb</a>.
Interactive online version:
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=doc/notebooks/Basic_spaghetti_tutorial.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=notebooks/notebooks/Basic_spaghetti_tutorial.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
</div>
<hr class="docutils" />
<p><strong>If any part of this notebook is used in your research, please cite with the reference found in</strong> <a class="reference external" href="https://github.com/pysal/spaghetti#bibtex-citation">README.md</a><strong>.</strong></p>
Expand Down
8 changes: 4 additions & 4 deletions docs/notebooks/Use_case-facility_location.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Demostrating network-based optimal facility location modeling &#8212; spaghetti v1.3.1 Manual</title>
<title>Demostrating network-based optimal facility location modeling &#8212; spaghetti v1.4.0 Manual</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pysal-styles.css" />
Expand Down Expand Up @@ -42,7 +42,7 @@
</button>
<a class="navbar-brand" href="../index.html">
spaghetti</a>
<span class="navbar-text navbar-version pull-left"><b>1.3.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>1.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down Expand Up @@ -357,9 +357,9 @@
}
</style>
<div class="admonition note">
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/doc/notebooks/Use_case-facility_location.ipynb">doc/notebooks/Use_case-facility_location.ipynb</a>.
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/notebooks/notebooks/Use_case-facility_location.ipynb">notebooks/notebooks/Use_case-facility_location.ipynb</a>.
Interactive online version:
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=doc/notebooks/Use_case-facility_location.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=notebooks/notebooks/Use_case-facility_location.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
</div>
<hr class="docutils" />
<p><strong>If any part of this notebook is used in your research, please cite with the reference found in</strong> <a class="reference external" href="https://github.com/pysal/spaghetti#bibtex-citation">README.md</a><strong>.</strong></p>
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
Loading