Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 15, 2023
1 parent 8d28fb1 commit 7b06126
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ create-missing = false
command = "mdbook-admonish"
assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install`

[preprocessor.pagetoc]

[preprocessor.pagetoc] # Does not work for no reason, managed to make it work once though
[output.html]
git-repository-url = "https://github.com/biopragmatics/curies.rs"
additional-css = [
Expand Down
2 changes: 1 addition & 1 deletion lib/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Whether you're a developer looking to work with CURIEs (e.g. expand or compress)

- 🛠️ **Create** your custom converter
- 📥 **Import** converters from JSON or JSON-LD context, with helper functions for popular converters, such as `get_obo_converter()`.
- 🔗 **Expand**: CURIEs from their compressed form to a URI.
- 🔗 **Expand** CURIEs from their compressed form to URIs.
- 🗜️ **Compress** URIs to CURIEs.

### 📦️ Packaged for multiple interfaces
Expand Down
4 changes: 2 additions & 2 deletions lib/docs/use_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

You can easily work with `curies` from Python.

```admonish warn title="Work in progress"
This package is a work in progress.
```admonish warning title="Work in progress"
This package is a work in progress. This documentation might not be always up-to-date.
```

## 📥️ Install
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ rustup update
cargo install mdbook mdbook-admonish mdbook-pagetoc

mkdir -p theme
wget -O theme/mdbook-admonish.css https://raw.githubusercontent.com/leptos-rs/leptos/a8e25af5233bb014d3cee85e4e9be8b3e4586de9/docs/book/mdbook-admonish.css
wget -O theme/mdbook-admonish.css https://raw.githubusercontent.com/leptos-rs/leptos/a8e25af5233bb014d3cee85e4e9be8b3e4586de9/docs/book/mdbook-admonish.css

0 comments on commit 7b06126

Please sign in to comment.