diff options
author | 2017-04-17 17:57:00 -0400 | |
---|---|---|
committer | 2017-04-17 17:57:00 -0400 | |
commit | b9c01143d3999b7ef38adccd285624d48576e6d2 (patch) | |
tree | f90098a8e32f6cf278d19dd506cd6645ed9861e8 /appendices | |
parent | appendices/contributing/devbook-guide: remove information on definition lists (diff) | |
download | devmanual-b9c01143d3999b7ef38adccd285624d48576e6d2.tar.gz devmanual-b9c01143d3999b7ef38adccd285624d48576e6d2.tar.bz2 devmanual-b9c01143d3999b7ef38adccd285624d48576e6d2.zip |
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.
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/contributing/devbook-guide/text.xml | 16 |
1 files changed, 0 insertions, 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> |