Skip to content

Commit 0b99a06

Browse files
committed
update docs
1 parent 24562d8 commit 0b99a06

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
project = "stac-check"
1212
author = "Jonathan Healy"
13-
release = "1.3.1"
13+
release = "1.5.0"
1414

1515

1616
# -- General configuration ---------------------------------------------------

docs/index.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@ CLI Usage
4141
-l, --links Validate links for format and response.
4242
-a, --assets Validate assets for format and response.
4343
-m, --max-depth INTEGER Maximum depth to traverse when recursing. Omit this
44-
argument to get full recursion. Ignored if
45-
`recursive == False`.
44+
argument to get full recursion. Ignored if
45+
`recursive == False`.
4646
-r, --recursive Recursively validate all related stac objects.
47-
--help Show this message and exit.
47+
--no-assets-urls Disables the opening of href links when validating assets
48+
(enabled by default).
49+
--header KEY VALUE HTTP header to include in the requests. Can be used
50+
multiple times.
51+
--help Show this message and exit. Show this message and exit.
4852
4953
Examples
5054
~~~~~~~~
@@ -91,7 +95,7 @@ STAC Versions supported
9195
9296
``stac-check`` supports the following STAC versions:
9397
94-
``[0.8.0, 0.8.1, 0.9.0, 1.0.0-beta.1, 1.0.0-beta.2, 1.0.0-rc.1, 1.0.0-rc.2, 1.0.0-rc.3, 1.0.0-rc.4, 1.0.0]``
98+
``[0.8.0, 0.8.1, 0.9.0, 1.0.0-beta.1, 1.0.0-beta.2, 1.0.0-rc.1, 1.0.0-rc.2, 1.0.0-rc.3, 1.0.0-rc.4, 1.0.0, 1.1.0]``
9599
96100
.. toctree::
97101
:maxdepth: 1

0 commit comments

Comments
 (0)