Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move remaining image from /static to /images and make name image name… #95

Merged
merged 2 commits into from
Aug 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion desktop/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Download the Stable version for various platforms here https://github.com/fossas

You will be presented with a home screen like this.

![PSLab Desk Home screen](_static/desk_home_screen.jpg)
![PSLab Desk Home screen](images/desk_home_screen.jpg)

Click on the instrument you would like to use.
Binary file added images/barometer_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/barometer_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/barometer_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions tutorials/barometer.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Procedure :
4) On tapping the Barometer instrument the barometer instrument opens and can be used.

<table>
<tr>
<td><img src="/images/Barometer1.jpg"></td>
</tr>
<tr>
<td><img src="/images/Barometer2.jpg"></td>
</tr>
<tr>
<td><img src="/images/barometer_1.jpg"></td>
</tr>
<tr>
<td><img src="/images/barometer_2.jpg"></td>
</tr>
</table>


Expand Down
2 changes: 1 addition & 1 deletion tutorials/compass.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ To learn how to use a compass and a physical map _(although you can also use a p
### Result
**Off you go for an adventure** 🌳🌲

![Adventure](../images/navigationAdventure.jpg)
![Adventure](../images/navigation_adventure.jpg)
6 changes: 3 additions & 3 deletions tutorials/wavegenerator.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Introduction to Waves
A wave is a physical phenomenon characterized by its frequency, wavelength, and amplitude.
In general, waves transfer energy from one location to another, in which case they have a velocity.

![wave-amplitude-length](../images/wave-amplitude-length.png)
![wave-amplitude-length](../images/wave_amplitude_length.png)

Standing waves may also occur; these have no net velocity and involve no net transfer of energy. They have frequency,
wavelength and amplitude.
Expand Down Expand Up @@ -37,8 +37,8 @@ How to use the Wave Generator

<table>
<tr>
<td><img src="../images/Wave-Genarator-Analog-wave.jpg"/></td>
<td><img src="../images/Wave-Genarator-Digital-wave.jpg"/></td>
<td><img src="../images/wave_genarator_analog_wave.jpg"/></td>
<td><img src="../images/wave_genarator_digital_wave.jpg"/></td>
</tr>
</table>

Expand Down