Skip to content

Commit 1bac6f4

Browse files
committed
new docs
1 parent c1b7fcf commit 1bac6f4

File tree

10 files changed

+748
-225
lines changed

10 files changed

+748
-225
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ __pycache__
1313
__pycache__/
1414
*.py[cod]
1515
*$py.class
16+
notebooks/.ipynb_checkpoints/
1617

1718
# Binary files
1819
*.jpg
@@ -23,6 +24,7 @@ __pycache__/
2324
# Distribution / packaging
2425
.Python
2526
build/
27+
_build/
2628
develop-eggs/
2729
dist/
2830
downloads/

_config.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
title: AmadeusGPT
2+
author: MLAI
3+
logo: docs/logo.png
4+
only_build_toc_files: true
5+
6+
sphinx:
7+
config:
8+
autodoc_mock_imports: list #["wx"]
9+
extra_extensions:
10+
- numpydoc
11+
12+
execute:
13+
execute_notebooks: "off"
14+
15+
html:
16+
extra_navbar: ""
17+
use_issues_button: true
18+
use_repository_button: true
19+
extra_footer: |
20+
<div>Powered by <a href="https://jupyterbook.org/">Jupyter Book</a>.</div>
21+
22+
repository:
23+
url: https://github.com/AdaptiveMotorControlLab/AmadeusGPT
24+
path_to_book: main
25+
branch: main
26+
27+
launch_buttons:
28+
colab_url: "https://colab.research.google.com/github.com/AdaptiveMotorControlLab/AmadeusGPT/examples/yourdemo.ipynb"

_toc.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
format: jb-book
2+
root: README
3+
parts:
4+
- caption: Using AmadeusGPT
5+
chapters:
6+
- file: notebooks/EPM_demo
7+
- file: notebooks/Horse_demo
8+
- file: notebooks/MABe_demo
9+
- file: notebooks/MausHaus_demo
10+
- file: notebooks/Use_Task_Program
11+
- file: notebooks/YourData

docs/logo.png

295 KB
Loading

0 commit comments

Comments
 (0)