Skip to content

Commit 53c04b3

Browse files
committed
Merge branch 'f/sphinx_improvements'
* f/sphinx_improvements: [QA] Minor typo fixes Support Sphinx spell checking extension [Tr] Add pillow to doc requirements Don't use automodule for edist fixup! Clean up Sphinx configuration Use default location for Sphinx output Clean up Sphinx configuration
2 parents 86fe6cc + c4f58e7 commit 53c04b3

26 files changed

+162
-236
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
build/
22
dist/
3-
doc/.build/
43
doc/.static/*_mini.png
54
upoints.egg-info/
65

doc/api/baken.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
=========
33

44
.. automodule:: upoints.baken
5-
:members:
65
:show-inheritance:
76
:synopsis: Imports baken data files

doc/api/cellid.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
==========
33

44
.. automodule:: upoints.cellid
5-
:members:
65
:show-inheritance:
76
:synopsis: Imports OpenCellID data files

doc/api/cities.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
==========
33

44
.. automodule:: upoints.cities
5-
:members:
65
:synopsis: Support for GNU miscfiles cities data files
76
:show-inheritance:

doc/api/edist.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
``edist``
22
=========
33

4-
.. automodule:: upoints.edist
5-
:members:
6-
:show-inheritance:
4+
.. module:: upoints.edist
75
:synopsis: Simple command line coordinate processing
6+
7+
.. autoclass:: LocationsError
8+
.. autoclass:: NumberedPoint
9+
.. autoclass:: NumberedPoints
10+
11+
.. autofunction:: read_locations
12+
.. autofunction:: read_csv
13+
.. autofunction:: main

doc/api/geonames.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
============
33

44
.. automodule:: upoints.geonames
5-
:members:
65
:show-inheritance:
76
:synopsis: Imports geonames.org data files

doc/api/gpx.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
=======
33

44
.. automodule:: upoints.gpx
5-
:members:
65
:show-inheritance:
76
:synopsis: Imports GPS eXchange format data files

doc/api/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ API documentation
22
=================
33

44
.. automodule:: upoints
5-
:members:
65
:show-inheritance:
76
:synopsis: Modules for working with points on Earth
87

doc/api/kml.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
=======
33

44
.. automodule:: upoints.kml
5-
:members:
65
:show-inheritance:
76
:synopsis: Imports KML data files

doc/api/nmea.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
========
33

44
.. automodule:: upoints.nmea
5-
:members:
65
:show-inheritance:
76
:synopsis: Imports GPS NMEA-formatted data files

0 commit comments

Comments
 (0)