-
-
Notifications
You must be signed in to change notification settings - Fork 864
Fix some markup (including 2 false-positives). #957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -833,9 +833,9 @@ Testing | |
|
||
There are three files that contain tests for the grammar and the parser: | ||
|
||
* `Lib/test/test_grammar.py`. | ||
* `Lib/test/test_syntax.py`. | ||
* `Lib/test/test_exceptions.py`. | ||
* ``Lib/test/test_grammar.py``. | ||
* ``Lib/test/test_syntax.py``. | ||
* ``Lib/test/test_exceptions.py``. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These were actual errors. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe just link the actual files (on GitHub instead)? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That would be a good improvement for another PR. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
Check the contents of these files to know which is the best place to place new tests depending | ||
on the nature of the new feature you are adding. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -258,8 +258,9 @@ times. | |
|
||
Filing the Issue | ||
================ | ||
Once you have increased coverage, you need to create an issue on the | ||
`issue tracker`_ and submit a :ref:`pull request <pullrequest>`. | ||
Once you have increased coverage, | ||
you need to create an issue on the `issue tracker`_ and | ||
submit a :ref:`pull request <pullrequest>`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is another workaround: by reflowing the paragraph I avoid having the link and the |
||
|
||
|
||
Measuring coverage of C code with gcov and lcov | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a workaround for one of the two false positives. It's semantically (and syntactically) valid, and solves the error reported by
sphinx-lint
.It is rendered as

with the variable part in italic.