mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
README: update phrasing
This commit is contained in:
parent
4b375866b6
commit
70832eb6c8
1 changed files with 12 additions and 9 deletions
21
README.rst
21
README.rst
|
@ -175,9 +175,10 @@ use_max_tag
|
||||||
sorted by ``pkg_resources.parse_version``.
|
sorted by ``pkg_resources.parse_version``.
|
||||||
|
|
||||||
ignored_tags
|
ignored_tags
|
||||||
Ignore certain tags while sorting. Tags are separate by whitespaces. This option must be
|
Ignore certain tags while computing the max tag. Tags are separate by
|
||||||
used together with use_max_tag. This can be useful to avoid some known badly versioned
|
whitespaces. This option must be used together with ``use_max_tag``. This can
|
||||||
tags, so the newer tags won't be "overridden" by the old broken ones.
|
be useful to avoid some known badly versioned tags, so the newer tags won't
|
||||||
|
be "overridden" by the old broken ones.
|
||||||
|
|
||||||
An environment variable ``NVCHECKER_GITHUB_TOKEN`` can be set to a GitHub OAuth token in order to request more frequently than anonymously.
|
An environment variable ``NVCHECKER_GITHUB_TOKEN`` can be set to a GitHub OAuth token in order to request more frequently than anonymously.
|
||||||
|
|
||||||
|
@ -196,9 +197,10 @@ use_max_tag
|
||||||
sorted by ``pkg_resources.parse_version``.
|
sorted by ``pkg_resources.parse_version``.
|
||||||
|
|
||||||
ignored_tags
|
ignored_tags
|
||||||
Ignore certain tags while sorting. Tags are separate by whitespaces. This option must be
|
Ignore certain tags while computing the max tag. Tags are separate by
|
||||||
used together with use_max_tag. This can be useful to avoid some known badly versioned
|
whitespaces. This option must be used together with ``use_max_tag``. This can
|
||||||
tags, so the newer tags won't be "overridden" by the old broken ones.
|
be useful to avoid some known badly versioned tags, so the newer tags won't
|
||||||
|
be "overridden" by the old broken ones.
|
||||||
|
|
||||||
Check GitCafe
|
Check GitCafe
|
||||||
-------------
|
-------------
|
||||||
|
@ -227,9 +229,10 @@ use_max_tag
|
||||||
sorted by ``pkg_resources.parse_version``.
|
sorted by ``pkg_resources.parse_version``.
|
||||||
|
|
||||||
ignored_tags
|
ignored_tags
|
||||||
Ignore certain tags while sorting. Tags are separate by whitespaces. This option must be
|
Ignore certain tags while computing the max tag. Tags are separate by
|
||||||
used together with use_max_tag. This can be useful to avoid some known badly versioned
|
whitespaces. This option must be used together with ``use_max_tag``. This can
|
||||||
tags, so the newer tags won't be "overridden" by the old broken ones.
|
be useful to avoid some known badly versioned tags, so the newer tags won't
|
||||||
|
be "overridden" by the old broken ones.
|
||||||
|
|
||||||
host
|
host
|
||||||
Hostname for self-hosted GitLab instance.
|
Hostname for self-hosted GitLab instance.
|
||||||
|
|
Loading…
Add table
Reference in a new issue