commit:     b9c01143d3999b7ef38adccd285624d48576e6d2
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 21:57:00 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 21:57:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b9c01143

appendices/contributing/devbook-guide: chapter doesn't support id attribute

Remove the information on creating uri links to chapters using their
id attribute. This doesn't work in devmanual as expected.

 appendices/contributing/devbook-guide/text.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/appendices/contributing/devbook-guide/text.xml 
b/appendices/contributing/devbook-guide/text.xml
index 6ad3a5d..2ad0ad7 100644
--- a/appendices/contributing/devbook-guide/text.xml
+++ b/appendices/contributing/devbook-guide/text.xml
@@ -483,22 +483,6 @@ to <uri link="#doc_chap2_pre2">code listing 2 in chapter 
2</uri>, type
 <c>&lt;uri link="#doc_chap2_pre2"&gt;code listing 2.2&lt;/uri&gt;</c>.
 </p>
 
-<p>
-However, some guides change often and using such "counting" can lead to broken
-links. In order to cope with this, you can define a name for a
-<c>&lt;chapter&gt;</c>, <c>&lt;section&gt;</c> or a <c>&lt;tr&gt;</c> by using
-the <c>id</c> attribute, and then point to that attribute, like this:
-</p>
-
-<pre caption="Using the id attribute">
-&lt;chapter id="foo"&gt;
-&lt;title&gt;This is foo!&lt;/title&gt;
-...
-&lt;p&gt;
-More information can be found in the &lt;uri link="#foo"&gt;foo 
chapter&lt;/uri&gt;
-&lt;/p&gt;
-</pre>
-
 </body>
 </section>
 <section>

Reply via email to