site_name: CURIEs
site_description: A cross-platform library for idiomatic conversion between URIs and compact URIs (CURIEs)
site_author: Charles Tapley Hoyt & Vincent Emonet
site_url: https://biopragmatics.github.io/curies.rs
repo_name: biopragmatics/curies.rs
repo_url: https://github.com/biopragmatics/curies.rs
edit_uri: "edit/main/docs/"
copyright: Copyright © 2024 Charles Tapley Hoyt & Vincent Emonet
nav:
- Introduction: index.md
- Getting started: getting-started.md
- Tools for Developers and Semantic Engineers: devtools.md
- Data structures: struct.md
- JavaScript:
- Example bare HTML: javascript-example-html.md
- Example JS framework: javascript-example-framework.md
- Development:
- Architecture details: architecture.md
- Contributing: contributing.md
theme:
name: "material"
favicon: assets/logo.png
logo: assets/logo.png
icon:
admonition:
server: material/server
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: deep orange
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: deep orange
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.indexes
- navigation.sections
- navigation.top
- navigation.tracking
- content.code.copy
- content.code.annotate
- content.code.select
- content.tabs.link - search.highlight
- search.share
- search.suggest
- toc.follow
plugins:
- search
- open-in-new-tab
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: true
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.details
- pymdownx.extra
- abbr
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets:
auto_append:
- lib/docs/includes/abbreviations.md
- attr_list
- smarty
extra_css:
- assets/custom.css
extra:
social:
- icon: fontawesome/brands/rust
link: https://crates.io/crates/curies
- icon: fontawesome/brands/python
link: https://pypi.org/project/curies-rs
- icon: fontawesome/brands/npm
link: https://www.npmjs.com/package/@biopragmatics/curies
- icon: fontawesome/brands/r-project
link: https://cran.r-project.org/web/packages/curies
- icon: fontawesome/brands/github
link: https://github.com/biopragmatics
watch:
- ../src
- docs