Skip to content

Commit

Permalink
fix docs version and url
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsoul44 committed Jun 7, 2024
1 parent 4c94f6c commit 2f4aaa9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion python-package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.21.0", features = ["extension-module"] }
perpetual_rs = {package="perpetual", version = "0.0.1", path = "../" }
perpetual_rs = {package="perpetual", version = "0.0.2", path = "../" }
numpy = "0.21.0"
ndarray = "0.15.1"
serde_plain = { version = "1.0" }
Expand Down
14 changes: 7 additions & 7 deletions python-package/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
site_name: forust
repo_name: forust
repo_url: https://github.com/jinlow/forust
site_name: perpetual
repo_name: perpetual
repo_url: https://github.com/perpetual-ml/perpetual/
theme:
name: material
icon:
repo: fontawesome/brands/github
logo: material/forest-outline
palette:
# Palette toggle for light mode
palette:
# Palette toggle for light mode
- scheme: default
primary: deep purple
toggle:
Expand All @@ -28,7 +28,7 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

plugins:
- search
- autorefs
Expand All @@ -44,4 +44,4 @@ plugins:
separate_signature: true
show_source: false
show_signature_annotations: true
merge_init_into_class: true
merge_init_into_class: true

0 comments on commit 2f4aaa9

Please sign in to comment.