diff options
-rw-r--r-- | docs/index.rst | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index dbb4a4ddec..8d00808c18 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,94 @@ +.. toctree:: + :maxdepth: 1 + :caption: Documentation + :hidden: + + intro + developers + systems + license + faq + relnotes + thanks + conformance + +.. toctree:: + :maxdepth: 1 + :caption: Download / Install + :hidden: + + download + install + autoconf + precompiled + +.. toctree:: + :maxdepth: 1 + :caption: Resources + :hidden: + + lists + bugs + webmaster + useful-links + +.. toctree:: + :maxdepth: 1 + :caption: Developer Topics + :hidden: + + repository + sourcetree + utilities + helpwanted + devinfo + codingstyle + submittingpatches + releasing + sourcedocs + dispatch + +.. toctree:: + :maxdepth: 1 + :caption: User Topics + :hidden: + + shading + egl + opengles + envvars + osmesa + debugging + perf + extensions + mangling + llvmpipe + vmware-guest + xlibdriver + postprocess + application-issues + viewperf + + +.. toctree:: + :maxdepth: 1 + :caption: Links + :hidden: + + Gallium Documentation <https://gallium.readthedocs.io/en/latest/> + NIR Documentation <https://people.freedesktop.org/~cwabbott0/nir-docs/> + OpenGL website <https://www.opengl.org/> + DRI website <https://dri.freedesktop.org/> + Developer blogs <https://planet.freedesktop.org/> + + +.. toctree:: + :maxdepth: 1 + :caption: Hosted by + :hidden: + + freedesktop <https://freedesktop.org/> + News ==== |