-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
60 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
StylesPath = styles | ||
|
||
[test.rst] | ||
Test.Rule = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
extends: substitution | ||
ignorecase: false | ||
level: error | ||
message: "Use '%s' rather than '%s'." | ||
action: | ||
name: replace | ||
swap: | ||
BIG needles: BIG Needles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
############### | ||
Picking Needles | ||
############### | ||
|
||
.. contents:: | ||
:depth: 2 | ||
:local: | ||
:backlinks: none | ||
|
||
|
||
***************** | ||
About BIG Needles | ||
***************** | ||
|
||
BIG needles with lowercase n is not matched under the following conditions: | ||
|
||
* I use a B in BIG. | ||
* I use the preceding contents directive. | ||
|
||
However... | ||
|
||
* Changing the preceding heading to PIG Needles, and then BIG needles is matched. | ||
* Remove the contents directive, and then BIG needles is matched. | ||
|
||
But, in other places BIG needles is matched. | ||
|
||
.. note:: | ||
|
||
Other times, BIG needles is found. |