Skip to content

Commit db28b6a

Browse files
authored
Update index.md
1 parent 484b00f commit db28b6a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/src/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
```@meta
44
CurrentModule = ControlSystems
5+
doctestfilters = [
6+
r"{([a-zA-Z0-9]+,\s?)+[a-zA-Z0-9]+}",
7+
r"(Array{[a-zA-Z0-9]+,\s?1}|Vector{[a-zA-Z0-9]+})",
8+
r"(Array{[a-zA-Z0-9]+,\s?2}|Matrix{[a-zA-Z0-9]+})",
9+
]
510
```
611

712
## Guide

0 commit comments

Comments
 (0)