mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-12 12:20:25 +08:00
DOC: Update gh-pages branch to current docs
This commit is contained in:
+13
-2
@@ -1,5 +1,5 @@
|
||||
GeoPandas
|
||||
=========
|
||||
GeoPandas |version|
|
||||
===================
|
||||
|
||||
GeoPandas is an open source project to make working with geospatial
|
||||
data in python easier. GeoPandas extends the datatypes used by
|
||||
@@ -26,3 +26,14 @@ such as PostGIS.
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
Installation <install>
|
||||
User Guide <user>
|
||||
About <about>
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
|
||||
+10
-1
@@ -6,6 +6,9 @@ from `GitHub`_ and use the setup script::
|
||||
|
||||
python setup.py install
|
||||
|
||||
GeoPandas is also available on `PyPI`_, so ``pip install geopandas``
|
||||
should work as well.
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
@@ -15,6 +18,7 @@ Dependencies
|
||||
- `fiona`_
|
||||
- `descartes`_
|
||||
- `matplotlib`_
|
||||
- `geopy`_ (optional; for geocoding)
|
||||
|
||||
Testing
|
||||
-------
|
||||
@@ -25,6 +29,10 @@ To run the current set of tests from the source directory, run::
|
||||
|
||||
from a command line.
|
||||
|
||||
Tests are automatically run on all commits on the GitHub repository,
|
||||
including pull requests, on `Travis CI`_.
|
||||
|
||||
.. _PyPI: https://pypi.python.org/pypi/geopandas
|
||||
.. _GitHub: https://github.com/kjordahl/geopandas
|
||||
.. _numpy: http://www.numpy.org
|
||||
.. _pandas: http://pandas.pydata.org
|
||||
@@ -32,7 +40,8 @@ from a command line.
|
||||
.. _fiona: http://toblerity.github.io/fiona
|
||||
.. _Descartes: https://pypi.python.org/pypi/descartes
|
||||
.. _matplotlib: http://matplotlib.org
|
||||
|
||||
.. _geopy: https://github.com/geopy/geopy
|
||||
.. _Travis CI: https://travis-ci.org/kjordahl/geopandas
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
+33
-12
@@ -7,7 +7,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>About — GeoPandas</title>
|
||||
<title>About — GeoPandas 0.1.0.dev-53f669a documentation</title>
|
||||
|
||||
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
@@ -15,7 +15,7 @@
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '0.1dev',
|
||||
VERSION: '0.1.0.dev-53f669a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
@@ -25,18 +25,20 @@
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="author" title="About these documents" href="#" />
|
||||
<link rel="top" title="GeoPandas" href="index.html" />
|
||||
<link rel="top" title="GeoPandas 0.1.0.dev-53f669a documentation" href="index.html" />
|
||||
<link rel="prev" title="GeoPandas User Guide" href="user.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul></pre>
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a> |</li>
|
||||
<li><a href="install.html">Install</a> |</li>
|
||||
<li><a href="docs.html">Documentation</a> |</li>
|
||||
<li><a href="about.html">About</a> |</li>
|
||||
<li>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="user.html" title="GeoPandas User Guide"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">GeoPandas 0.1.0.dev-53f669a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -60,6 +62,14 @@
|
||||
</div>
|
||||
<div class="sphinxsidebar">
|
||||
<div class="sphinxsidebarwrapper">
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="user.html"
|
||||
title="previous chapter">GeoPandas User Guide</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="_sources/about.txt"
|
||||
rel="nofollow">Show Source</a></li>
|
||||
</ul>
|
||||
<div id="searchbox" style="display: none">
|
||||
<h3>Quick search</h3>
|
||||
<form class="search" action="search.html" method="get">
|
||||
@@ -77,9 +87,20 @@
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="user.html" title="GeoPandas User Guide"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">GeoPandas 0.1.0.dev-53f669a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
© Copyright 2013, Kelsey Jordahl.
|
||||
© Copyright 2013, GeoPandas developers.
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Documentation — GeoPandas</title>
|
||||
<title>Documentation — GeoPandas 0.1dev documentation</title>
|
||||
|
||||
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
@@ -25,18 +25,24 @@
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="author" title="About these documents" href="about.html" />
|
||||
<link rel="top" title="GeoPandas" href="index.html" />
|
||||
<link rel="top" title="GeoPandas 0.1dev documentation" href="index.html" />
|
||||
<link rel="next" title="About" href="about.html" />
|
||||
<link rel="prev" title="Installation" href="install.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul></pre>
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a> |</li>
|
||||
<li><a href="install.html">Install</a> |</li>
|
||||
<li><a href="docs.html">Documentation</a> |</li>
|
||||
<li><a href="about.html">About</a> |</li>
|
||||
<li>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="about.html" title="About"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="install.html" title="Installation"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">GeoPandas 0.1dev documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -519,6 +525,17 @@ borough that are in the holes:</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="install.html"
|
||||
title="previous chapter">Installation</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="about.html"
|
||||
title="next chapter">About</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="_sources/docs.txt"
|
||||
rel="nofollow">Show Source</a></li>
|
||||
</ul>
|
||||
<div id="searchbox" style="display: none">
|
||||
<h3>Quick search</h3>
|
||||
<form class="search" action="search.html" method="get">
|
||||
@@ -536,7 +553,21 @@ borough that are in the holes:</p>
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="about.html" title="About"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="install.html" title="Installation"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">GeoPandas 0.1dev documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
© Copyright 2013, Kelsey Jordahl.
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
|
||||
|
||||
+99
-48
@@ -9,7 +9,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Index — GeoPandas</title>
|
||||
<title>Index — GeoPandas 0.1.0.dev-53f669a documentation</title>
|
||||
|
||||
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
@@ -17,7 +17,7 @@
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '0.1dev',
|
||||
VERSION: '0.1.0.dev-53f669a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
@@ -27,18 +27,16 @@
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="author" title="About these documents" href="about.html" />
|
||||
<link rel="top" title="GeoPandas" href="index.html" />
|
||||
<link rel="top" title="GeoPandas 0.1.0.dev-53f669a documentation" href="index.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul></pre>
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a> |</li>
|
||||
<li><a href="install.html">Install</a> |</li>
|
||||
<li><a href="docs.html">Documentation</a> |</li>
|
||||
<li><a href="about.html">About</a> |</li>
|
||||
<li>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="#" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li><a href="index.html">GeoPandas 0.1.0.dev-53f669a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -72,13 +70,13 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.almost_equals">almost_equals() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.almost_equals">almost_equals() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.area">area (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.area">area (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -88,17 +86,17 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.boundary">boundary (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.boundary">boundary (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.bounds">bounds (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.bounds">bounds (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.buffer">buffer() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.buffer">buffer() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -108,21 +106,21 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.centroid">centroid (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.centroid">centroid (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.contains">contains() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.contains">contains() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.convex_hull">convex_hull (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.convex_hull">convex_hull (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.crosses">crosses() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.crosses">crosses() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -132,17 +130,17 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.difference">difference() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.difference">difference() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.disjoint">disjoint() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.disjoint">disjoint() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.distance">distance() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.distance">distance() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -152,17 +150,17 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.envelope">envelope (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.envelope">envelope (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.equals">equals() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.equals">equals() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.exterior">exterior (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.exterior">exterior (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -172,23 +170,35 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoDataFrame.from_file">from_file() (GeoDataFrame method)</a>
|
||||
<dt><a href="user.html#GeoDataFrame.from_file">from_file() (GeoDataFrame class method)</a>
|
||||
</dt>
|
||||
|
||||
<dd><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.from_file">(GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.from_file">(GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></dd>
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="user.html#GeoDataFrame.from_postgis">from_postgis() (GeoDataFrame class method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
</tr></table>
|
||||
|
||||
<h2 id="G">G</h2>
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.geom_type">geom_type (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.geom_type">geom_type (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="user.html#geopandas.geocode.geocode">geopandas.geocode.geocode() (built-in function)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -198,33 +208,33 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.interiors">interiors (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.interiors">interiors (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.intersection">intersection() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.intersection">intersection() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.intersects">intersects() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.intersects">intersects() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.is_empty">is_empty (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.is_empty">is_empty (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.is_ring">is_ring (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.is_ring">is_ring (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.is_simple">is_simple (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.is_simple">is_simple (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.is_valid">is_valid (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.is_valid">is_valid (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -234,7 +244,7 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.length">length (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.length">length (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -244,12 +254,12 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoDataFrame.plot">plot() (GeoDataFrame method)</a>
|
||||
<dt><a href="user.html#GeoDataFrame.plot">plot() (GeoDataFrame method)</a>
|
||||
</dt>
|
||||
|
||||
<dd><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.plot">(GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.plot">(GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></dd>
|
||||
@@ -260,7 +270,13 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.representative_point">representative_point() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.representative_point">representative_point() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="user.html#GeoSeries.rotate">rotate() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -270,13 +286,21 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.simplify">simplify() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.scale">scale() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="user.html#GeoSeries.simplify">simplify() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.symmetric_difference">symmetric_difference() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.skew">skew() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="user.html#GeoSeries.symmetric_difference">symmetric_difference() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -286,13 +310,29 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.to_crs">to_crs() (GeoSeries method)</a>, <a href="docs.html#GeoSeries.to_crs">[1]</a>
|
||||
<dt><a href="user.html#GeoSeries.to_crs">to_crs() (GeoSeries method)</a>, <a href="user.html#GeoSeries.to_crs">[1]</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="user.html#GeoSeries.to_file">to_file() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="user.html#GeoSeries.to_json">to_json() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.touches">touches() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.total_bounds">total_bounds (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="user.html#GeoSeries.touches">touches() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="user.html#GeoSeries.translate">translate() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -302,13 +342,13 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.unary_union">unary_union (GeoSeries attribute)</a>
|
||||
<dt><a href="user.html#GeoSeries.unary_union">unary_union (GeoSeries attribute)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.union">union() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.union">union() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -318,7 +358,7 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="docs.html#GeoSeries.within">within() (GeoSeries method)</a>
|
||||
<dt><a href="user.html#GeoSeries.within">within() (GeoSeries method)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
@@ -331,6 +371,9 @@
|
||||
</div>
|
||||
<div class="sphinxsidebar">
|
||||
<div class="sphinxsidebarwrapper">
|
||||
|
||||
|
||||
|
||||
<div id="searchbox" style="display: none">
|
||||
<h3>Quick search</h3>
|
||||
<form class="search" action="search.html" method="get">
|
||||
@@ -348,9 +391,17 @@
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="#" title="General Index"
|
||||
>index</a></li>
|
||||
<li><a href="index.html">GeoPandas 0.1.0.dev-53f669a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
© Copyright 2013, Kelsey Jordahl.
|
||||
© Copyright 2013, GeoPandas developers.
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
|
||||
</div>
|
||||
</body>
|
||||
|
||||
+65
-16
@@ -7,7 +7,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>GeoPandas — GeoPandas</title>
|
||||
<title>GeoPandas 0.1.0.dev-53f669a — GeoPandas 0.1.0.dev-53f669a documentation</title>
|
||||
|
||||
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
@@ -15,7 +15,7 @@
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '0.1dev',
|
||||
VERSION: '0.1.0.dev-53f669a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
@@ -25,18 +25,20 @@
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="author" title="About these documents" href="about.html" />
|
||||
<link rel="top" title="GeoPandas" href="#" />
|
||||
<link rel="top" title="GeoPandas 0.1.0.dev-53f669a documentation" href="#" />
|
||||
<link rel="next" title="Installation" href="install.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul></pre>
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a> |</li>
|
||||
<li><a href="install.html">Install</a> |</li>
|
||||
<li><a href="docs.html">Documentation</a> |</li>
|
||||
<li><a href="about.html">About</a> |</li>
|
||||
<li>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="install.html" title="Installation"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li><a href="#">GeoPandas 0.1.0.dev-53f669a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -45,8 +47,8 @@
|
||||
<div class="bodywrapper">
|
||||
<div class="body">
|
||||
|
||||
<div class="section" id="geopandas">
|
||||
<h1>GeoPandas<a class="headerlink" href="#geopandas" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="geopandas-version">
|
||||
<h1>GeoPandas 0.1.0.dev-53f669a<a class="headerlink" href="#geopandas-version" title="Permalink to this headline">¶</a></h1>
|
||||
<p>GeoPandas is an open source project to make working with geospatial
|
||||
data in python easier. GeoPandas extends the datatypes used by
|
||||
<a class="reference external" href="http://pandas.pydata.org">pandas</a> to allow spatial operations on geometric types. Geometric
|
||||
@@ -61,10 +63,37 @@ to multiple geometries to shapely. GeoPandas enables you to easily do
|
||||
operations in python that would otherwise require a spatial database
|
||||
such as PostGIS.</p>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul class="simple">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="install.html#dependencies">Dependencies</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="install.html#testing">Testing</a><ul class="simple">
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="user.html">User Guide</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="user.html#geoseries">GeoSeries</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="user.html#geodataframe">GeoDataFrame</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="user.html#geopandas-functions">Geopandas functions</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="user.html#examples">Examples</a><ul class="simple">
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="about.html">About</a><ul class="simple">
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="indices-and-tables">
|
||||
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
|
||||
<ul class="simple">
|
||||
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
|
||||
<li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
|
||||
<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -75,14 +104,23 @@ such as PostGIS.</p>
|
||||
<div class="sphinxsidebarwrapper">
|
||||
<h3><a href="#">Table Of Contents</a></h3>
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#">GeoPandas</a><ul>
|
||||
<li><a class="reference internal" href="#">GeoPandas 0.1.0.dev-53f669a</a><ul>
|
||||
<li><a class="reference internal" href="#description">Description</a><ul>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="install.html"
|
||||
title="next chapter">Installation</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="_sources/index.txt"
|
||||
rel="nofollow">Show Source</a></li>
|
||||
</ul>
|
||||
<div id="searchbox" style="display: none">
|
||||
<h3>Quick search</h3>
|
||||
<form class="search" action="search.html" method="get">
|
||||
@@ -100,9 +138,20 @@ such as PostGIS.</p>
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="install.html" title="Installation"
|
||||
>next</a> |</li>
|
||||
<li><a href="#">GeoPandas 0.1.0.dev-53f669a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
© Copyright 2013, Kelsey Jordahl.
|
||||
© Copyright 2013, GeoPandas developers.
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
|
||||
</div>
|
||||
</body>
|
||||
|
||||
+48
-12
@@ -7,7 +7,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Installation — GeoPandas</title>
|
||||
<title>Installation — GeoPandas 0.1.0.dev-53f669a documentation</title>
|
||||
|
||||
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
@@ -15,7 +15,7 @@
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '0.1dev',
|
||||
VERSION: '0.1.0.dev-53f669a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
@@ -25,18 +25,24 @@
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="author" title="About these documents" href="about.html" />
|
||||
<link rel="top" title="GeoPandas" href="index.html" />
|
||||
<link rel="top" title="GeoPandas 0.1.0.dev-53f669a documentation" href="index.html" />
|
||||
<link rel="next" title="GeoPandas User Guide" href="user.html" />
|
||||
<link rel="prev" title="GeoPandas 0.1.0.dev-53f669a" href="index.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul></pre>
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a> |</li>
|
||||
<li><a href="install.html">Install</a> |</li>
|
||||
<li><a href="docs.html">Documentation</a> |</li>
|
||||
<li><a href="about.html">About</a> |</li>
|
||||
<li>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="user.html" title="GeoPandas User Guide"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="index.html" title="GeoPandas 0.1.0.dev-53f669a"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">GeoPandas 0.1.0.dev-53f669a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -51,6 +57,8 @@
|
||||
from <a class="reference external" href="https://github.com/kjordahl/geopandas">GitHub</a> and use the setup script:</p>
|
||||
<div class="highlight-python"><pre>python setup.py install</pre>
|
||||
</div>
|
||||
<p>GeoPandas is also available on <a class="reference external" href="https://pypi.python.org/pypi/geopandas">PyPI</a>, so <tt class="docutils literal"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">geopandas</span></tt>
|
||||
should work as well.</p>
|
||||
<div class="section" id="dependencies">
|
||||
<h2>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
@@ -60,6 +68,7 @@ from <a class="reference external" href="https://github.com/kjordahl/geopandas">
|
||||
<li><a class="reference external" href="http://toblerity.github.io/fiona">fiona</a></li>
|
||||
<li><a class="reference external" href="https://pypi.python.org/pypi/descartes">descartes</a></li>
|
||||
<li><a class="reference external" href="http://matplotlib.org">matplotlib</a></li>
|
||||
<li><a class="reference external" href="https://github.com/geopy/geopy">geopy</a> (optional; for geocoding)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="testing">
|
||||
@@ -69,6 +78,8 @@ from <a class="reference external" href="https://github.com/kjordahl/geopandas">
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>from a command line.</p>
|
||||
<p>Tests are automatically run on all commits on the GitHub repository,
|
||||
including pull requests, on <a class="reference external" href="https://travis-ci.org/kjordahl/geopandas">Travis CI</a>.</p>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul class="simple">
|
||||
</ul>
|
||||
@@ -93,6 +104,17 @@ from <a class="reference external" href="https://github.com/kjordahl/geopandas">
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="index.html"
|
||||
title="previous chapter">GeoPandas 0.1.0.dev-53f669a</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="user.html"
|
||||
title="next chapter">GeoPandas User Guide</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="_sources/install.txt"
|
||||
rel="nofollow">Show Source</a></li>
|
||||
</ul>
|
||||
<div id="searchbox" style="display: none">
|
||||
<h3>Quick search</h3>
|
||||
<form class="search" action="search.html" method="get">
|
||||
@@ -110,9 +132,23 @@ from <a class="reference external" href="https://github.com/kjordahl/geopandas">
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="user.html" title="GeoPandas User Guide"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="index.html" title="GeoPandas 0.1.0.dev-53f669a"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">GeoPandas 0.1.0.dev-53f669a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
© Copyright 2013, Kelsey Jordahl.
|
||||
© Copyright 2013, GeoPandas developers.
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
|
||||
</div>
|
||||
</body>
|
||||
|
||||
+5
-3
@@ -1,6 +1,8 @@
|
||||
# Sphinx inventory version 2
|
||||
# Project: GeoPandas
|
||||
# Version: 0.1dev
|
||||
# Version: 0.1.0.dev-53f669a
|
||||
# The remainder of this file is compressed using zlib.
|
||||
xÚ•”MNÃ0…÷œ"l[©Û®ˆR¹ö$d{ÂÌ84·Ç¥ µ“]ä|O~žŸ—(`phDÃ6º=ÄfµiÆy•Î?Öƒ¦xß¼R(š—ãÑ]ùÑÏéYqBûá/x:;c»ðæz¸{Ú#ÈÚCV&ÕÉÖ©2î‹B³iy9 šÕ…<A¤¬|„Üë`¥Ê;aÖ#Ÿ@
|
||||
W`™Se}°ë€!{0 QZH£ÎVW%;žÛ’‘²UR¯˜\´· >\�Õǔڣ�†ƒÖâÖÓÍ-ÞSÉA¬´g¹nýÑ©{b—`=FR+»¬.uÌ€¼žÛzSÀ02HÝ-§8A;šÕSÕ`+<Á¡JŒÖ’~¢˜—=Úfæ{°›kŘ{sêÄD¢-|mn”ŠÀÆîË1Lhult¶gÚË·Ç÷²1uKÅž‹2ï7½nWî¸Î5ð¬F”ZÏתñPâz™
|
||||
xÚ•UËn1¼ç+h¯6�kÎE‹
|
||||
È´ÄÝe*‰[’r¼_ù‘
|
||||
›>!Ïh‡äp¶p¢šð0¨¥§;ÌÃæqXÖM¹ü±�ä/Ã/N-ãðóxô0aýéíôÂ8CAâüx>»ÀžÏ€ß0áÃägBÝF¬&L©+y3¡]3‡¦(gâ×a󯺺.h3§+HïX÷˜yA·Š?øê‘±N6{¯M¤/LÕ\WëZ:F(†D㈂5úC°,¶zUµ
|
||||
²†V‰«—Ò_±‡ìŸj/ÜÀ«.a$§␍L jó¡ñ`ý‹W¸°y¯î=Q*Kv›lÇ&õ¢+Éá>NVE½.ÿ|(¸]2›ûiH1ƒêíÕÞ{Åh£Ý$.‚ÚŒö÷êDîªêïñæ–³·¯¯d3ùjx/Ú'æä W¯ã„êäU␍¹°ZÀ¿␍²O�q‹3ú°»v)tÂî[oÅq‡-Pœ‘¾=�´±Õ³‘®ìº¿ÐÛÎÿ8ΞêO¾»²û=…Ý;¸ô™N¤þ54¾#\9¼¨s[OÑÔ¿$þ@Q®�ç#t¼
|
||||
+18
-12
@@ -7,7 +7,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Search — GeoPandas</title>
|
||||
<title>Search — GeoPandas 0.1.0.dev-53f669a documentation</title>
|
||||
|
||||
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
@@ -15,7 +15,7 @@
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '0.1dev',
|
||||
VERSION: '0.1.0.dev-53f669a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
@@ -26,7 +26,7 @@
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script type="text/javascript" src="_static/searchtools.js"></script>
|
||||
<link rel="author" title="About these documents" href="about.html" />
|
||||
<link rel="top" title="GeoPandas" href="index.html" />
|
||||
<link rel="top" title="GeoPandas 0.1.0.dev-53f669a documentation" href="index.html" />
|
||||
<script type="text/javascript">
|
||||
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
||||
</script>
|
||||
@@ -36,13 +36,11 @@
|
||||
<body>
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul></pre>
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a> |</li>
|
||||
<li><a href="install.html">Install</a> |</li>
|
||||
<li><a href="docs.html">Documentation</a> |</li>
|
||||
<li><a href="about.html">About</a> |</li>
|
||||
<li>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li><a href="index.html">GeoPandas 0.1.0.dev-53f669a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -84,9 +82,17 @@
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li><a href="index.html">GeoPandas 0.1.0.dev-53f669a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
© Copyright 2013, Kelsey Jordahl.
|
||||
© Copyright 2013, GeoPandas developers.
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
|
||||
</div>
|
||||
</body>
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user