diff options
author | Jani Nikula <jani.nikula@intel.com> | 2016-06-21 14:48:57 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-06-21 14:15:04 +0200 |
commit | cb597fcea5c2835f7faef77c0d0ed5016566cca2 (patch) | |
tree | 7624f10a1d722bbceb7e5e0ee3164deba7c4111d /Documentation/index.rst | |
parent | 6605ca0f0ed309d623b0d1dd37e5447cc21e417d (diff) | |
download | linux-cb597fcea5c2835f7faef77c0d0ed5016566cca2.tar.gz linux-cb597fcea5c2835f7faef77c0d0ed5016566cca2.tar.bz2 linux-cb597fcea5c2835f7faef77c0d0ed5016566cca2.zip |
Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmpl
This is the first step towards converting the DocBook gpu.tmpl to Sphinx
and reStructuredText, the new kernel documentation tool and markup.
Use Jon's "cheesy conversion script" in Documentation/sphinx/tmplcvt to
do the rough conversion. Do the manual edits in follow-up patches. Add a
new Documentation/gpu directories for the graphics related
documentation. (Hooray, now we can have directories based on topics
rather than tools under Documentation.)
We also won't remove the DocBook gpu.tmpl yet so it's easier to build
both and compare the results for parity.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/bc7b4f9ac037632e0c8469c079d21fad5eaa39a0.1466506505.git.jani.nikula@intel.com
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 71a276f34c7f..dacc77b43c29 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -13,6 +13,7 @@ Contents: .. toctree:: :maxdepth: 2 + gpu/index Indices and tables ================== |