diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-06-14 11:11:44 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-06-14 11:12:35 -0500 |
| commit | 3c3cad5ae6f050150931373e1472098671779973 (patch) | |
| tree | e321a3cb2622fa666eeae9b379fb6d4c97320ba9 /.gitignore | |
| parent | 9285252fbcbe4db654bc69621210883380fb6981 (diff) | |
docs: Improve 5.0.x <-> main branch doc linkrot
This improves, but does not entirely fix, the broken links that result
from the autoapi change. It fixes module-level links, but class links
still do not work (e.g., /shared-bindings/displayio/Palette.html (5.0.x)
is now just /shared-bindings/displayio/#displayio.Palette).
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f5edb89f0..8a773970d 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ _build ###################### genrst/ /autoapi/ +/shared-bindings/**/*.rst # ctags and similar ################### |
