You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add architecture overview docs
* fixing format
* adding content for doc
* adding stuff to build the documentation
* Adding content
* minor edits
* Format tests with ruff and add typing
* Disable gradients on codec manager encode/decode
* Add codec manager specific errors
* Recast decoded image into the correct type
* Add LegacySurveyImage to codec config
* Update documentation test and deploy CI
* Use uv run for sphinx invocation
* Fix documentation links
* Remove python tag of non-python code blocks
* Fix mermaid code block
* Add sphinx-mermaid to the dependencies
* Fix sphinxcontrib-mermaid dependency
* Fix missing cross-references
* Update deploy workflow trigger to be only on main
* Revert LegacySurveyImage from codec config
---------
Co-authored-by: Lucas Meyer <lucas.thibaut.meyer@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ AION-1’s tokenizers cover **39 distinct data types**, grouped by survey and da
86
86
Start with our interactive tutorial:
87
87
-**[Open in Google Colab](https://colab.research.google.com/github/PolymathicAI/AION/blob/main/notebooks/Tutorial.ipynb)** - Learn AION basics interactively, no local setup required!
88
88
89
+
For detailed guides, see the [online documentation](https://polymathic-ai.github.io/AION/).
90
+
89
91
## 📦 Advanced Installation
90
92
91
93
AION offers flexible installation options to suit your environment and requirements.
0 commit comments