From 483bd9972c92e01630ebb0565b1e2f869278abcf Mon Sep 17 00:00:00 2001 From: Gary Miguel Date: Mon, 2 Sep 2024 17:10:02 -0700 Subject: [PATCH] update readme and json --- docsets/jax/README.md | 3 +- docsets/jax/docset.json | 70 +++++++++++++++++++++++------------------ 2 files changed, 42 insertions(+), 31 deletions(-) diff --git a/docsets/jax/README.md b/docsets/jax/README.md index d8b9dc371a..159c0d89ab 100755 --- a/docsets/jax/README.md +++ b/docsets/jax/README.md @@ -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}/` diff --git a/docsets/jax/docset.json b/docsets/jax/docset.json index c548069fe9..d012cef366 100755 --- a/docsets/jax/docset.json +++ b/docsets/jax/docset.json @@ -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" } - ] + } + ] }