-
Notifications
You must be signed in to change notification settings - Fork 852
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Equinox | ||
======================= | ||
|
||
[Equinox](https://docs.kidger.site/equinox/) is a library for nueral networks in JAX. | ||
|
||
Update instructions: | ||
1. Use [dash-docset-equinox](https://github.com/garymm/dash-docset-equinox) | ||
to generate the latest docset. | ||
2. Update `docset.json`. | ||
3. Add the new tgz file to this directory as well as `versions/{VERSION}/` | ||
that match what's added in `docset.json`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "equinox", | ||
"version": "0.11.5", | ||
"archive": "equinox.tgz", | ||
"author": { | ||
"name": "Gary Miguel", | ||
"link": "https://github.com/garymm" | ||
}, | ||
"specific_versions": [ | ||
{ | ||
"version": "0.11.5", | ||
"archive": "versions/0.11.5/equinox.tgz" | ||
} | ||
] | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.