Allen Byrne
2eaa01690a
Correct path to document ( #4808 )
2024-09-05 12:30:13 -05:00
Allen Byrne
bca2806055
Update URL documentation links to support site ( #4781 )
2024-08-29 16:27:44 -05:00
Allen Byrne
d2be61826d
Convert Collective Calls html file to doxygen ( #4779 )
2024-08-28 12:06:33 -05:00
bmribler
70c6a7a901
Replace alias \Code with \TText ( #4714 )
...
Fixed GH-2151
2024-08-14 15:54:44 -05:00
Allen Byrne
e71605966a
Update doxygen Learn Basics / example refs. Add Reference sections ( #4640 )
2024-07-15 22:02:08 -05:00
Allen Byrne
f8069fa850
Add tools usage text as doxygen for Tools UG ( #4602 )
2024-07-15 09:43:20 -05:00
Gerd Heber
4cbdf1a5f8
Feature/awesome ( #4604 )
...
* Added Doxygen Awesome and fixed a few quirks.
* Fixed unterminated strings.
* Added Doxygen Awesome by copy.
2024-07-15 08:11:58 -05:00
mattjala
546b79673c
Document VOL object wrapping context ( #4611 )
2024-06-29 13:22:35 -07:00
Allen Byrne
dca6370691
Move C++ and Fortran and examples to HDF5Examples folder ( #4552 )
2024-06-08 06:46:09 -05:00
bmribler
c8371caa6b
Fix various mistakes in doxygen docs ( #4541 )
...
* Fix a dead link and example file names
* Add the missing content of a section
2024-06-03 07:46:41 -05:00
H. Joe Lee
8e3678170e
Remove trailing extra whitespace in hyperlink ( #4509 )
2024-05-21 11:10:30 -07:00
vchoi-hdfgroup
6c16791b5a
Fix for github issue #2220 . ( #4497 )
...
Document the limitation in the Passthrough Conncector section of the VOL Connector Author Guide.
The limitation is posted by Neil in the github issue on Dec 22, 2022.
2024-05-17 08:19:04 -05:00
bmribler
773d6f970f
Add a missing image from the original document ( #4490 )
2024-05-15 13:54:48 -05:00
bmribler
815453a78f
Fix typo in H5Rget_obj_type ( #4463 )
...
Issue GH-1723
2024-05-06 08:32:02 -05:00
H. Joe Lee
eeaee6df62
Fix grammar in VOL guide ( #4452 )
2024-05-02 05:06:45 -07:00
Allen Byrne
667b607ca0
Add navigate chapters and use release_docs in Learn Basics ( #4441 )
2024-04-29 07:37:15 -05:00
bmribler
84e75e28dd
Add training videos page ( #4422 )
2024-04-19 07:45:56 -05:00
bmribler
dab8651a37
Update documentation ( #4415 )
...
Added the replacement for https://docs.hdfgroup.org/archive/support/HDF5/doc/TechNotes/Version.html
Corrected some minor typos and another deadlink
2024-04-17 08:22:27 -05:00
Allen Byrne
c548657043
Update and use more URL alias ( #4413 )
2024-04-17 07:56:19 -05:00
Allen Byrne
3fad116502
Use aliases for URLs ( #4409 )
2024-04-16 13:51:20 -05:00
bmribler
3f0649cc06
Update documentation ( #4403 )
...
- Added File Image Operations to Technical Notes
* Use a correct example location
2024-04-16 13:02:36 -05:00
bmribler
2f8433491a
Add additional terms to the glossary ( #4401 )
...
Fixes GH #4390
2024-04-16 07:24:36 -05:00
bmribler
84fac90ce8
Correct the high-level library link ( #4398 )
...
* Correct the high-level library link
The link currently used points to 1.13 release. Changed to use the md file instead.
* Update Doxyfile for md files
* Update to include md files
2024-04-12 12:37:15 -07:00
bmribler
8def3f61bd
Add VDS and SWMR to documentation ( #4336 )
2024-04-07 17:01:45 -05:00
bmribler
ded34c53f4
Revert "Fixed dead links in docs ( #4334 )" ( #4335 )
...
This reverts commit 408fc66002
.
2024-04-06 07:00:53 -05:00
bmribler
408fc66002
Fixed dead links in docs ( #4334 )
2024-04-05 11:13:46 -05:00
Allen Byrne
530effbbc1
Fix example ref files path ( #4285 )
2024-03-30 06:45:57 -05:00
Allen Byrne
42f9d2426f
Correct reference copy for 16 API ( #4244 )
2024-03-26 09:04:36 -07:00
Allen Byrne
987fd8bb42
Fix example links ( #4237 )
2024-03-25 08:23:49 -07:00
bmribler
817175e6e3
Fix broken URLs in documentation ( #4214 )
...
Fixes GH-3881 partially. There are pages that need to be recreated.
2024-03-24 15:12:36 -05:00
bmribler
0d595d68ca
Update link to Chunking in HDF5 page ( #4203 )
2024-03-21 09:10:40 -07:00
Allen Byrne
8ecc984fff
Correct download link for develop doxygen ( #4196 )
2024-03-20 16:45:46 -05:00
jhendersonHDF
330b80a266
Add support for _Float16 16-bit floating point type ( #4065 )
...
Fixed some conversion issues with Clang due to problematic undefined
behavior when casting a negative floating-point value to an integer
Fixed a bug in the library's software integer to floating-point
conversion function where a user's conversion exception function
returning H5T_CONV_UNHANDLED in the case of overflows would result in
incorrect data after conversion
Added configure checks for functions and macros related to _Float16
usage since some compilers expose the datatype but not the functions or
macros
Fixed a dt_arith test failure when H5_WANT_DCONV_EXCEPTION isn't defined
Fixed a few warnings from not explicitly casting some _Float16 variables
upwards
2024-03-18 21:36:46 -07:00
Allen Byrne
4e222bf5bb
Add filter plugin user guide text. Fix registered URL in docs ( #4169 )
2024-03-18 08:36:55 -07:00
Allen Byrne
365e23340c
Fix doxygen errors ( #3962 )
...
* Switch warnings as errors to default OFF
* Enable mac docs
* Add doxygen action uses step
* Use html div around snippet
* Allow preset name to be an argument to cmake-ctest.yml
2024-01-29 07:38:54 -06:00
H. Joe Lee
11e15aeed1
Change Trouble Shooting to Troubleshooting ( #3905 )
2023-12-22 09:02:09 -08:00
Allen Byrne
aa734a5d7e
Add VDS examples and fix non-standalone build ( #3898 )
...
* Choose a size for rdata dimension
* Fix platform naming conflicts
* Fix doxygen references to point within library repo
2023-12-21 09:53:24 -06:00
H. Joe Lee
d5edbee016
Add period(.) at the end of the sentence for consistency. ( #3897 )
2023-12-19 08:37:48 -06:00
Allen Byrne
6f2d22d86e
Add variable option syncing for examples ( #3885 )
2023-12-14 12:50:30 -06:00
Allen Byrne
ef39882fa1
Change dest for doxygen ( #3856 )
...
* Switch doxygen refs to hdf5/develop
2023-11-15 17:32:07 -06:00
Allen Byrne
61982b60fd
Update some doxygen links to local refs ( #3814 )
2023-11-02 07:55:50 -05:00
Allen Byrne
197596b085
Some minor formatting and text changes ( #3563 )
2023-09-22 08:44:31 -05:00
Allen Byrne
f2a284dc80
Add API examples doxygen page ( #3500 )
2023-09-14 07:40:28 -07:00
Allen Byrne
6e0e53039a
Fix the Fortran extension used in example links ( #3430 )
2023-08-25 09:16:27 -05:00
Allen Byrne
1e75fafe1f
Add parallel examples in doxygen ( #3413 )
2023-08-24 12:29:05 -05:00
Scot Breitenfeld
1706355ee1
removed the use of encoded single apostrophe ( #3261 )
...
* removed the use of encoded single apostrophe, and fix H5Dread_chunk from write to read
* updated sanitizer paragraph
* fixed brief description for H5Fget_info
2023-07-20 09:01:58 -05:00
Allen Byrne
9b5d742529
Replace 1_10 reference with develop branch ( #3227 )
2023-07-13 12:17:18 -05:00
H. Joe Lee
e03f1951c9
docs: remove redundancy in Data Transfer section of user guide ( #3208 )
2023-06-29 08:25:05 -05:00
H. Joe Lee
fcadfca992
Add Python for HDF-EOS zoo description ( #3129 )
2023-06-14 19:03:26 -07:00
bmribler
a64d3a989a
Fixed typo: hdf5-examples should be hdf5_examples in a link ( #3101 )
2023-06-11 07:08:39 -07:00