aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/index.rst16
2 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md
index 324cdf0a..b9422747 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Issue Tracker][5]
The [sos-devel][4] is the mailing list for any sos-related questions and
discussion. Patch submissions and reviews are welcome too.
-## Developers
+## Patches and pull requests
Patches can be submitted via the mailing list or as GitHub pull requests. If
using GitHub please make sure your branch applies to the current master as a
diff --git a/docs/index.rst b/docs/index.rst
index 10e0c691..77fa5eba 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -25,13 +25,18 @@ Mailing list
`sos-devel <https://www.redhat.com/mailman/listinfo/sos-devel>`_ is the mailing list for any sos-related questions and discussion. Patch submissions and reviews are welcome too.
-Developers
-^^^^^^^^^^
+Patches and pull requests
+^^^^^^^^^^^^^^^^^^^^^^^^^
Patches can be submitted via the mailing list or as GitHub pull requests. If using GitHub please make sure your branch applies to the current master as a 'fast forward' merge (i.e. without creating a merge commit). Use the git rebase command to update your branch to the current master if necessary.
-Wiki documentation
-^^^^^^^^^^^^^^^^^^
+Documentation
+=============
+
+User and API `documentation <http://sos.readthedocs.org/en/latest/index.html#>`_ is automatically generated using `Sphinx <http://sphinx-doc.org/>`_ and `Read the Docs <https://www.readthedocs.org/>`_.
+
+Wiki
+^^^^
`How to write a plugin <https://github.com/sosreport/sos/wiki/How-to-Write-a-Plugin>`_
@@ -41,6 +46,9 @@ Wiki documentation
To help get your changes merged quickly with as few revisions as possible please refer to the `Contributor Guidelines <https://github.com/sosreport/sos/wiki/Contribution-Guidelines>`_ when submitting patches or pull requests.
+Installation
+============
+
Manual Installation
^^^^^^^^^^^^^^^^^^^