Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:devbook-guide commit in: appendices/contributing/devbook-guide/
Date: Mon, 17 Apr 2017 23:23:54
Message-Id: 1492466220.b9c01143d3999b7ef38adccd285624d48576e6d2.gokturk@gentoo
1 commit: b9c01143d3999b7ef38adccd285624d48576e6d2
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 21:57:00 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 21:57:00 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b9c01143
7
8 appendices/contributing/devbook-guide: chapter doesn't support id attribute
9
10 Remove the information on creating uri links to chapters using their
11 id attribute. This doesn't work in devmanual as expected.
12
13 appendices/contributing/devbook-guide/text.xml | 16 ----------------
14 1 file changed, 16 deletions(-)
15
16 diff --git a/appendices/contributing/devbook-guide/text.xml b/appendices/contributing/devbook-guide/text.xml
17 index 6ad3a5d..2ad0ad7 100644
18 --- a/appendices/contributing/devbook-guide/text.xml
19 +++ b/appendices/contributing/devbook-guide/text.xml
20 @@ -483,22 +483,6 @@ to <uri link="#doc_chap2_pre2">code listing 2 in chapter 2</uri>, type
21 <c>&lt;uri link="#doc_chap2_pre2"&gt;code listing 2.2&lt;/uri&gt;</c>.
22 </p>
23
24 -<p>
25 -However, some guides change often and using such "counting" can lead to broken
26 -links. In order to cope with this, you can define a name for a
27 -<c>&lt;chapter&gt;</c>, <c>&lt;section&gt;</c> or a <c>&lt;tr&gt;</c> by using
28 -the <c>id</c> attribute, and then point to that attribute, like this:
29 -</p>
30 -
31 -<pre caption="Using the id attribute">
32 -&lt;chapter id="foo"&gt;
33 -&lt;title&gt;This is foo!&lt;/title&gt;
34 -...
35 -&lt;p&gt;
36 -More information can be found in the &lt;uri link="#foo"&gt;foo chapter&lt;/uri&gt;
37 -&lt;/p&gt;
38 -</pre>
39 -
40 </body>
41 </section>
42 <section>