diff options
author | Corbin Simpson <[email protected]> | 2009-12-20 15:00:40 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-12-20 15:00:40 -0800 |
commit | c686e17e52eb9964137fd1a46fbbc96e368b6286 (patch) | |
tree | 46c6d5e3c4374b7557bdca513e52142a4ef03229 /src/gallium/docs/source/index.rst | |
parent | 65ecbdd49c130fbc790cd37d7c035349c70259a4 (diff) |
Add Gallium docs.
In Sphinx/ReST format.
Diffstat (limited to 'src/gallium/docs/source/index.rst')
-rw-r--r-- | src/gallium/docs/source/index.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/gallium/docs/source/index.rst b/src/gallium/docs/source/index.rst new file mode 100644 index 00000000000..f93d1cafa99 --- /dev/null +++ b/src/gallium/docs/source/index.rst @@ -0,0 +1,24 @@ +.. Gallium documentation master file, created by + sphinx-quickstart on Sun Dec 20 14:09:05 2009. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Gallium's documentation! +=================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + intro + tgsi + cso + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |