Skip to content

Commit e4a0a59

Browse files
committed
Fixed ToC
1 parent 6b500e6 commit e4a0a59

File tree

5 files changed

+38
-35
lines changed

5 files changed

+38
-35
lines changed

en/SUMMARY.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,31 @@
1111
   * [Examples of projects](getting-started/example-of-projects.md)
1212

1313
### Robot assembly
14-
- [Assemble Poppy Ergo Jr](assembly-guides/ergo-jr/README.md)
15-
* [Bill Of Material (BOM)](assembly-guides/ergo-jr/bom.md)
16-
* [Electronic assembly](assembly-guides/ergo-jr/electronic-assembly.md)
17-
* [Motor configuration](assembly-guides/ergo-jr/motor-configuration.md)
18-
* [Mechanical construction](assembly-guides/ergo-jr/mechanical-construction.md)
19-
- [Assemble Poppy Torso](assembly-guides/poppy-torso/README.md)
20-
* [PRIMORDIAL warnings](assembly-guides/poppy-torso/warnings.md)
21-
* [Bill Of Material (BOM)](assembly-guides/poppy-torso/bom.md)
22-
* [Dynamixel hardware](assembly-guides/poppy-torso/dynamixel_hardware.md)
23-
* [Configuring the Dynamixel motors](assembly-guides/poppy-torso/addressing_dynamixel.md)
24-
* [Arms assembly](assembly-guides/poppy-torso/arms_assembly.md)
25-
* [Trunk assembly](assembly-guides/poppy-torso/trunk_assembly.md)
26-
* [Head assembly](assembly-guides/poppy-torso/head_assembly.md)
27-
* [Wiring arrangement](assembly-guides/poppy-torso/wiring_arrangement.md)
28-
- [Assemble Poppy Humanoid](assembly-guides/poppy-humanoid/README.md)
29-
* [PRIMORDIAL warnings](assembly-guides/poppy-humanoid/warnings.md)
30-
* [Bill Of Material (BOM)](assembly-guides/poppy-humanoid/bom.md)
31-
* [Dynamixel hardware](assembly-guides/poppy-humanoid/dynamixel_hardware.md)
32-
* [Configuring the Dynamixel motors](assembly-guides/poppy-humanoid/addressing_dynamixel.md)
33-
* [Arms assembly](assembly-guides/poppy-humanoid/arms_assembly.md)
34-
* [Trunk assembly](assembly-guides/poppy-humanoid/trunk_assembly.md)
35-
* [Legs assembly](assembly-guides/poppy-humanoid/legs_assembly.md)
36-
* [Head assembly](assembly-guides/poppy-humanoid/head_assembly.md)
37-
* [Wiring arrangement](assembly-guides/poppy-humanoid/wiring_arrangement.md)
14+
- [Assembly guides](assembly-guides/README.md)
15+
- [Assemble Poppy Ergo Jr](assembly-guides/ergo-jr/README.md)
16+
* [Bill Of Material (BOM)](assembly-guides/ergo-jr/bom.md)
17+
* [Electronic assembly](assembly-guides/ergo-jr/electronic-assembly.md)
18+
* [Motor configuration](assembly-guides/ergo-jr/motor-configuration.md)
19+
* [Mechanical construction](assembly-guides/ergo-jr/mechanical-construction.md)
20+
- [Assemble Poppy Torso](assembly-guides/poppy-torso/README.md)
21+
* [PRIMORDIAL warnings](assembly-guides/poppy-torso/warnings.md)
22+
* [Bill Of Material (BOM)](assembly-guides/poppy-torso/bom.md)
23+
* [Dynamixel hardware](assembly-guides/poppy-torso/dynamixel_hardware.md)
24+
* [Configuring the Dynamixel motors](assembly-guides/poppy-torso/addressing_dynamixel.md)
25+
* [Arms assembly](assembly-guides/poppy-torso/arms_assembly.md)
26+
* [Trunk assembly](assembly-guides/poppy-torso/trunk_assembly.md)
27+
* [Head assembly](assembly-guides/poppy-torso/head_assembly.md)
28+
* [Wiring arrangement](assembly-guides/poppy-torso/wiring_arrangement.md)
29+
- [Assemble Poppy Humanoid](assembly-guides/poppy-humanoid/README.md)
30+
* [PRIMORDIAL warnings](assembly-guides/poppy-humanoid/warnings.md)
31+
* [Bill Of Material (BOM)](assembly-guides/poppy-humanoid/bom.md)
32+
* [Dynamixel hardware](assembly-guides/poppy-humanoid/dynamixel_hardware.md)
33+
* [Configuring the Dynamixel motors](assembly-guides/poppy-humanoid/addressing_dynamixel.md)
34+
* [Arms assembly](assembly-guides/poppy-humanoid/arms_assembly.md)
35+
* [Trunk assembly](assembly-guides/poppy-humanoid/trunk_assembly.md)
36+
* [Legs assembly](assembly-guides/poppy-humanoid/legs_assembly.md)
37+
* [Head assembly](assembly-guides/poppy-humanoid/head_assembly.md)
38+
* [Wiring arrangement](assembly-guides/poppy-humanoid/wiring_arrangement.md)
3839

