File tree Expand file tree Collapse file tree 10 files changed +82
-17
lines changed Expand file tree Collapse file tree 10 files changed +82
-17
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ if (DOXYGEN_FOUND)
82
82
"build.md"
83
83
"install.md"
84
84
"profiling.md"
85
+ "userguide.md"
85
86
ALL
86
87
COMMENT "Generating docs"
87
88
)
Original file line number Diff line number Diff line change 1
- Building
2
- ===
1
+ \page build Build
3
2
3
+
4
+ - \subpage dependencies
5
+ - \subpage configuration
6
+ - \subpage install
7
+
8
+ <div class =" section_buttons " >
9
+
10
+ | Previous | Next |
11
+ | :----------------| ------------------:|
12
+ | \ref quickstart | \ref dependencies |
13
+
14
+ </div >
Original file line number Diff line number Diff line change 1
- Configuration
2
- ===
1
+ \page configuration Configuration
3
2
3
+ <div class =" section_buttons " >
4
+
5
+ | Previous | Next |
6
+ | :------------------| -------------:|
7
+ | \ref dependencies | \ref install |
8
+
9
+ </div >
Original file line number Diff line number Diff line change 1
- Dependencies
2
- ===
1
+ \page dependencies Dependencies
2
+
3
+ <div class =" section_buttons " >
4
+
5
+ | Previous | Next |
6
+ | :-----------| -------------------:|
7
+ | \ref build | \ref configuration |
8
+
9
+ </div >
Original file line number Diff line number Diff line change 1
- Features
2
- ===
1
+ \page features Features
2
+
3
+ <div class =" section_buttons " >
4
+
5
+ | Previous | Next |
6
+ | :---------------| ----------------:|
7
+ | \ref index | \ref quickstart |
8
+
9
+ </div >
Original file line number Diff line number Diff line change 1
- Installation
2
- ===
1
+ \page install Install
3
2
3
+ <div class =" section_buttons " >
4
+
5
+ | Previous | Next |
6
+ | :-------------------| ---------------:|
7
+ | \ref configuration | \ref userguide |
8
+
9
+ </div >
Original file line number Diff line number Diff line change 1
- Overview {#mainpage}
2
- ===
1
+ \mainpage Overview
3
2
4
3
[ ![ build] ( https://github.com/Q-Minh/PhysicsBasedAnimationToolkit/actions/workflows/pyinstall.yml/badge.svg )] ( https://github.com/Q-Minh/PhysicsBasedAnimationToolkit/actions/workflows/pyinstall.yml )
5
4
[ ![ wheels] ( https://github.com/Q-Minh/PhysicsBasedAnimationToolkit/actions/workflows/wheels.yml/badge.svg?event=release )] ( https://github.com/Q-Minh/PhysicsBasedAnimationToolkit/actions/workflows/wheels.yml )
@@ -20,10 +19,13 @@ Overview {#mainpage}
20
19
```
21
20
</div >
22
21
22
+ - \subpage features
23
+ - \subpage quickstart
24
+
23
25
<div class =" section_buttons " >
24
26
25
27
| Next |
26
28
| ------------------------:|
27
- | [ features] ( features.md ) |
29
+ | \ref features |
28
30
29
31
</div >
Original file line number Diff line number Diff line change 1
- Profiling
2
- ===
1
+ \page profiling Profiling
2
+
3
+ <div class =" section_buttons " >
4
+
5
+ | Previous |
6
+ | :---------------|
7
+ | \ref userguide |
8
+
9
+ </div >
Original file line number Diff line number Diff line change 1
- Quick start
2
- ===
1
+ \page quickstart Quick start
2
+
3
+ <div class =" section_buttons " >
4
+
5
+ | Previous | Next |
6
+ | :--------------| -----------:|
7
+ | \ref features | \ref build |
8
+
9
+ </div >
Original file line number Diff line number Diff line change
1
+ \page userguide User guide
2
+
3
+ - \subpage profiling
4
+
5
+ <div class =" section_buttons " >
6
+
7
+ | Previous | Next |
8
+ | :-------------| ---------------:|
9
+ | \ref install | \ref profiling |
10
+
11
+ </div >
You can’t perform that action at this time.
0 commit comments