summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Claim full support now that we pass all referencing tests.Julian Berman2023-02-211-2/+1
|
* Finish formatting the README via one sentence per line.Julian Berman2022-12-051-45/+22
|
* Remove the CLI example from the readme.Julian Berman2022-12-051-5/+1
| | | | Redirect to check-jsonschema instead.
* Bold is loud.Julian Berman2022-09-101-2/+2
|
* Better wording.Julian Berman2022-09-101-1/+2
| | | | Co-authored-by: Hynek Schlawack <hs@ox.cx>
* Make it clearer that format: regex is Python regexes in this implementation.Julian Berman2022-09-101-0/+2
| | | | The same applies to pattern, patternProperties, etc.
* Update the README links to point to the API docs.Julian Berman2022-08-291-7/+7
|
* Document the install extras in the README/docs.Julian Berman2022-08-201-0/+14
|
* Use rST markers in READMEHynek Schlawack2022-08-181-2/+2
|
* Cut the middle partHynek Schlawack2022-08-181-0/+4
|
* Add basic CONTRIBUTING guidelines.Julian Berman2022-05-301-2/+3
| | | | | | Some additional detail would be helpful, such as that this project (now) uses hatch, which is why it's on this branch, but this is a start.
* Update hyperlinks from the GitHub organization move.Julian Berman2022-03-211-5/+5
|
* Fix doc linting buildStephen Rosen2021-12-131-1/+1
| | | | | This fixes `tox -e docs-style` `tox -e docs-linkcheck` is still failing (needs investigation)
* Fix references to IValidator; add protocol testsStephen Rosen2021-12-131-1/+1
| | | | | | | | Several remaining cases referred to `IValidator` which is now just `Validtator`. Fix these. Add a test which ensures that all valdiators pass `isinstance(x, Validator)` using the runtime-checkable protocol.
* Slightly reword the tagline.v4.1.0Julian Berman2021-10-091-2/+2
|
* Add the Zenodo badge.Julian Berman2021-09-291-1/+4
| | | | Closes: #784
* Make it clear that support for draft2020-12 is partial unfortunately.Julian Berman2021-09-291-2/+4
| | | | | Support for dynamicRef will come with a redesign of ref resolution, but can't keep blocking the release.
* Actually add the badge.Julian Berman2021-08-241-2/+2
|
* Add a pre-commit.ci badge.Julian Berman2021-08-241-0/+4
|
* Update the draft info in the README.Julian Berman2021-08-181-0/+2
|
* Freenode is dead.Julian Berman2021-08-171-3/+3
|
* Remove outdated release notes.Julian Berman2020-08-301-9/+0
|
* Use the longer form of the CLI option for clarity.Julian Berman2020-08-301-1/+1
|
* Remove demo links from README fileMartin Zugnoni2020-08-281-18/+0
|
* Trailing whitespaceJulian Berman2020-08-121-1/+1
|
* The mailing list isn't really monitored, so remove it from the README.Julian Berman2020-07-031-4/+6
|
* Shorten the lead-in sentence.Julian Berman2020-07-031-2/+2
|
* Remove old instructions for comparing benchmarks.Jacob D. Moorman2020-05-211-8/+2
| | | Since they no longer work.
* Remove outdated instructions for benching.Jacob D. Moorman2020-05-211-5/+1
|
* Just remove the codecov badge entirely.Julian Berman2020-05-171-5/+1
| | | | It regularly flakes and fails the RTD build.
* Remove the appveyor badge.Julian Berman2020-01-041-5/+1
|
* Hacky running of tox in CI.Julian Berman2019-12-221-4/+4
| | | | | This needs to be better, but hopefully upstream catches up.
* Travis: org -> comJulian Berman2019-10-191-2/+2
|
* Sigh. reST tools fight, go!Julian Berman2019-10-091-5/+0
|
* Spelling.Julian Berman2019-10-091-4/+9
| | | | | | Also ugh. -q for spelling hides the actual misspelled words. Will need to fix that at some point.
* Changelog bump.v3.1.0Julian Berman2019-10-091-7/+4
|
* Fix a broken link.Julian Berman2019-09-041-1/+1
|
* Combine the README with the doc landing page.Julian Berman2019-09-031-3/+1
|
* perf is pyperf now.Julian Berman2019-08-021-5/+6
|
* Add a TideLift note to the README.Julian Berman2019-07-051-2/+7
|
* Show the master branch badge for AppVeyor.Julian Berman2019-06-161-1/+1
| | | | Hopefully this goes away anyhow when we have unified CI.
* Ah there added Codecov to the right place nowGabriel Le Breton2019-06-081-1/+1
|
* Fix rst syntax from previous commit (copy paste)Gabriel Le Breton2019-06-081-2/+2
|
* Update codecov badge syntax to match other badgesGabriel Le Breton2019-06-081-4/+5
| | | Also move it closer to the ones that are build related :)
* Add codecov badge in readmeGabriel Le Breton2019-06-081-0/+3
| | | 96.24% is good enough to show this to the world 🎉
* Merge pull request #538 from martinzugnoni/masterJulian Berman2019-04-281-0/+20
|\ | | | | Interactive jsonschema demo running on notebooks.ai
| * Update Notebook gif URLMartin Zugnoni2019-04-261-1/+1
| |
| * Update text and images in Demo sectionMartin Zugnoni2019-04-251-1/+11
| |
| * Update demo GH urlMartin Zugnoni2019-03-061-2/+2
| |
| * Merge branch 'master' of github.com:Julian/jsonschemaMartin Zugnoni2019-03-061-8/+10
| |\