Commit f52eb56 1 parent eebda36 commit f52eb56 Copy full SHA for f52eb56
File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,15 @@ Quickly match many regexes against a string. Provides 2-10x speedups over naïve
5
5
You can also link to code in the auto-generated API documentation:
6
6
7
7
<!-- Lengthy version -->
8
+
8
9
See our fancy [ ` get_pattern_candidates ` ] ( api-documentation/#multiregex.RegexMatcher.get_pattern_candidates ) method.
9
10
10
11
<!--
11
12
Shorthand "Cross-references":
12
13
https://mkdocstrings.github.io/usage/#cross-references
13
14
Note the [][] syntax!
14
15
-->
16
+
15
17
In case you forgot to check the [ ` get_pattern_candidates ` ] [ multiregex.RegexMatcher.get_pattern_candidates ] method!
16
18
17
19
[ API Documentation] ( api-documentation.md )
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ Allows to highlight the specific entry that is jumped to when clicking on an int
4
4
: target {
5
5
border : 1px solid red;
6
6
border-radius : 5px ;
7
- }
7
+ }
Original file line number Diff line number Diff line change 35
35
36
36
# For the optional feature of highlighting selected element after jumping to it
37
37
extra_css :
38
- - ' styles/custom.css'
38
+ - styles/custom.css
39
39
40
40
repo_name : quantco/multiregex
41
41
repo_url : https://github.com/quantco/multiregex
You can’t perform that action at this time.
0 commit comments