Skip to content

Commit f52eb56

Browse files
committed
Pre-commit changes
1 parent eebda36 commit f52eb56

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ Quickly match many regexes against a string. Provides 2-10x speedups over naïve
55
You can also link to code in the auto-generated API documentation:
66

77
<!-- Lengthy version -->
8+
89
See our fancy [`get_pattern_candidates`](api-documentation/#multiregex.RegexMatcher.get_pattern_candidates) method.
910

1011
<!--
1112
Shorthand "Cross-references":
1213
https://mkdocstrings.github.io/usage/#cross-references
1314
Note the [][] syntax!
1415
-->
16+
1517
In case you forgot to check the [`get_pattern_candidates`][multiregex.RegexMatcher.get_pattern_candidates] method!
1618

1719
[API Documentation](api-documentation.md)

docs/styles/custom.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Allows to highlight the specific entry that is jumped to when clicking on an int
44
:target {
55
border: 1px solid red;
66
border-radius: 5px;
7-
}
7+
}

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ theme:
3535

3636
# For the optional feature of highlighting selected element after jumping to it
3737
extra_css:
38-
- 'styles/custom.css'
38+
- styles/custom.css
3939

4040
repo_name: quantco/multiregex
4141
repo_url: https://github.com/quantco/multiregex

0 commit comments

Comments
 (0)