3940
### Software installation
4041

en/styles/website.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ blockquote.alert p a {
136136
/** SUMMARY headings **/
137137

138138
.book-summary{
139-
border-right: : 1px solid;
139+
border-right: 1px solid;
140+
width: 25%;
140141
}
141142

142143
.book-summary ul.summary li.header {

fr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Cette documentation est organisée comme suit:
88
* [Premiers pas](getting-started/README.md): un aperçu de comment peut s'utiliser un robot Poppy assemblé et ce qu'on peut faire avec
99
* [Guides d'assemblage](assembly-guides/README.md): certainement la prochaine section à lire si avez hâte d'assembler votre nouveau robot !
1010
* [Installation](installation/README.md): une explicaiton plus en profondeur du logiciel, pour voir comment il peut être utilisé dans tous les cas d'usage possibles
11-
* [Programming](programming/README.md): une explication plus en profondeur des langages de programmation de Poppy et de ses interfaces de communication
11+
* [Programmation](programming/README.md): une explication plus en profondeur des langages de programmation de Poppy et de ses interfaces de communication
1212

1313
## À propos et contributions
1414

fr/SUMMARY.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
* [Exemples de projets](getting-started/example-of-projects.md)
1212

1313
### Assemblage du robot
14-
15-
* [Assembler l’Ergo Jr](assembly-guides/ergo-jr/README.md)
16-
* [La liste des composants (BOM)](assembly-guides/ergo-jr/bom.md)
17-
* [Assemblage électronique](assembly-guides/ergo-jr/electronic-assembly.md)
18-
* [Configuration des moteurs](assembly-guides/ergo-jr/motor-configuration.md)
19-
* [Assemblage des pièces mécaniques](assembly-guides/ergo-jr/mechanical-construction.md)
20-
* [Assembler Poppy Humanoid](assembly-guides/poppy-humanoid/README.md)
21-
* [Assembler Poppy Torso](assembly-guides/poppy-torso/README.md)
14+
* [Guides d'assemblage](assembly-guides/README.md)
15+
* [Assembler l’Ergo Jr](assembly-guides/ergo-jr/README.md)
16+
* [La liste des composants (BOM)](assembly-guides/ergo-jr/bom.md)
17+
* [Assemblage électronique](assembly-guides/ergo-jr/electronic-assembly.md)
18+
* [Configuration des moteurs](assembly-guides/ergo-jr/motor-configuration.md)
19+
* [Assemblage des pièces mécaniques](assembly-guides/ergo-jr/mechanical-construction.md)
20+
* [Assembler Poppy Humanoid](assembly-guides/poppy-humanoid/README.md)
21+
* [Assembler Poppy Torso](assembly-guides/poppy-torso/README.md)
2222

2323
### Installation des logiciels
2424

fr/styles/website.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ blockquote.alert p a {
113113
/** SUMMARY headings **/
114114

115115
.book-summary{
116-
border-right: : 1px solid;
116+
border-right: 1px solid;
117+
width: 25%;
117118
}
118119

119120
.book-summary ul.summary li.header {

0 commit comments

Comments
 (0)