wagtail/docs/reference
Loïc Teixeira 33aad3957f Fix internal links with anchors
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.
2016-03-06 21:05:05 +00:00
..
contrib Minor adjustment to settings docs 2016-02-04 22:18:55 +00:00
pages Fix internal links with anchors 2016-03-06 21:05:05 +00:00
hooks.rst documentation: now with 8.3% more underline 2016-02-29 15:03:28 +00:00
index.rst added some basic signals docs 2015-10-06 01:18:25 +13:00
management_commands.rst Normalise all code blocks in the docs 2015-10-05 16:55:58 +01:00
project_template.rst Remove mention of SASS / django-compressor; fix minor text errors 2015-10-15 09:21:47 +01:00
signals.rst Fix internal links with anchors 2016-03-06 21:05:05 +00:00