Skip to content

Commit f5107e5

Browse files
authored
DOCS-1483: lowercase all filenames (#2259)
1 parent da27686 commit f5107e5

29 files changed

+5
-5
lines changed

docs/appendix/learning-resources.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ And their values on a resistor:
7777
### LEDs (Light-Emitting Diodes)
7878

7979
Light-emitting diodes come in a variety of form factors:
80-
![Image of various Light Emitting Diode form factors.](/internals/vector/Verschiedene_LEDs.jpg)
80+
![Image of various Light Emitting Diode form factors.](/internals/vector/verschiedene-leds.jpg)
8181
LEDs commonly have two leads, although specialty LEDs are available that are capable of simultaneously displaying two colors or of displaying a blended shade. These specialty LEDs have 4-6 leads and 2-4 LED junctions.
8282

8383
LEDs work by applying a voltage with a positive and negative polarity to the leads in such a manner that the positive voltage is attached to the anode of the LED and the negative voltage lead is attached to the LED's cathode. On a two-pin LED, the longer pin is the anode and the short pin is the cathode.
8484

8585
LEDs require current-limiting resistors to avoid destroying the LED junction during an over-current situation. Always include a current-limiting resistor in basic LED circuits. The following schematic illustrates this circuit:
8686

87-
![This image displays a schematic showing the arrangement of a DC voltage source with the positive lead to the LED's anode, the LED's cathode connected to a one end of a current-limiting resistor and the other end of the voltage drop resistor connected to the negative lead of the voltage source, completing the circuit.](/internals/vector/LED_circuit2.png)
87+
![This image displays a schematic showing the arrangement of a DC voltage source with the positive lead to the LED's anode, the LED's cathode connected to a one end of a current-limiting resistor and the other end of the voltage drop resistor connected to the negative lead of the voltage source, completing the circuit.](/internals/vector/led-circuit2.png)

docs/build/configure/components/camera/calibrate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pip3 install opencv-python
3838
{{< /alert >}}
3939

4040
Example of good images:
41-
![Example of good images](/build/configure/components/camera/calibrate/ExampleImages.png)
41+
![Example of good images](/build/configure/components/camera/calibrate/example-images.png)
4242

4343
3. Save [`cameraCalib.py`](https://github.com/viam-labs/camera-calibration/blob/main/cameraCalib.py)
4444
4. Run `python3 cameraCalib.py YOUR_PICTURES_DIRECTORY`.
File renamed without changes.

docs/get-started/installation/prepare/rpi-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ If you are using hardware that requires these protocols, you must enable support
188188

189189
1. Use your keyboard to select "Interface Options", and press return.
190190

191-
{{< imgproc alt="Screenshot of the Raspi Config screen with a red box and red arrow pointing to the '3 Interface Options' option where you can find the I2C and other drivers" src="/get-started/installation/rpi-setup/Installation-Raspberry-Pi-I2C-Raspi-Config-Interfacing-Options.png" resize="800x" declaredimensions=true >}}
191+
{{< imgproc alt="Screenshot of the Raspi Config screen with a red box and red arrow pointing to the '3 Interface Options' option where you can find the I2C and other drivers" src="/get-started/installation/rpi-setup/installation-raspberry-pi-i2c-raspiconfig-interface-options.png" resize="800x" declaredimensions=true >}}
192192

193193
1. Enable the relevant protocols to support your specific hardware. For example:
194194

File renamed without changes.

docs/sdks/Cpp.md docs/sdks/cpp.md

File renamed without changes.
File renamed without changes.

docs/sdks/Go.md docs/sdks/go.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/tutorials/projects/foam-dart-launcher.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Since we already assembled the robot, setting pin 37 to **high** launches your f
369369

370370
You can see the demo video of it in action here:
371371

372-
{{<video webm_src="/tutorials/videos/FoamDartLauncherRobotDemo.webm" mp4_src="/tutorials/videos/FoamDartLauncherRobotDemo.mp4" poster="/tutorials/foam-dart-launcher/FoamDartLauncherRobotDemo.jpg" alt="Foam Dart Launcher Demo">}}
372+
{{<video webm_src="/tutorials/videos/foam-dart-launcher-robot-demo.webm" mp4_src="/tutorials/videos/foam-dart-launcher-robot-demo.mp4" poster="/tutorials/foam-dart-launcher/foam-dart-launcher-robot-demo.jpg" alt="Foam Dart Launcher Demo">}}
373373

374374
## Troubleshooting
375375

0 commit comments

Comments
 (0)