-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
1,127 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Docs | ||
|
||
on: | ||
push: | ||
tags: | ||
- "v*" | ||
|
||
permissions: | ||
contents: write | ||
pages: write | ||
|
||
jobs: | ||
docs: | ||
name: Deploy | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- uses: astral-sh/setup-uv@v3 | ||
- run: uv sync | ||
- run: uv run maturin develop | ||
- env: | ||
GIT_COMMITTER_NAME: CI | ||
GIT_COMMITTER_EMAIL: [email protected] | ||
run: uv run mike deploy ${{ github.ref_name}} latest --update-aliases --push |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# API | ||
|
||
The **hydraters** API. | ||
|
||
::: hydraters.dehydrate | ||
|
||
::: hydraters.hydrate | ||
|
||
::: hydraters.DO_NOT_MERGE_MARKER |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../README.md |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
:root, | ||
[data-md-color-scheme="default"] { | ||
/* --md-heading-font: "Oswald"; */ | ||
--md-primary-fg-color: #cf3f02; | ||
--md-default-fg-color: #443f3f; | ||
--boxShadowD: 0px 12px 24px 0px rgba(68, 63, 63, 0.08), | ||
0px 0px 4px 0px rgba(68, 63, 63, 0.08); | ||
} | ||
body { | ||
margin: 0; | ||
padding: 0; | ||
/* font-size: 16px; */ | ||
} | ||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6 { | ||
font-family: var(--md-heading-font); | ||
font-weight: bold; | ||
} | ||
.md-typeset h1, | ||
.md-typeset h2, | ||
.md-typeset h3, | ||
.md-typeset h4 { | ||
font-weight: normal; | ||
color: var(--md-default-fg-color); | ||
} | ||
.md-button, | ||
.md-typeset .md-button { | ||
font-family: var(--md-heading-font); | ||
} | ||
.md-content .supheading { | ||
font-family: var(--md-heading-font); | ||
text-transform: uppercase; | ||
color: var(--md-primary-fg-color); | ||
font-size: 0.75rem; | ||
font-weight: bold; | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
site_name: hydraters | ||
site_url: https://developmentseed.org/hydraters/ | ||
repo_name: developmentseed/hydraters | ||
repo_url: https://github.com/developmentseed/hydraters | ||
site_author: Development Seed | ||
docs_dir: docs | ||
|
||
extra: | ||
social: | ||
- icon: "fontawesome/brands/github" | ||
link: "https://github.com/developmentseed" | ||
- icon: "fontawesome/brands/twitter" | ||
link: "https://twitter.com/developmentseed" | ||
- icon: "fontawesome/brands/linkedin" | ||
link: "https://www.linkedin.com/company/development-seed" | ||
version: | ||
provider: mike | ||
|
||
nav: | ||
- README: index.md | ||
- api.md | ||
|
||
theme: | ||
name: material | ||
logo: img/logo_no_text.png | ||
palette: | ||
- media: "(prefers-color-scheme)" | ||
toggle: | ||
icon: material/brightness-auto | ||
name: Switch to light mode | ||
- media: "(prefers-color-scheme: light)" | ||
primary: default | ||
accent: deep orange | ||
toggle: | ||
icon: material/brightness-7 | ||
name: Switch to dark mode | ||
- media: "(prefers-color-scheme: dark)" | ||
scheme: slate | ||
primary: default | ||
accent: deep orange | ||
toggle: | ||
icon: material/brightness-4 | ||
name: Switch to system preference | ||
font: | ||
text: Roboto | ||
code: Roboto Mono | ||
features: | ||
- content.code.annotate | ||
- content.code.copy | ||
- navigation.indexes | ||
- navigation.instant | ||
- navigation.tracking | ||
- search.suggest | ||
- search.share | ||
|
||
extra_css: | ||
- overrides/stylesheets/extra.css | ||
|
||
plugins: | ||
- search | ||
- social | ||
- mike: | ||
alias_type: "copy" | ||
canonical_version: "latest" | ||
- mkdocstrings: | ||
enable_inventory: true | ||
handlers: | ||
python: | ||
paths: [obstore/python] | ||
options: | ||
# We set allow_inspection: false to ensure that all docstrings come | ||
# from the pyi files, not the Rust-facing doc comments. | ||
allow_inspection: false | ||
docstring_section_style: list | ||
docstring_style: google | ||
line_length: 80 | ||
separate_signature: true | ||
show_root_heading: true | ||
show_signature_annotations: true | ||
show_source: false | ||
show_symbol_type_toc: true | ||
signature_crossrefs: true | ||
|
||
markdown_extensions: | ||
- admonition | ||
- attr_list | ||
- codehilite: | ||
guess_lang: false | ||
- def_list | ||
- footnotes | ||
- md_in_html | ||
- pymdownx.arithmatex | ||
- pymdownx.betterem | ||
- pymdownx.caret: | ||
insert: false | ||
- pymdownx.details | ||
- pymdownx.emoji: | ||
emoji_index: !!python/name:material.extensions.emoji.twemoji | ||
emoji_generator: !!python/name:material.extensions.emoji.to_svg | ||
- pymdownx.escapeall: | ||
hardbreak: true | ||
nbsp: true | ||
- pymdownx.magiclink: | ||
hide_protocol: true | ||
repo_url_shortener: true | ||
- pymdownx.smartsymbols | ||
- pymdownx.superfences | ||
- pymdownx.tasklist: | ||
custom_checkbox: true | ||
- pymdownx.tilde | ||
- toc: | ||
permalink: true |
This file contains 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
Oops, something went wrong.