Improve links a little

This commit is contained in:
Tony Garnock-Jones 2023-03-17 15:45:19 +01:00
parent 047ef7c521
commit d53ca13cd7
2 changed files with 8 additions and 10 deletions

View File

@ -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)

View File

@ -486,11 +486,10 @@
</code></pre></div>
<p>This package (<a href="https://pypi.org/project/preserves/"><code>preserves</code> on pypi.org</a>) implements
<a href="https://preserves.dev/">Preserves</a> for Python 3.x. It provides the core <a href="https://preserves.dev/preserves.html#semantics">semantics</a> as well
as both the <a href="https://preserves.dev/preserves-text.html">human-readable text syntax</a> (a superset
of JSON) and <a href="https://preserves.dev/preserves-binary.html">machine-oriented binary format</a>
(including <a href="https://preserves.dev/canonical-binary.html">canonicalization</a>) for Preserves. It
also implements <a href="https://preserves.dev/preserves-schema.html">Preserves Schema</a> and <a href="https://preserves.dev/preserves-path.html">Preserves
Path</a>.</p>
as both the <a href="text">human-readable text syntax</a> (a superset of JSON) and <a href="binary">machine-oriented
binary format</a> (including
<a href="https://preserves.dev/canonical-binary.html">canonicalization</a>) for Preserves. It also
implements <a href="schema">Preserves Schema</a> and <a href="path">Preserves Path</a>.</p>
<ul>
<li>Main package API: <a href="api">preserves</a></li>
</ul>