Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.graphing/documentation/tocconcepts.xml')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphing/documentation/tocconcepts.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing/documentation/tocconcepts.xml b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing/documentation/tocconcepts.xml
new file mode 100644
index 0000000000..25abcb96cd
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing/documentation/tocconcepts.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="Concepts" link_to="toc.xml#concepts">
+ <topic label="DataTable" href="documentation/html/concepts/dataTable.html" />
+ <topic label="Graph Types" href="documentation/html/concepts/graphTypes.html" />
+
+ <topic label="Line Graph" href="documentation/html/concepts/graphTypes/lineGraph.html" />
+ <topic label="Multi-Line Graph" href="documentation/html/concepts/graphTypes/multiLineGraph.html" />
+ <topic label="Bar Graph" href="documentation/html/concepts/graphTypes/barGraph.html" />
+ <topic label="Multi-Bar Graph" href="documentation/html/concepts/graphTypes/multiBarGraph.html" />
+ <topic label="Scatter Graph" href="documentation/html/concepts/graphTypes/scatterGraph.html" />
+ <topic label="Multi-Scatter Graph" href="documentation/html/concepts/graphTypes/multiScatterGraph.html" />
+
+ <topic label="Filters" href="documentation/html/concepts/filters.html" />
+ <topic label="Graph Interaction" href="documentation/html/concepts/graphInteraction.html" />
+</toc>

Back to the top