Skip to main content

Generate easily your markdown documentation for any ontology

Project description

ontodoc logo

ontodoc

PyPIVersion PyPI - Downloads GitHub License

A python module to generate markdown documentation for ontologies.

Based on rdflib and jinja2.

Getting Started 🚀

Installation

pip install ontodoc

Command line usage

python -m ontodoc

By default, the file named ontology.ttl will be used to generate your documentation in the build destination folder.

You can easily change settings as you need. Available arguments :

Argument name Default Description Implemented
-i, --input INPUT ontology.ttl Input ontology file
-o, --output OUTPUT build/ Output directory for the generated documentation
-t, --templates TEMPLATES templates/ Custom templates folder
-f, --footer, --no-footer true Add footer for each page
-c, --concatenate, --no-concatenate false Concatenate documentation into an unique file
-s, --schema, --no-schema true Display schemas
-m, --model MODEL markdown Model type for the documentation. markdown, gh_wiki

Python generation

You can also generate your documentation and access parameters from python as follow :

import ontodoc
ontodoc.Documentation(input_graph='example/foaf.ttl').generate()

Automatically generate your documentation

You can explore github actions to automatically generate and publish your documentation. If you need some inspiration to do it, check our ontodoc github action.

Example 👀

Look at the example for foaf to see what type of documentation you can easily build in 2 lines!

If you want to change the markdown templates, take a look at the structure of the default ones.

How does it work ? 🔧

%% THIS IS A SCHEMA, IF YOU CANNOT SEE IT, PLEASE TRY TO CONSULT THIS PAGE ON GITHUB AND ON A DESKTOP WEB NAVIGATOR
flowchart LR
 subgraph s1["Ontodoc"]
        mdhrd["Markdown human readable documentation"]
        mt["Markdown templates"]
        sod["Structured ontology description"]
        cli["Command Line Interface"]
  end
    sod --> mdhrd
    mt --> mdhrd
    on(("Ontology")) --> cli
    cli --> sod
    cli -.-> |*Custom templates*|mt

    sod@{ shape: braces}
    cli@{ shape: text}

Recognized properties available here.

Contributing </>

Feel free to contribute to this open source project!

We need help to implement new features, fix bugs listed in issues.

If you have any idea, create your own issue.

License 🔓

Apache License 2.0

They already have integrated Ontodoc ♥️

Comming soon...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ontodoc-0.0.5.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ontodoc-0.0.5-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

Details for the file ontodoc-0.0.5.tar.gz.

File metadata

  • Download URL: ontodoc-0.0.5.tar.gz
  • Upload date:
  • Size: 14.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for ontodoc-0.0.5.tar.gz
Algorithm Hash digest
SHA256 7e731ccabbf08685399bf59002ff69dfc4822b739490ce6b03f8381ad84d1085
MD5 3fd927816069b4b006b27e102d2b4d49
BLAKE2b-256 d43c15456c19683332536465b0cb7fe6f3c66d50590e2bc0840e03d7158b6877

See more details on using hashes here.

File details

Details for the file ontodoc-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: ontodoc-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 19.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for ontodoc-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 96fda554ef355e58f953e66c0be760ed626a9ef849f03aea37d5c931100a7388
MD5 80a6bc346244203d29b604201192f61b
BLAKE2b-256 d09ed680ee69f2f01626a9e5ff38c749acedc24325b8c1b7ef22601266d54a86

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page