summaryrefslogtreecommitdiffstats
path: root/navtreedata.js
diff options
context:
space:
mode:
authorbyrnHDF <byrnHDF@users.noreply.github.com>2023-06-26 19:22:17 (GMT)
committerbyrnHDF <byrnHDF@users.noreply.github.com>2023-06-26 19:22:17 (GMT)
commitd12e43bc201e15edffcdf94fe820aeae6ab44882 (patch)
tree90aa12006b20849b65b7bc8e3d4fe60a488f7247 /navtreedata.js
parent4d49d1ee001bd4dff6b01e1830902bee22a19f3e (diff)
downloadhdf5-d12e43bc201e15edffcdf94fe820aeae6ab44882.zip
hdf5-d12e43bc201e15edffcdf94fe820aeae6ab44882.tar.gz
hdf5-d12e43bc201e15edffcdf94fe820aeae6ab44882.tar.bz2
deploy: ab4d2aec9779b7a37747c95bd7b514417b299f73
Diffstat (limited to 'navtreedata.js')
-rw-r--r--navtreedata.js51
1 files changed, 51 insertions, 0 deletions
diff --git a/navtreedata.js b/navtreedata.js
new file mode 100644
index 0000000..e3bf2a7
--- /dev/null
+++ b/navtreedata.js
@@ -0,0 +1,51 @@
+/*
+ @licstart The following is the entire license notice for the JavaScript code in this file.
+
+ The MIT License (MIT)
+
+ Copyright (C) 1997-2020 by Dimitri van Heesch
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
+ and associated documentation files (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge, publish, distribute,
+ sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all copies or
+ substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+ @licend The above is the entire license notice for the JavaScript code in this file
+*/
+var NAVTREE =
+[
+ [ "HDF5", "index.html", [
+ [ "Overview", "index.html", null ],
+ [ "Getting started", "_getting_started.html", null ],
+ [ "User Guide", "_u_g.html", null ],
+ [ "Reference Manual", "_r_m.html", null ],
+ [ "Glossary", "_g_l_s.html", null ],
+ [ "Application Developer's Guide", "^https://portal.hdfgroup.org/display/HDF5/HDF5+Application+Developer%27s+Guide", null ],
+ [ "Specifications", "_s_p_e_c.html", null ],
+ [ "Cookbook", "_cookbook.html", null ],
+ [ "Technical Notes", "_t_n.html", null ],
+ [ "HDF5 VOL Connector Author Guide", "_v_o_l__connector.html", null ],
+ [ "HDF5 VOL User's Guide", "^https://portal.hdfgroup.org/display/HDF5/HDF5+VOL+User%27s+Guide", null ],
+ [ "RFCs", "_r_f_c.html", null ],
+ [ "Full-Text Search", "_f_t_s.html", null ],
+ [ "About", "_about.html", null ]
+ ] ]
+];
+
+var NAVTREEINDEX =
+[
+"_about.html"
+];
+
+var SYNCONMSG = 'click to disable panel synchronisation';
+var SYNCOFFMSG = 'click to enable panel synchronisation'; \ No newline at end of file