summarylogtreecommitdiffstats
path: root/spherical_geometry.patch
diff options
context:
space:
mode:
Diffstat (limited to 'spherical_geometry.patch')
-rw-r--r--spherical_geometry.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/spherical_geometry.patch b/spherical_geometry.patch
deleted file mode 100644
index 716156e25eb5..000000000000
--- a/spherical_geometry.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/README.rst 2018-02-22 23:21:38.000000000 +0800
-+++ b/README.rst 2018-06-30 21:44:05.756359550 +0800
-@@ -102,6 +102,8 @@
- Disjoint Polygons
- ^^^^^^^^^^^^^^^^^
-
-+.. currentmodule:: spherical_geometry.polygon
-+
- If a polygon is the result of the intersection of polygons, it may be disjoint.
- Disjoint polygons are represented as a list of spherical polygons. The library
- handles the details of this internally. However, the user must be aware that
-@@ -156,7 +158,7 @@
- `~SphericalPolygon.multi_intersection`: Return a new polygon that
- is the intersection of two or more polygons.
-
-- - `~SphericalPolygon.overlap`: Determine how much a given polygon
-+ - `~SingleSphericalPolygon.overlap`: Determine how much a given polygon
- overlaps another.
-
- - `~SphericalPolygon.to_radec`: Convert (*x*, *y*, *z*) points in the
---- a/setup.cfg 2018-02-22 23:21:38.000000000 +0800
-+++ b/setup.cfg 2018-06-30 21:42:29.061892875 +0800
-@@ -12,7 +12,7 @@
- norecursedirs = .git build docs/_build
-
- [ah_bootstrap]
--auto_use = True
-+auto_use = False
-
- [metadata]
- package_name = spherical_geometry