From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B82C5158451 for ; Mon, 8 Jan 2024 08:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00D182BC01B; Mon, 8 Jan 2024 08:40:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAC0B2BC01B for ; Mon, 8 Jan 2024 08:40:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2251934329E for ; Mon, 8 Jan 2024 08:40:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A05595D for ; Mon, 8 Jan 2024 08:40:17 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1704703204.d1f38963edf29c36d8be897c331aeabb2d9b7a1e.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgdev:main commit in: doc/ X-VCS-Repository: proj/pkgcore/pkgdev X-VCS-Files: doc/index.rst doc/news.rst X-VCS-Directories: doc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d1f38963edf29c36d8be897c331aeabb2d9b7a1e X-VCS-Branch: main Date: Mon, 8 Jan 2024 08:40:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82846fb6-c4e1-4151-b71b-38c4d5629011 X-Archives-Hash: dcff3a0caa4bdc1431a8663f43eac385 commit: d1f38963edf29c36d8be897c331aeabb2d9b7a1e Author: Arthur Zamarin gentoo org> AuthorDate: Mon Jan 8 08:40:04 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Jan 8 08:40:04 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=d1f38963 docs: add some explanation to main page Signed-off-by: Arthur Zamarin gentoo.org> doc/index.rst | 5 +++++ doc/news.rst | 1 + 2 files changed, 6 insertions(+) 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