File tree Expand file tree Collapse file tree 6 files changed +10
-5
lines changed Expand file tree Collapse file tree 6 files changed +10
-5
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 31
31
html_title = 'JAX AI Stack'
32
32
html_static_path = ['_static' ]
33
33
html_css_files = ['css/custom.css' ]
34
- html_favicon = '_static/images/favicon.png'
34
+ html_logo = '_static/ai-stack-logo.svg'
35
+ html_favicon = '_static/favicon.png'
35
36
36
37
# Theme-specific options
37
38
# https://sphinx-book-theme.readthedocs.io/en/stable/reference.html
42
43
'path_to_docs' : 'docs/source/' ,
43
44
'use_repository_button' : True ,
44
45
'navigation_with_keys' : True ,
46
+ 'home_page_in_toc' : True ,
45
47
}
46
48
47
49
exclude_patterns = [
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ git commit -m "update new tutorial" # commit to the branch
81
81
To build the documentation locally, you can run the following command:
82
82
83
83
``` bash
84
+ # from the root of the repository
84
85
sphinx-build -b html docs/source docs/_build/html
85
86
```
86
87
Original file line number Diff line number Diff line change 1
1
< div class ="doc-body ">
2
2
< section class ="hero ">
3
3
< div >
4
- < span > < img src ="./_static/images/ ai-stack-logo.svg "/> < h1 > JAX AI Stack</ h1 > </ span >
4
+ < span > < img src ="./_static/ai-stack-logo.svg "/> < h1 > JAX AI Stack</ h1 > </ span >
5
5
< p > Flexible, scalable components for AI research and development</ p >
6
- < a class ="button button-primary " href ="https://jax-ai-stack.readthedocs.io/en/latest /tutorials.html "> Get started</ a >
6
+ < a class ="button button-primary " href =". /tutorials.html "> Get started</ a >
7
7
</ div >
8
8
< img src ="./_static/images/hero.svg " class ="hero-image ">
9
9
</ section >
@@ -48,7 +48,7 @@ <h3>JAX AI Stack</h3>
48
48
< li > ml_dtypes - NumPy dtype extensions for machine learning.</ li >
49
49
< li > Optional data loading libraries (Grain or tf.data)</ li >
50
50
</ ul >
51
- < a class ="button button-primary " href ="https://jax-ai-stack.readthedocs.io/en/latest /tutorials.html "> Get started</ a >
51
+ < a class ="button button-primary " href =". /tutorials.html "> Get started</ a >
52
52
</ div >
53
53
</ section >
54
54
< section class ="image-section ">
Original file line number Diff line number Diff line change 1
1
# Tutorials
2
2
3
- * Note: this is a work in progress; visit again soon for updated content!*
3
+ ``` {note}
4
+ This is a work in progress; visit again soon for updated content!
5
+ ```
4
6
5
7
The following tutorials are meant as an intro to the full stack:
6
8
You can’t perform that action at this time.
0 commit comments