File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bintensors"
3
- version = " 0.0.1-alpha.2 "
3
+ version = " 0.0.1-alpha.3 "
4
4
edition = " 2024"
5
5
license = " MIT"
6
6
rust-version = " 1.85"
@@ -51,4 +51,4 @@ name = "benchmark"
51
51
harness = false
52
52
53
53
[package .metadata .docs .rs ]
54
- rustdoc-args = [" --html-in-header" , " .. /docs/katex.html" ]
54
+ rustdoc-args = [" --html-in-header" , " ./docs/katex.html" ]
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
#![ deny( missing_docs) ]
2
2
#![ doc(
3
- html_logo_url = "https://github.com/GnosisFoundation/bintensors/blob/master/.github/assets/bintensors-logo.png"
3
+ html_logo_url = "https://github.com/GnosisFoundation/bintensors/blob/master/.github/assets/bintensors-logo.png?raw=true "
4
4
) ]
5
5
#![ doc = include_str ! ( "../DOC_README.md" ) ]
6
6
#![ cfg_attr( not( feature = "std" ) , no_std) ]
Original file line number Diff line number Diff line change 1
1
# Define variables
2
2
ROOT_DIR := $(shell pwd)
3
- TARGET_DIR := $(ROOT_DIR ) /../docs
4
- KATEX_HEADER := $(ROOT_DIR ) /docs/katex.html
5
3
DOCS_DIR := $(ROOT_DIR ) /bintensors
4
+ TARGET_DIR := $(DOCS_DIR ) /docs
5
+ KATEX_HEADER := $(DOCS_DIR ) /docs/katex.html
6
6
7
7
# Ensure the target directory exists
8
8
$(TARGET_DIR ) :
You can’t perform that action at this time.
0 commit comments