Skip to content

Commit 3314be1

Browse files
Merge pull request #13 from pace-gatech/fix_readme_links
Fixed README links
2 parents fa0d374 + 49a6aa8 commit 3314be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When using Visual Studios Code (VScode), the '# %%' above each section makes it
4747

4848
## Run the test cases (unit tests) using pytest
4949

50-
The python_github_tutorial software tests the installation using `pytest <https://docs.pytest.org/en/stable/>`_.
50+
The python_github_tutorial software tests the installation using [pytest](https://docs.pytest.org/en/stable/).
5151
The unit tests via ``pytest`` ensure that the code is build properly, running correctly and producing
5252
accurate results.
5353

@@ -78,7 +78,7 @@ Building these HTML files locally via sphinx, which will allow you to access the
7878
local internet browsing application or HTML viewer (chrome, safari, VScode, etc.).
7979
The HTML files will be located in the ``docs/_build/html`` directory after they are built.
8080

81-
The python_github_tutorial utilizes `sphinx <https://www.sphinx-doc.org/en/master/index.html>`_ to construct the documentation.
81+
The python_github_tutorial utilizes [sphinx](https://www.sphinx-doc.org/en/master/index.html) to construct the documentation.
8282
The user can build the documentation locally by executing the following command from the ``docs`` directory:
8383

8484
`conda activate python_github_tutorial`

0 commit comments

Comments
 (0)