docs: README + Sphinx auf maschinenlesbares Metadaten-Rückgrat aktualisieren#49
Merged
Conversation
…ualisieren Die Doku spiegelte noch die alte (deprecated) Data/to_xlsx-API und erwähnte das neue Rückgrat (JSON-LD/Sidecar/Schema/VC) gar nicht. - README.md: Quickstart auf die aktuelle DataFrame-API umgestellt; neue Sektion "Machine-readable metadata (JSON-LD / Linked Data)" mit to_jsonld/to_turtle, Sidecar, MetadataSchema, Verifiable Credentials, interaktiven Helfern und Beispiel-JSON-LD; Attribut-Liste um 'ontology', dtype-Liste um list/bytes/json/ uri ergänzt (+ strict-Hinweis); toten travis-ci-Badge entfernt. - docs/source/api.rst: autodoc für base, dtypes, semantic, vocab, units, schema, interactive, timestamp ergänzt (vorher nur sdata + metadata). - docs/source/usage/metadata_jsonld.rst (neu): narrativer Guide (Modell, JSON-LD/ RDF, Sidecar, Schema/Templates, VC, Interaktivität, optionale Extras) + in die index-Toctree aufgenommen. Alle gezeigten API-Aufrufe per Smoke-Test verifiziert.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Die Doku spiegelte noch die alte (deprecated)
Data/to_xlsx-API und erwähnte das neue Rückgrat (JSON-LD/Sidecar/Schema/VC) gar nicht.Änderungen
DataFrame-API; neue Sektion „Machine-readable metadata (JSON-LD / Linked Data)" mitto_jsonld/to_turtle, Sidecar,MetadataSchema, Verifiable Credentials, interaktiven Helfern + Beispiel-JSON-LD; Attribut-Liste umontology, dtype-Liste umlist/bytes/json/uri(+strict); toten travis-ci-Badge entfernt.base, dtypes, semantic, vocab, units, schema, interactive, timestamp(vorher nursdata+metadata).index-Toctree aufgenommen.Verifikation
Alle in der Doku gezeigten API-Aufrufe per Smoke-Test geprüft; RST-Underlines validiert. Doku-only, keine Code-/Coverage-Änderung.