-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add install section + reformat index * doc environment: update pins Avoid issues in new versions of pydata-sphinx-theme or sphinx-book-theme, e.g., pydata/pydata-sphinx-theme#2067 * update README * update CI Check links in markdown files. * minor tweaks * Update README.md Add link to documentation for installation from source instructions. Co-authored-by: Joris Van den Bossche <[email protected]> --------- Co-authored-by: Joris Van den Bossche <[email protected]>
- Loading branch information
1 parent
64e3c5f
commit fe9462c
Showing
8 changed files
with
195 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Spherely Documentation | ||
|
||
Manipulation and analysis of geometric objects on the sphere. | ||
|
||
Spherely is the counterpart of [Shapely] (2.0+) for manipulation and analysis | ||
of spherical geometric objects. It is using the widely deployed open-source | ||
geometry library [s2geometry] via the library [s2geography] which provides a | ||
[GEOS] compatibility layer on top of s2geometry. | ||
|
||
**This library is at an early stage of development.** | ||
|
||
**Useful links**: | ||
[Home](http://spherely.readthedocs.io/) | | ||
[Code Repository](https://github.com/benbovy/spherely) | | ||
[Issues](https://github.com/benbovy/spherely/issues) | | ||
[Discussions](https://github.com/benbovy/spherely/discussions) | | ||
[Releases](https://github.com/benbovy/spherely/releases) | ||
|
||
## Contents | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
install | ||
api | ||
``` | ||
|
||
## Acknowledgment | ||
|
||
The development of this project has been supported by two | ||
[NumFOCUS] Small Development Grants (GeoPandas 2022 round | ||
1 and GeoPandas 2023 round 3). | ||
|
||
[Shapely]: https://shapely.readthedocs.io | ||
[s2geometry]: https://s2geometry.io | ||
[s2geography]: https://github.com/paleolimbot/s2geography | ||
[GEOS]: https://libgeos.org | ||
[NumFOCUS]: https://numfocus.org |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.