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><uri link="#doc_chap2_pre2">code listing 2.2</uri></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><chapter></c>, <c><section></c> or a <c><tr></c> by using -the <c>id</c> attribute, and then point to that attribute, like this: -</p> - -<pre caption="Using the id attribute"> -<chapter id="foo"> -<title>This is foo!</title> -... -<p> -More information can be found in the <uri link="#foo">foo chapter</uri> -</p> -</pre> - </body> </section> <section>
