-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Far to large commit - but only documentation
* started a new chapter about advanced topics - currently only a stub * major update to the overview section in the UG * some updates tot he dataspace section in the UG Update #110
- Loading branch information
1 parent
38f21ea
commit fbd1bd3
Showing
20 changed files
with
2,766 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
set(SOURCES index.rst | ||
io.rst | ||
cpp_datastructures.rst | ||
hdf5_handlers.rst | ||
) | ||
|
||
add_sphinx_source(${SOURCES}) | ||
copy_to_current_build(${SOURCES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
============================ | ||
C++ data structures and HDF5 | ||
============================ | ||
|
||
.. todo:: | ||
|
||
Add here some content about C++ data structures and about the principal | ||
difficulties with them when working with HDF5. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
======================== | ||
HDF5 handlers in *h5cpp* | ||
======================== | ||
|
||
|
||
.. todo:: | ||
|
||
Add here some content basically about :cpp:class:`hdf5::ObjectHandle` and | ||
how it is releated with :cpp:type:`hid_t`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
=============== | ||
Advanced topics | ||
=============== | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
io | ||
hdf5_handlers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
=========== | ||
Advanced IO | ||
=========== | ||
|
||
This section deals with advanced IO topics. IO is a complex subject and it | ||
would be hard to discuss all nouances in the users guide where we want to | ||
point out only the major aspects. Once you have mastered the users guide | ||
this chapter is a good staring point for further exploring the capabilities | ||
of *h5cpp*. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
cpp_datastructures |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.