Skip to content

Commit

Permalink
update readme and json
Browse files Browse the repository at this point in the history
  • Loading branch information
garymm committed Sep 3, 2024
1 parent 26c12c6 commit 483bd99
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 31 deletions.
3 changes: 2 additions & 1 deletion docsets/jax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Versions:
- Version 0.1.67 generated on 05-09-20 ([@nirum](https://github.com/nirum)).
- Version 0.3.21 generated on 10-10-22 ([@ppwwyyxx](https://github.com/ppwwyyxx)).
- Version 0.4.20 generated on 11-01-23 ([@ppwwyyxx](https://github.com/ppwwyyxx)).
- Version 0.4.31 generated on 09-02-24 ([@garymm](https://github.com/garymm)).

Update instructions:
1. Use [dash-docset-jax](https://github.com/ppwwyyxx/dash-docset-jax)
1. Use [dash-docset-jax](https://github.com/garymm/dash-docset-jax)
to generate the latest docset, or obtain the latest from its `releases` page.
2. Update `docset.json`.
3. Add the new tgz file to this directory as well as `versions/{VERSION}/`
Expand Down
70 changes: 40 additions & 30 deletions docsets/jax/docset.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,46 @@
{
"name": "jax",
"version": "0.4.20",
"archive": "jax.tgz",
"author": {
"name": "jax",
"version": "0.4.31",
"archive": "jax.tgz",
"author": {
"name": "Gary Miguel",
"link": "https://github.com/garymm"
},
"aliases": [
"jaxlib"
],
"specific_versions": [
{
"version": "0.4.31",
"archive": "versions/0.4.31/jax.tgz",
"author": {
"name": "Gary Miguel",
"link": "https://github.com/garymm"
}
},
{
"version": "0.4.20",
"archive": "versions/0.4.20/jax.tgz",
"author": {
"name": "Yuxin Wu",
"link": "https://github.com/ppwwyyxx"
}
},
{
"version": "0.3.21",
"archive": "versions/0.3.21/jax.tgz",
"author": {
"name": "Yuxin Wu",
"link": "https://github.com/ppwwyyxx"
}
},
"aliases": ["jaxlib", "flax"],
"specific_versions": [
{
"version": "0.4.20",
"archive": "versions/0.4.20/jax.tgz",
"author": {
"name": "Yuxin Wu",
"link": "https://github.com/ppwwyyxx"
}
},
{
"version": "0.3.21",
"archive": "versions/0.3.21/jax.tgz",
"author": {
"name": "Yuxin Wu",
"link": "https://github.com/ppwwyyxx"
}
},
{
"version": "0.1.67",
"archive": "versions/0.1.67/jax.tgz",
"author": {
"name": "Niru Maheswaranathan",
"link": "https://twitter.com/niru_m"
}
{
"version": "0.1.67",
"archive": "versions/0.1.67/jax.tgz",
"author": {
"name": "Niru Maheswaranathan",
"link": "https://twitter.com/niru_m"
}
]
}
]
}

0 comments on commit 483bd99

Please sign in to comment.