|
From: <ai...@us...> - 2008-09-25 22:42:47
|
Revision: 8826
http://plplot.svn.sourceforge.net/plplot/?rev=8826&view=rev
Author: airwin
Date: 2008-09-25 22:42:37 +0000 (Thu, 25 Sep 2008)
Log Message:
-----------
Apply id attributes to <part> tags and complete the id attributes for all
<sect1> tags to replace the remaining "numerical" (e.g., "x13759.html")
html file names with meaningful names.
Modified Paths:
--------------
trunk/doc/docbook/src/api-compat.xml
trunk/doc/docbook/src/plplotdoc.xml.in
Modified: trunk/doc/docbook/src/api-compat.xml
===================================================================
--- trunk/doc/docbook/src/api-compat.xml 2008-09-25 22:37:50 UTC (rev 8825)
+++ trunk/doc/docbook/src/api-compat.xml 2008-09-25 22:42:37 UTC (rev 8826)
@@ -53,7 +53,7 @@
PLplot, released on &Release-Date;.
</para>
- <sect1>
+ <sect1 id="api_definition">
<title>
What is in the API?
</title>
@@ -84,7 +84,7 @@
</sect1>
- <sect1>
+ <sect1 id="api_regression_tests">
<title>
Regression test for backwards compatibility
</title>
Modified: trunk/doc/docbook/src/plplotdoc.xml.in
===================================================================
--- trunk/doc/docbook/src/plplotdoc.xml.in 2008-09-25 22:37:50 UTC (rev 8825)
+++ trunk/doc/docbook/src/plplotdoc.xml.in 2008-09-25 22:42:37 UTC (rev 8826)
@@ -358,12 +358,12 @@
<toc></toc>
<!-- <lot></lot> -->
- <part>
+ <part id="part_introduction">
<title> Introduction </title>
&chap-intro;
</part>
- <part>
+ <part id="part_programming">
<title> Programming </title>
&chap-simple;
&chap-advanced;
@@ -371,7 +371,7 @@
&chap-drivers;
</part>
- <part>
+ <part id="part_bindings">
<title> Language Bindings </title>
&chap-ada;
&chap-c;
@@ -385,7 +385,7 @@
&chap-gui;
</part>
- <part>
+ <part id="part_reference">
<title> Reference </title>
&chap-bibliography;
&chap-api;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|