diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-08-28 17:21:56 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-08-29 10:32:16 +0200 |
commit | 146aea8b8630b42a60ace3720ec4bc01be409617 (patch) | |
tree | c18ddf8ac192cd91c8b32a0b54d9905a8e75aeea | |
parent | 730f14e7ac426273eba445a78cf59bb1b5334af2 (diff) |
doc: Split out README.rst
Again this is just to make things look neater on gitlab. For the
curious, I pushed this series to
https://gitlab.freedesktop.org/drm/maintainer-tools/tree/master
Long-term we might want o polish this more, especially in case we
decide to embrace gitlab merge requests and issues for
maintainer-tools. But this should be good enough for now.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
-rw-r--r-- | README.rst | 16 | ||||
-rw-r--r-- | index.rst | 16 |
2 files changed, 17 insertions, 15 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 000000000000..89f7cbdebffd --- /dev/null +++ b/README.rst @@ -0,0 +1,16 @@ +This documentation covers the tools and workflows for maintaining and +contributing to the Linux kernel DRM subsystem's drm-misc and drm-intel +repositories. The intended audience is primarily the maintainers and committers +of said repositories, but the workflow documentation may be useful for anyone +interested in the kernel graphics subsystem development. + +Both drm-misc and drm-intel are maintained using the same tools and very similar +workflows. Both feed to the same testing and integration tree, the drm-tip. The +documentation here is mostly shared, highlighting the differences in workflows +where applicable. + +Please use the `dim-tools@lists.freedesktop.org`_ mailing list for +contributions, bug reports, and discussion about the tooling and documentation. + +.. _dim-tools@lists.freedesktop.org: https://lists.freedesktop.org/mailman/listinfo/dim-tools + diff --git a/index.rst b/index.rst index b7db12f29d33..46ba235514c8 100644 --- a/index.rst +++ b/index.rst @@ -1,21 +1,7 @@ DRM Maintainer Tools ==================== -This documentation covers the tools and workflows for maintaining and -contributing to the Linux kernel DRM subsystem's drm-misc and drm-intel -repositories. The intended audience is primarily the maintainers and committers -of said repositories, but the workflow documentation may be useful for anyone -interested in the kernel graphics subsystem development. - -Both drm-misc and drm-intel are maintained using the same tools and very similar -workflows. Both feed to the same testing and integration tree, the drm-tip. The -documentation here is mostly shared, highlighting the differences in workflows -where applicable. - -Please use the `dim-tools@lists.freedesktop.org`_ mailing list for -contributions, bug reports, and discussion about the tooling and documentation. - -.. _dim-tools@lists.freedesktop.org: https://lists.freedesktop.org/mailman/listinfo/dim-tools +.. include:: README.rst Contents: |