aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-01-08 10:40:04 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-01-08 10:40:04 +0200
commitd1f38963edf29c36d8be897c331aeabb2d9b7a1e (patch)
treef870ca9fef0f4a48b8105a710104394e1bcd77a5
parentargparse: better handling of ~/.bugzrc (diff)
downloadpkgdev-d1f38963edf29c36d8be897c331aeabb2d9b7a1e.tar.gz
pkgdev-d1f38963edf29c36d8be897c331aeabb2d9b7a1e.tar.bz2
pkgdev-d1f38963edf29c36d8be897c331aeabb2d9b7a1e.zip
docs: add some explanation to main page
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--doc/index.rst5
l---------doc/news.rst1
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 8fa4ae2..1f8754f 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -1,6 +1,10 @@
Welcome to pkgdev's documentation!
==================================
+``pkgdev`` is collection of tools for Gentoo development, from generating
+commit messages, to pushing commits to the repository, to filing stable
+requests bugs, to testing packages in a special environment.
+
Contents:
.. toctree::
@@ -16,6 +20,7 @@ Contents:
man/pkgdev/showkw
man/pkgdev/tatt
man/config
+ news
Indices and tables
==================
diff --git a/doc/news.rst b/doc/news.rst
new file mode 120000
index 0000000..e013575
--- /dev/null
+++ b/doc/news.rst
@@ -0,0 +1 @@
+../NEWS.rst \ No newline at end of file