Skip to content

Commit

Permalink
Merge pull request #631 from jGaboardi/update_docs
Browse files Browse the repository at this point in the history
doc updates for v1.6.0 release
  • Loading branch information
jGaboardi authored Jun 5, 2021
2 parents df101cd + 148079a commit 151cc8c
Show file tree
Hide file tree
Showing 18 changed files with 1,115 additions and 1,118 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following are a selection of some examples that can be launched individually

## Installation

As of version 1.5.3, `spaghetti` officially supports Python [3.6](https://docs.python.org/3.6/), [3.7](https://docs.python.org/3.7/), [3.8](https://docs.python.org/3.8/), and [3.9](https://docs.python.org/3.9/). Please make sure that you are operating in a Python >= 3.6 environment.
As of version 1.6.0, `spaghetti` officially supports Python [3.7](https://docs.python.org/3.7/), [3.8](https://docs.python.org/3.8/), and [3.9](https://docs.python.org/3.9/). Please make sure that you are operating in a Python >= 3.7 environment.

**Installing with `conda` via [`conda-forge`](https://github.com/conda-forge/spaghetti-feedstock) (highly recommended)**

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# General information about the project.
project = "spaghetti"
copyright = "2018, pysal developers"
copyright = "2017-, pysal developers"
author = "pysal developers"

# The version info for the project you're documenting, acts as replacement for
Expand Down
38 changes: 19 additions & 19 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,28 +103,28 @@ Citing `spaghetti`
If you use PySAL-spaghetti in a scientific publication, we would appreciate using the following BibTeX citations::

@article{Gaboardi2021,
doi = {10.21105/joss.02826},
url = {https://doi.org/10.21105/joss.02826},
year = {2021},
publisher = {The Open Journal},
volume = {6},
number = {62},
pages = {2826},
author = {James D. Gaboardi and Sergio Rey and Stefanie Lumnitz},
title = {spaghetti: spatial network analysis in PySAL},
journal = {Journal of Open Source Software}
doi = {10.21105/joss.02826},
url = {https://doi.org/10.21105/joss.02826},
year = {2021},
publisher = {The Open Journal},
volume = {6},
number = {62},
pages = {2826},
author = {James D. Gaboardi and Sergio Rey and Stefanie Lumnitz},
title = {spaghetti: spatial network analysis in PySAL},
journal = {Journal of Open Source Software}
}
@misc{Gaboardi2018,
author = {Gaboardi, James D. and Laura, Jay and Rey, Sergio and
Wolf, Levi John and Folch, David C. and Kang, Wei and
Stephens, Philip and Schmidt, Charles},
month = {oct},
year = {2018},
title = {pysal/spaghetti},
url = {https://github.com/pysal/spaghetti},
doi = {10.5281/zenodo.1343650},
keywords = {graph-theory,network-analysis,python,spatial-networks,topology}
author = {Gaboardi, James D. and Laura, Jay and Rey, Sergio and
Wolf, Levi John and Folch, David C. and Kang, Wei and
Stephens, Philip and Schmidt, Charles},
month = {oct},
year = {2018},
title = {pysal/spaghetti},
url = {https://github.com/pysal/spaghetti},
doi = {10.5281/zenodo.1343650},
keywords = {graph-theory,network-analysis,python,spatial-networks,topology}
}


Expand Down
3 changes: 1 addition & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. Installation
As of version 1.5.3, `spaghetti` supports Python 3.6_, 3.7_, 3.8_, and 3.9_. Please make sure that you are operating in a Python >= 3.6 environment.
As of version 1.5.3, `spaghetti` supports Python 3.7_, 3.8_, and 3.9_. Please make sure that you are operating in a Python >= 3.7 environment.

Installation
============
Expand Down Expand Up @@ -47,7 +47,6 @@ You can also fork_ the `pysal/spaghetti`_ repo and create a local clone of your

|
.. _3.6: https://docs.python.org/3.6/
.. _3.7: https://docs.python.org/3.7/
.. _3.8: https://docs.python.org/3.8/
.. _3.9: https://docs.python.org/3.9/
Expand Down
Loading

0 comments on commit 151cc8c

Please sign in to comment.