diff options
author | lrknox <lrknox@users.noreply.github.com> | 2023-11-03 00:48:38 (GMT) |
---|---|---|
committer | lrknox <lrknox@users.noreply.github.com> | 2023-11-03 00:48:38 (GMT) |
commit | cc9f909207d012b868e3ce3a69460b1035650de5 (patch) | |
tree | 4a6ec26c10acb158c549d0130bf3201d3f4d1eb1 /v1_14/navtreedata.js | |
parent | 3a692d7d114a845a25bd1e19ca40af7a89e99c1c (diff) | |
download | hdf5-cc9f909207d012b868e3ce3a69460b1035650de5.zip hdf5-cc9f909207d012b868e3ce3a69460b1035650de5.tar.gz hdf5-cc9f909207d012b868e3ce3a69460b1035650de5.tar.bz2 |
deploy: 61982b60fd5e3a29044a1cdd1931b0ab9f96dec1
Diffstat (limited to 'v1_14/navtreedata.js')
-rw-r--r-- | v1_14/navtreedata.js | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/v1_14/navtreedata.js b/v1_14/navtreedata.js deleted file mode 100644 index e3bf2a7..0000000 --- a/v1_14/navtreedata.js +++ /dev/null @@ -1,51 +0,0 @@ -/* - @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 |