aboutsummaryrefslogtreecommitdiffstats
path: root/docs/relnotes/19.1.0.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: escape trailing underscores properlyErik Faye-Lund2020-06-131-11/+11
| | | | | | | | | In reStructuredText, a trailing underscore means a hyperlink reference, but it seems pandoc doesn't get this right for symbols that have already been escaped. So let's manually fix these up. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: escape asterisksErik Faye-Lund2020-06-131-1/+1
| | | | | | | | Seems pandoc messed these up, and left out some escpaing. Let's fix it up by hand. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: convert articles to reructuredtextErik Faye-Lund2020-06-131-0/+4677
This uses the previously added scripts to convert the documentation to reStructuredText, which is both easier to read offline, and can be used to generate modern HTML for online documentation. No modification to the generated results have been done. Acked-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>