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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E52BF139695 for ; Mon, 17 Apr 2017 23:23:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CCD6E0CC7; Mon, 17 Apr 2017 23:23:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19CACE0BC1 for ; Mon, 17 Apr 2017 23:23:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D70CA34162D for ; Mon, 17 Apr 2017 23:23:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4499B7437 for ; Mon, 17 Apr 2017 23:23:50 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1492466876.4cbf0bacaee312eb0b240205d5566a6660833814.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:devbook-guide commit in: appendices/contributing/devbook-guide/ X-VCS-Repository: proj/devmanual X-VCS-Files: appendices/contributing/devbook-guide/text.xml X-VCS-Directories: appendices/contributing/devbook-guide/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 4cbf0bacaee312eb0b240205d5566a6660833814 X-VCS-Branch: devbook-guide Date: Mon, 17 Apr 2017 23:23:50 +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-Archives-Salt: 1d6dcc6f-536f-4bbd-90a1-923f5cc50402 X-Archives-Hash: 8d152f1ce69bd3044aacd65524674131 commit: 4cbf0bacaee312eb0b240205d5566a6660833814 Author: Göktürk Yüksek gentoo org> AuthorDate: Mon Apr 17 22:07:56 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Mon Apr 17 22:07:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=4cbf0bac appendices/contributing/devbook-guide: remove the section on FAQ We do not have FAQ in devmanual and it doesn't render . appendices/contributing/devbook-guide/text.xml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/appendices/contributing/devbook-guide/text.xml b/appendices/contributing/devbook-guide/text.xml index 2ad0ad7..ce4749e 100644 --- a/appendices/contributing/devbook-guide/text.xml +++ b/appendices/contributing/devbook-guide/text.xml @@ -485,30 +485,6 @@ to code listing 2 in chapter 2, type -
-FAQs - - -

-FAQ documents need to start with a list of questions with links to their -answers. Creating such a list is both time-consuming and error-prone. The list -can be created automatically if you use a faqindex element as the first -chapter of your document. This element has the same structure as a -chapter to allow some introductory text. The structure of the document -is expected to be split into chapters (at least one chapter) containing -sections, each section containing one question specified in its title -element with the answer in its body. The FAQ index will appear as one -section per chapter and one link per question. -

- -

-A quick look at a FAQ and its source should make the above -obvious. -

- - -