Skip to content

Commit 928a551

Browse files
committed
[thebeginning] Fix hyperlinks
Due to missing '_' character at the end of hyperlinks, Sphinx shows those hyperlinks as raw URL.
1 parent be703ad commit 928a551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/thebeginning.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ can write the code in a file and then run the file. In this topic, we will
1010
first write the code using the interpreter, after starting Python in the
1111
command prompt (shell or terminal). If you are new to Linux command line,
1212
you can read about Linux commands in `this
13-
book <https://lym.readthedocs.io/en/latest/>`.
13+
book <https://lym.readthedocs.io/en/latest/>`_.
1414

1515

1616
The following is from Fedora 32 machine.
@@ -37,7 +37,7 @@ In our first code we are going to print "Hello World!" using the interpreter. To
3737
Using a source file
3838
=====================
3939

40-
As a serious programmer, you might want to write the above code into a source file. Use any text editor you like to create the file called helloworld.py. I used vi. You can even use GUI based tools like `Kate <https://kate-editor.org/get-it/>` or `gedit <https://wiki.gnome.org/Apps/Gedit>`.
40+
As a serious programmer, you might want to write the above code into a source file. Use any text editor you like to create the file called helloworld.py. I used vi. You can even use GUI based tools like `Kate <https://kate-editor.org/get-it/>`_ or `gedit <https://wiki.gnome.org/Apps/Gedit>`_.
4141

4242
Open a shell or terinal and perform these steps.
4343

0 commit comments

Comments
 (0)