Commit 2ed331a
authored
Fixes duplicated text in pip installation docs (#3969)
# Description
In the [Local Installation / Installation using Isaac Lab Pip Packages
page](https://isaac-sim.github.io/IsaacLab/main/source/setup/installation/isaaclab_pip_installation.html#installing-dependencies)
of the documentation, the “Installing dependencies” section is broken. I
removed duplicate content and corrected the ordering.
Fixes #3967
## Type of change
- Documentation update
## Screenshots
| Before | After |
| ------ | ----- |
| <img width="823" height="999" alt="スクリーンショット 2025-11-08 012827"
src="https://github.com/user-attachments/assets/6f022810-cff5-44c6-a835-75bc780433ce"
/> | <img width="822" height="651" alt="スクリーンショット 2025-11-08 014930"
src="https://github.com/user-attachments/assets/c06eacf1-bd4a-4210-8a79-c64fc923c622"
/> |
## Checklist
- [x] I have read and understood the [contribution
guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there1 parent e9e33b2 commit 2ed331a
File tree
2 files changed
+8
-29
lines changed- docs/source/setup/installation
2 files changed
+8
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
Lines changed: 7 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 28 | + | |
57 | 29 | | |
58 | 30 | | |
59 | 31 | | |
| |||
100 | 72 | | |
101 | 73 | | |
102 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
103 | 81 | | |
104 | 82 | | |
105 | 83 | | |
| |||
0 commit comments