You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidate contributing docs into one place (#478)
* Consolidate contributing docs into one place
* Update changelog
* PR number not issue
* docs, fix: contributing link
---------
Co-authored-by: Pete Gadomski <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
12
12
- Switched to Ruff from isort/flake8 [#457](https://github.com/stac-utils/pystac-client/pull/457)
13
13
- Move to `FutureWarning` from `DeprecationWarning` for item search interface functions that are to be removed [#464](https://github.com/stac-utils/pystac-client/pull/464)
14
+
- Consolidate contributing docs into one place [#478](https://github.com/stac-utils/pystac-client/issues/478)
A Python client for working with [STAC](https://stacspec.org/) Catalogs and APIs.
11
10
12
11
## Table of Contents
@@ -15,15 +14,13 @@ A Python client for working with [STAC](https://stacspec.org/) Catalogs and APIs
15
14
-[Installation](#installation)
16
15
-[Documentation](#documentation)
17
16
-[Development](#development)
18
-
-[Pull Requests](#pull-requests)
19
-
-[Benchmark](#benchmark)
20
17
21
18
## Installation
22
19
23
20
Install from PyPi. Other than [PySTAC](https://pystac.readthedocs.io) itself, the only dependencies for pystac-client is the Python [requests](https://docs.python-requests.org) and [dateutil](https://dateutil.readthedocs.io) libraries.
24
21
25
22
```shell
26
-
$ pip install pystac-client
23
+
pip install pystac-client
27
24
```
28
25
29
26
## Documentation
@@ -32,113 +29,4 @@ See the [documentation page](https://pystac-client.readthedocs.io/en/latest/) fo
32
29
33
30
## Development
34
31
35
-
For development, clone the repository and use the standard Python method for installing
36
-
the library as an "editable link", then install the development dependencies:
Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.
140
-
OPS: Operations Per Second, computed as 1 / Mean
141
-
======================== 3 passed, 72 skipped in 11.86s ========================
142
-
```
143
-
144
-
For more information on running and comparing benchmarks, see the [pytest-benchmark documentation](https://pytest-benchmark.readthedocs.io/en/latest/).
32
+
See the [contributing page](https://pystac-client.readthedocs.io/en/latest/contributing.html) for the latest development instructions.
Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.
162
+
OPS: Operations Per Second, computed as 1 / Mean
163
+
======================== 3 passed, 72 skipped in 11.86s ========================
164
+
165
+
166
+
For more information on running and comparing benchmarks, see the `pytest-benchmark documentation <https://pytest-benchmark.readthedocs.io/en/latest/>`_.
0 commit comments