summarylogtreecommitdiffstats
path: root/spherical_geometry.patch
blob: 716156e25eb5d0a78ccf6f2589b72eb2a2e4d0d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- 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