summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.rst4
-rw-r--r--RELEASE_NOTES.rst6
-rw-r--r--docs/api-objects.rst6
-rw-r--r--docs/api/modules.rst4
-rw-r--r--docs/changelog.rst1
-rw-r--r--docs/index.rst2
-rw-r--r--docs/release_notes.rst1
7 files changed, 14 insertions, 10 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 2e51dbf..8e141d1 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,5 @@
-python-gitlab Changelog
-=======================
+ChangeLog
+=========
Version 0.19_ - 2017-02-21
---------------------------
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 669e00e..d107aaa 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -1,6 +1,6 @@
-###############################
-Release notes for python-gitlab
-###############################
+#############
+Release notes
+#############
This page describes important changes between python-gitlab releases.
diff --git a/docs/api-objects.rst b/docs/api-objects.rst
index 010e9d6..78b9646 100644
--- a/docs/api-objects.rst
+++ b/docs/api-objects.rst
@@ -1,6 +1,6 @@
-########################
-API objects manipulation
-########################
+############
+API examples
+############
.. toctree::
:maxdepth: 1
diff --git a/docs/api/modules.rst b/docs/api/modules.rst
index 7b09ae1..3ec5a68 100644
--- a/docs/api/modules.rst
+++ b/docs/api/modules.rst
@@ -1,5 +1,5 @@
-gitlab
-======
+API documentation
+=================
.. toctree::
:maxdepth: 4
diff --git a/docs/changelog.rst b/docs/changelog.rst
new file mode 100644
index 0000000..91bdab9
--- /dev/null
+++ b/docs/changelog.rst
@@ -0,0 +1 @@
+.. include:: ../ChangeLog.rst
diff --git a/docs/index.rst b/docs/index.rst
index 54472fe..a1df804 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,6 +11,8 @@ Contents:
.. toctree::
:maxdepth: 2
+ changelog
+ release_notes
install
cli
api-usage
diff --git a/docs/release_notes.rst b/docs/release_notes.rst
new file mode 100644
index 0000000..db74610
--- /dev/null
+++ b/docs/release_notes.rst
@@ -0,0 +1 @@
+.. include:: ../RELEASE_NOTES.rst