mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-17 06:20:31 +00:00
Generating links with `link text <./path/to/doc#anchor>`__ does not work for html. It produces a link to `./path/to/doc#anchor` instead of `./path/to/doc.html#anchor`. It would be tempting to add `.html` before `#` but would likely cause some more issues when generating the documentation as pdf or epub. References on the other hand will work regardless of the output format. |
||
|---|---|---|
| .. | ||
| index.rst | ||
| model_recipes.rst | ||
| model_reference.rst | ||
| panels.rst | ||
| queryset_reference.rst | ||
| theory.rst | ||