Skip to content

Commit 3c6cb8c

Browse files
committed
Improve the documentation
1 parent ebb419b commit 3c6cb8c

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
# Define the Rust versions to test against
23-
rust-version: [ "1.83.0", "1.84.0", "stable", "beta" ]
23+
rust-version: [ "1.86.0", "1.87.0", "stable", "beta" ]
2424

2525
steps:
2626
- name: Checkout Repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to make a contribution
125125
The mascot is named "Graphina the Dinosaur".
126126
As the name implies, she's a dinosaur, however, she herself thinks she's a dragon.
127127

128-
The logo was created using Gimp, ComfyUI, and a Flux Schnell v2 model.
128+
The logo was created using GIMP, ComfyUI, and a Flux Schnell v2 model.
129129

130130
### Licensing
131131

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Graphina Documentation
22

3-
To be updated.
3+
To be added.

pygraphina/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88

99
PyGraphina Python library allows users to use [Graphina](https://github.com/habedi/graphina) in Python.
1010

11+
> [!NOTE]
12+
> PyGraphina is far from finished.
13+
> It currently exposes only the core graph data structure from Rust.
14+
1115
### Installation
1216

1317
```bash
14-
pip install pygraphina
18+
pip install --pre pygraphina
1519
```
1620

1721
### License

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ requires-python = ">=3.10,<4.0"
1010
dependencies = [
1111
"maturin[zig]>=1.8.3,<2.0.0",
1212
"huggingface-hub>=0.29.3,<0.30.0",
13-
"networkx>=3.4.2,<4.0.0"
13+
"networkx>=3.4.2,<4.0.0",
14+
"pygraphina>=0.1.0",
1415
]
1516

1617
[project.optional-dependencies]

uv.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)