We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457e853 commit 4c79170Copy full SHA for 4c79170
_docs/phase3.rst
@@ -24,10 +24,10 @@ module into a legitimate Python package. The new directory structure is
24
│ ├── test_parser.py
25
│ └── test_summary.py
26
27
-- ***lib/*** contains re-usable bits of code.
28
-- ***scripts/*** contains...well..scripts that leverage our re-usable
+- ``lib/`` contains re-usable bits of code.
+- ``scripts/`` contains...well..scripts that leverage our re-usable
29
code.
30
-- ***tests/*** contains tests for re-usable bits of code and related
+- ``tests/`` contains tests for re-usable bits of code and related
31
fixtures.
32
33
Note that we did not change any of our functions. Mostly we just
0 commit comments