-
- Downloads
Sphinx Autostart with small changes
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- Makefile 20 additions, 0 deletionsMakefile
- README.md 2 additions, 2 deletionsREADME.md
- README_files/libs/bootstrap/bootstrap-973236bd072d72a04ee9cd82dcc9cb29.min.css 0 additions, 12 deletions...tstrap/bootstrap-973236bd072d72a04ee9cd82dcc9cb29.min.css
- README_files/libs/bootstrap/bootstrap-icons.css 0 additions, 2078 deletionsREADME_files/libs/bootstrap/bootstrap-icons.css
- README_files/libs/bootstrap/bootstrap-icons.woff 0 additions, 0 deletionsREADME_files/libs/bootstrap/bootstrap-icons.woff
- README_files/libs/bootstrap/bootstrap.min.js 0 additions, 7 deletionsREADME_files/libs/bootstrap/bootstrap.min.js
- README_files/libs/clipboard/clipboard.min.js 0 additions, 7 deletionsREADME_files/libs/clipboard/clipboard.min.js
- README_files/libs/quarto-html/anchor.min.js 0 additions, 9 deletionsREADME_files/libs/quarto-html/anchor.min.js
- README_files/libs/quarto-html/popper.min.js 0 additions, 6 deletionsREADME_files/libs/quarto-html/popper.min.js
- README_files/libs/quarto-html/quarto-syntax-highlighting-e26003cea8cd680ca0c55a263523d882.css 0 additions, 205 deletions...-syntax-highlighting-e26003cea8cd680ca0c55a263523d882.css
- README_files/libs/quarto-html/quarto.js 0 additions, 911 deletionsREADME_files/libs/quarto-html/quarto.js
- README_files/libs/quarto-html/tippy.css 0 additions, 1 deletionREADME_files/libs/quarto-html/tippy.css
- README_files/libs/quarto-html/tippy.umd.min.js 0 additions, 2 deletionsREADME_files/libs/quarto-html/tippy.umd.min.js
- docs/Makefile 20 additions, 0 deletionsdocs/Makefile
- docs/make.bat 35 additions, 0 deletionsdocs/make.bat
- docs/source/conf.py 51 additions, 0 deletionsdocs/source/conf.py
- docs/source/index.rst 68 additions, 0 deletionsdocs/source/index.rst
- make.bat 35 additions, 0 deletionsmake.bat
- requirements.txt 5 additions, 1 deletionrequirements.txt
Makefile
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
File deleted
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
docs/Makefile
0 → 100644
docs/make.bat
0 → 100644
docs/source/conf.py
0 → 100644
docs/source/index.rst
0 → 100644
make.bat
0 → 100644
... | @@ -12,4 +12,8 @@ scikit-learn==1.5.2 | ... | @@ -12,4 +12,8 @@ scikit-learn==1.5.2 |
scipy==1.14.1 | scipy==1.14.1 | ||
splinepy==0.1.3 | splinepy==0.1.3 | ||
tensorflow==2.18.0 | tensorflow==2.18.0 | ||
vedo==2024.5.2 | vedo==2024.5.2 | ||
\ No newline at end of file | sphinx==8.2.1 | ||
myst-parser==4.0.1 | |||
sphinx-copybutton==0.5.2 | |||
sphinx-rtd-theme==3.0.2 | |||
\ No newline at end of file |
Please register or sign in to comment