diff options
author | Laura Ekstrand <laura@jlekstrand.net> | 2018-05-18 16:28:49 -0700 |
---|---|---|
committer | Laura Ekstrand <laura@jlekstrand.net> | 2018-06-18 16:23:46 -0700 |
commit | aec3a93e75107b7e9715f8ee4d3603660cd7531e (patch) | |
tree | 99850b958c0a9dddcf82f65dd9815379ba77eb7c /docs/osmesa.rst | |
parent | f93d922b2d0e415ee4784412c28fb1341a32894a (diff) |
docs: Edits to fix toctrees.
ReStructured Text toctrees are used to automatically generate the
sidebar. But all top-level headings get added to it by default. In
order to workaround this, you must create one and only one
top-level heading for each page.
Diffstat (limited to 'docs/osmesa.rst')
-rw-r--r-- | docs/osmesa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/osmesa.rst b/docs/osmesa.rst index 570f119b3a..3317b5ed4e 100644 --- a/docs/osmesa.rst +++ b/docs/osmesa.rst @@ -1,5 +1,5 @@ Off-screen Rendering -==================== +'''''''''''''''''''' Mesa's off-screen interface is used for rendering into user-allocated memory without any sort of window system or operating system |