Skip to content

Commit 95c094f

Browse files
committed
Prettify more
1 parent d6de7a8 commit 95c094f

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ version: 2
99
build:
1010
os: ubuntu-20.04
1111
tools:
12-
python: "3.9"
12+
python: '3.9'
1313
# You can also specify other tool versions:
1414
# nodejs: "16"
1515
# rust: "1.55"
1616
# golang: "1.17"
1717

1818
# Build documentation in the docs/ directory with Sphinx
1919
sphinx:
20-
builder: html
21-
# configuration: docs/conf.py
22-
fail_on_warning: true
20+
builder: html
21+
# configuration: docs/conf.py
22+
fail_on_warning: true
2323

2424
# If using Sphinx, optionally build your docs in additional formats such as PDF
2525
formats:
26-
- pdf
26+
- pdf
2727

2828
# Optionally declare the Python requirements required to build your docs
2929
python:
30-
install:
31-
- requirements: docs/requirements.txt
30+
install:
31+
- requirements: docs/requirements.txt

docs/examples.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ To display the basic Niryo and the Burger robot, a ROS environment needs to be c
1313

1414
![Burger Robot](_static/exBurger.png)
1515

16-
1716
Similarly, Ned, Spot and the T12 robot use robot description ROS packages to store their respective mesh files. These packages will need to be installed locally and the ROS environment configured correctly (`source <workspace>/devel/setup.bash`) so that these packages can be accessed.
1817

1918
- `ned_description`
@@ -24,4 +23,4 @@ Similarly, Ned, Spot and the T12 robot use robot description ROS packages to sto
2423

2524
![Spot Dog](_static/exSpot.png)
2625

27-
![T12 Robot](_static/exT12.png)
26+
![T12 Robot](_static/exT12.png)

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ pip uninstall jupyterlab_urdf
4848

4949
In development mode, you will also need to remove the symlink created by `jupyter labextension develop`
5050
command. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`
51-
folder is located. Then you can remove the symlink named `jupyterlab_urdf` within that folder.
51+
folder is located. Then you can remove the symlink named `jupyterlab_urdf` within that folder.

docs/urdf_editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ To open the text editor for any URDF file, simply right click on the file and se
66

77
Once the file is open, syntax highlighting can be enabled by selecting "XML" from the language menu in the bottom left corner.
88

9-
![Language menu to select XML](_static/syntaxXML.png)
9+
![Language menu to select XML](_static/syntaxXML.png)

docs/urdf_viewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ With the URDF editor open, files can be modified directly and the changes will b
88

99
![URDF live editing](_static/urdfEditor.gif)
1010

11-
The viewer provides a control panel to manually modify the joint positions. The changes are only reflected in the viewer and are not saved to the URDF file.
11+
The viewer provides a control panel to manually modify the joint positions. The changes are only reflected in the viewer and are not saved to the URDF file.
1212

1313
![Moving joints with panel](_static/urdfControls.gif)
1414

15-
Only revolute and prismatic joints will be included in the panel, fixed joints are automatically ignored. If the joints have upper and lower limits, those will become the limits of the joint slider, otherwise a default range will appear.
15+
Only revolute and prismatic joints will be included in the panel, fixed joints are automatically ignored. If the joints have upper and lower limits, those will become the limits of the joint slider, otherwise a default range will appear.

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"strict": true,
2020
"strictNullChecks": true,
2121
"target": "es2017",
22-
"types": ["jest"],
22+
"types": ["jest"]
2323
},
24-
"include": ["src/**/*"],
24+
"include": ["src/**/*"]
2525
}

webpack.config-jlab.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
experiments: {
3-
asyncWebAssembly: true,
3+
asyncWebAssembly: true
44
}
5-
};
5+
};

0 commit comments

Comments
 (0)