File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/ ) .
5151The unit tests via `` pytest `` ensure that the code is build properly, running correctly and producing
5252accurate results.
5353
@@ -78,7 +78,7 @@ Building these HTML files locally via sphinx, which will allow you to access the
7878local internet browsing application or HTML viewer (chrome, safari, VScode, etc.).
7979The 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.
8282The user can build the documentation locally by executing the following command from the `` docs `` directory:
8383
8484` conda activate python_github_tutorial `
You can’t perform that action at this time.
0 commit comments