-
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.
Started with overview section in the users guide
Update #110
- Loading branch information
1 parent
f7274e6
commit 9d50abd
Showing
5 changed files
with
49 additions
and
51 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
set(SOURCES index.rst | ||
using.rst | ||
files.rst) | ||
files.rst | ||
groups.rst | ||
overview.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
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 |
---|---|---|
|
@@ -10,4 +10,7 @@ Still need to add a table of contents here. | |
:maxdepth: 1 | ||
|
||
using | ||
files | ||
overview | ||
files | ||
groups | ||
|
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,23 @@ | ||
=============== | ||
Design overview | ||
=============== | ||
|
||
In this chapter we will have a brief view on the design of *h5cpp*. We will | ||
not dive into the details here but hopfully provide enough insight into the | ||
concepts behind *h5cpp*. | ||
|
||
.. attention:: | ||
|
||
If you are new to *h5cpp* please read this chapter carefully as it is the | ||
basement for everthing else in this manual. If you do not understand the | ||
terminology introduced by this chapter it is most probably difficult | ||
to understand the rest of the manual. | ||
|
||
|
||
A high level view on HDF5 | ||
========================= | ||
|
||
|
||
|
||
Nodes and links | ||
=============== |