diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:40:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:40:20 +0000 |
commit | 2dba2525fb35dcfc79aad5bdf6c92e790d69635c (patch) | |
tree | ac8ac7d3960922094733bac6d9a5300da7171c56 /doc/api.rst.in | |
parent | Initial commit. (diff) | |
download | libnvme-2dba2525fb35dcfc79aad5bdf6c92e790d69635c.tar.xz libnvme-2dba2525fb35dcfc79aad5bdf6c92e790d69635c.zip |
Adding upstream version 1.3.upstream/1.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/api.rst.in')
-rw-r--r-- | doc/api.rst.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/api.rst.in b/doc/api.rst.in new file mode 100644 index 0000000..3478766 --- /dev/null +++ b/doc/api.rst.in @@ -0,0 +1,18 @@ +=== +API +=== + +.. module:: libnvme + +This part of the documentation lists the full API reference of all public classes and +functions. + +.. include:: rst/types.rst +.. include:: rst/ioctl.rst +.. include:: rst/fabrics.rst +.. include:: rst/linux.rst +.. include:: rst/mi.rst +.. include:: rst/tree.rst +.. include:: rst/filters.rst +.. include:: rst/util.rst +.. include:: rst/log.rst |