diff --git a/implementations/python/docs/index.md b/implementations/python/docs/index.md index e81d879..6775bc1 100644 --- a/implementations/python/docs/index.md +++ b/implementations/python/docs/index.md @@ -6,11 +6,10 @@ pip install preserves This package ([`preserves` on pypi.org](https://pypi.org/project/preserves/)) implements [Preserves](https://preserves.dev/) for Python 3.x. It provides the core [semantics][] as well -as both the [human-readable text syntax](https://preserves.dev/preserves-text.html) (a superset -of JSON) and [machine-oriented binary format](https://preserves.dev/preserves-binary.html) -(including [canonicalization](https://preserves.dev/canonical-binary.html)) for Preserves. It -also implements [Preserves Schema](https://preserves.dev/preserves-schema.html) and [Preserves -Path](https://preserves.dev/preserves-path.html). +as both the [human-readable text syntax](text) (a superset of JSON) and [machine-oriented +binary format](binary) (including +[canonicalization](https://preserves.dev/canonical-binary.html)) for Preserves. It also +implements [Preserves Schema](schema) and [Preserves Path](path). - Main package API: [preserves](api) diff --git a/python/0.18.1/index.html b/python/0.18.1/index.html index f19c08a..d022a46 100644 --- a/python/0.18.1/index.html +++ b/python/0.18.1/index.html @@ -486,11 +486,10 @@

This package (preserves on pypi.org) implements Preserves for Python 3.x. It provides the core semantics as well -as both the human-readable text syntax (a superset -of JSON) and machine-oriented binary format -(including canonicalization) for Preserves. It -also implements Preserves Schema and Preserves -Path.

+as both the human-readable text syntax (a superset of JSON) and machine-oriented +binary format (including +canonicalization) for Preserves. It also +implements Preserves Schema and Preserves Path.