aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contents.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2020-06-12 20:09:42 +0200
committerMarge Bot <[email protected]>2020-06-13 10:42:00 +0000
commit4d066836e3cf307431a74eafcc8a404ce5ccea69 (patch)
treeb0e3c39a971a564126b70368ae139a6e613d183f /docs/contents.rst
parent1df5dbf51659000f74ca9511a211a7b026bfa936 (diff)
docs: convert articles to reructuredtext
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>
Diffstat (limited to 'docs/contents.rst')
-rw-r--r--docs/contents.rst86
1 files changed, 86 insertions, 0 deletions
diff --git a/docs/contents.rst b/docs/contents.rst
new file mode 100644
index 00000000000..6db72c43a72
--- /dev/null
+++ b/docs/contents.rst
@@ -0,0 +1,86 @@
+.. toctree::
+ :maxdepth: 1
+ :caption: Documentation
+ :hidden:
+
+ intro
+ self
+ developers
+ systems
+ license
+ faq
+ relnotes
+ thanks
+ conform
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Download and Install
+ :hidden:
+
+ download
+ install
+ precompiled
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Need help?
+ :hidden:
+
+ lists
+ bugs
+ webmaster
+ Mesa/DRI Wiki <https://dri.freedesktop.org/>
+
+.. toctree::
+ :maxdepth: 1
+ :caption: User Topics
+ :hidden:
+
+ shading
+ egl
+ opengles
+ envvars
+ osmesa
+ debugging
+ perf
+ extensions
+ llvmpipe
+ vmware-guest
+ postprocess
+ application-issues
+ viewperf
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Developer Topics
+ :hidden:
+
+ repository
+ sourcetree
+ utilities
+ helpwanted
+ devinfo
+ codingstyle
+ submittingpatches
+ releasing
+ release-calendar
+ sourcedocs
+ dispatch
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Links
+ :hidden:
+
+ OpenGL Website <https://www.opengl.org>
+ DRI Website <https://dri.freedesktop.org>
+ freedesktop.org <https://www.freedesktop.org>
+ Developer Blogs <https://planet.freedesktop.org>
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Hosted by:
+ :hidden:
+
+ freedesktop.org <https://planet.freedesktop.org>