Skip to content

Commit ad3fe85

Browse files
committed
Revert figure to image, add alt text. No caption required IMO.
1 parent 0c6b4a0 commit ad3fe85

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

docs/source/programming_resources/shared/choosing_program_lang/choosing-program-lang.rst

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ modes. This tool is recommended for novice programmers and for users
1919
who prefer to design their op modes visually, using a drag-and-drop
2020
interface.
2121

22-
.. figure:: images/BlocksPicture1.jpg
23-
:alt:
24-
:width: 75%
25-
:class: no-scaled-link
26-
27-
Blocks Programming Tool showing a graphical Blocks program.
22+
.. image:: images/BlocksPicture1.jpg
23+
:alt: Blocks Programming Tool showing a graphical Blocks program
2824

2925
The OnBot Java Programming Tool
3026
-------------------------------
@@ -34,12 +30,8 @@ their Java op modes. This tool is recommended for programmers who
3430
have basic to advanced Java skills and who would like to write
3531
text-based op modes.
3632

37-
.. figure:: images/onBotJavaScreen.jpg
38-
:alt:
39-
:width: 75%
40-
:class: no-scaled-link
41-
42-
OnBot Java Programming Tool showing Java source code.
33+
.. image:: images/onBotJavaScreen.jpg
34+
:alt: OnBot Java Programming Tool showing Java source code
4335

4436
Android Studio
4537
--------------
@@ -49,12 +41,8 @@ professional Android app developers use. Android Studio is only
4941
recommended for advanced users who have extensive Java programming
5042
experience.
5143

52-
.. figure:: images/androidStudioScreen.jpg
53-
:alt:
54-
:width: 50%
55-
:class: no-scaled-link
56-
57-
Android Studio showing Java source code.
44+
.. image:: images/androidStudioScreen.jpg
45+
:alt: Android Studio showing Java source code
5846

5947
Recommendations
6048
---------------
@@ -69,12 +57,8 @@ The OnBot Java Programming Tool is similar to the Blocks Programming
6957
Tool. However, OnBot Java is a text-based tool and it requires that the
7058
user have a sound understanding of the Java programming language.
7159

72-
.. figure:: images/ipadPhoneChromebook.jpg
73-
:alt:
74-
:width: 50%
75-
:class: no-scaled-link
76-
77-
A tablet, phone, and laptop each showing the programming tools in use.
60+
.. image:: images/ipadPhoneChromebook.jpg
61+
:alt: A tablet, a phone, and a laptop each showing the programming tools in use
7862

7963
It is important to note that with the Blocks Programming Tool and the
8064
OnBot Java Programming Tool, a user only needs a web browser to create,

0 commit comments

Comments
 (0)