diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-03-17 17:00:33 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-03-17 17:00:37 +0100 |
commit | ea0759d71c6678b8ce65791535a9be1675d9cfab (patch) | |
tree | 9767472a82c1ae1e59878dda3e551014600db585 | |
parent | 99e6f65fb965aefc09ecba67f7155baf2c4379a6 (diff) | |
download | gitlab-ea0759d71c6678b8ce65791535a9be1675d9cfab.tar.gz |
Include chanlog and release notes in docs
-rw-r--r-- | ChangeLog.rst | 4 | ||||
-rw-r--r-- | RELEASE_NOTES.rst | 6 | ||||
-rw-r--r-- | docs/api-objects.rst | 6 | ||||
-rw-r--r-- | docs/api/modules.rst | 4 | ||||
-rw-r--r-- | docs/changelog.rst | 1 | ||||
-rw-r--r-- | docs/index.rst | 2 | ||||
-rw-r--r-- | docs/release_notes.rst | 1 |
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 |