Skip to content

Commit 973b7c6

Browse files
committed
update version + doc
1 parent 79d7dea commit 973b7c6

File tree

7 files changed

+25
-20
lines changed

7 files changed

+25
-20
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can contribute in many ways:
99

1010
## Report Bugs
1111

12-
Report bugs at https://github.com/sarus-tech/structured-logprobs/issues
12+
Report bugs at https://github.com/arena-ai/structured-logprobs/issues
1313

1414
If you are reporting a bug, please include:
1515

@@ -33,7 +33,7 @@ structured-logprobs could always use more documentation, whether as part of the
3333

3434
## Submit Feedback
3535

36-
The best way to send feedback is to file an issue at https://github.com/sarus-tech/structured-logprobs/issues.
36+
The best way to send feedback is to file an issue at https://github.com/arena-ai/structured-logprobs/issues.
3737

3838
If you are proposing a new feature:
3939

docs/ stylesheets/extra.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ completion = client.chat.completions.create(
2121
{
2222
"role": "system",
2323
"content": (
24-
"Please output JSON-formatted metadata about the 'structured-logprobs' library."
24+
"Please output metadata about 'structured-logprobs'"
2525
),
2626
}
2727
],
@@ -44,7 +44,7 @@ chat_completion = add_logprobs(completion)
4444
print(chat_completion)
4545
```
4646

47-
For more details, visit [Getting Started](https://github.com/arena-ai/structured-logprobs/blob/4-finalize-the-packaging/docs/notebooks/notebook.ipynb).
47+
For more details, visit [Getting Started](notebooks/notebook.ipynb).
4848

4949
## Key Features
5050

docs/notebooks/notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"outputs": [],
5555
"source": [
56-
"!pip install structured-logprobs==0.0.2"
56+
"!pip install structured-logprobs~=0.1"
5757
]
5858
},
5959
{

mkdocs.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
site_name: structured-logprobs
2-
repo_url: https://github.com/sarus-tech/structured-logprobs
3-
site_url: https://sarus-tech.github.io/structured-logprobs
2+
repo_url: https://github.com/arena-ai/structured-logprobs
3+
site_url: https://arena-ai.github.io/structured-logprobs
44
site_description: Logprobs for OpenAI Structured Outputs
55
site_author: Sarus Technologies
66
edit_uri: edit/main/docs/
7-
repo_name: sarus-tech/structured-logprobs
8-
copyright: Maintained by <a href="https://sarus-tech.com">sarus-tech</a>.
7+
repo_name: arena-ai/structured-logprobs
8+
copyright: Maintained by <a href="https://arena-ai.com">arena-ai</a>.
99

1010
nav:
1111
- Home: index.md
@@ -43,12 +43,22 @@ theme:
4343
extra:
4444
social:
4545
- icon: fontawesome/brands/github
46-
link: https://github.com/sarus-tech/structured-logprobs
46+
link: https://github.com/arena-ai/structured-logprobs
4747
- icon: fontawesome/brands/python
4848
link: https://pypi.org/project/structured-logprobs
4949

50+
extra_css:
51+
- stylesheets/extra.css
52+
5053
markdown_extensions:
5154
- toc:
5255
permalink: true
5356
- pymdownx.arithmatex:
5457
generic: true
58+
- pymdownx.highlight:
59+
anchor_linenums: true
60+
line_spans: __span
61+
pygments_lang_class: true
62+
- pymdownx.inlinehilite
63+
- pymdownx.snippets
64+
- pymdownx.superfences

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "structured-logprobs"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Logprobs for OpenAI Structured Outputs"
55
authors = [{ name = "Sarus Technologies", email = "nicolas.grislain@gmail.com" }]
66
readme = "README.md"
@@ -24,9 +24,9 @@ dependencies = [
2424
]
2525

2626
[project.urls]
27-
Homepage = "https://sarus-tech.github.io/structured-logprobs/"
28-
Repository = "https://github.com/sarus-tech/structured-logprobs"
29-
Documentation = "https://sarus-tech.github.io/structured-logprobs/"
27+
Homepage = "https://arena-ai.github.io/structured-logprobs/"
28+
Repository = "https://github.com/arena-ai/structured-logprobs"
29+
Documentation = "https://arena-ai.github.io/structured-logprobs/"
3030

3131
[dependency-groups]
3232
dev = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)