Skip to content

Commit c3c6f4c

Browse files
committed
Convert README from rst to md and update the contents.
1 parent d9d6035 commit c3c6f4c

5 files changed

Lines changed: 5 additions & 450 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
class-based `DocumentLoader` instances while preserving the existing
1717
callable factory API. The concrete `RequestsDocumentLoader` and
1818
`AioHttpDocumentLoader` classes are also importable from `pyld`.
19+
- Convert `./README.rst` (reStructuredText) to `./README.md` (markdown) and update its contents.
1920

2021
### Added
2122
- `pyld.DocumentLoader` abstract base class for class-based document loaders,

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ As of early 2020, the process to generate an EARL report for the official
7878
`JSON-LD Processor Conformance`_ page is:
7979

8080
* Run the tests on the ``json-ld-api`` and ``json-ld-framing`` test repos to
81-
generate a ``.jsonld`` test report as explained in [README.rst](./README.rst#tests)
81+
generate a ``.jsonld`` test report as explained in [README.md](./README.md#tests)
8282
* Use the rdf_ tool to generate a ``.ttl``:
8383

8484
* ``rdf serialize pyld-earl.jsonld --output-format turtle -o pyld-earl.ttl``

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include README.rst README.txt LICENSE CHANGELOG.md
1+
include README.md README.txt LICENSE CHANGELOG.md
22
recursive-include lib/pyld/documentloader/frozen/bundled *.jsonld

0 commit comments

Comments
 (0)