1.. pyzfs documentation master file, created by
2   sphinx-quickstart on Mon Apr  6 23:48:40 2015.
3   You can adapt this file completely to your liking, but it should at least
4   contain the root `toctree` directive.
5
6Welcome to pyzfs's documentation!
7=================================
8
9Contents:
10
11.. toctree::
12   :maxdepth: 2
13
14
15
16Indices and tables
17==================
18
19* :ref:`genindex`
20* :ref:`modindex`
21* :ref:`search`
22
23Documentation for the libzfs_core
24*********************************
25
26.. automodule:: libzfs_core
27   :members:
28   :exclude-members: lzc_snap, lzc_recv, lzc_destroy_one,
29       lzc_inherit, lzc_set_props, lzc_list
30
31Documentation for the libzfs_core exceptions
32********************************************
33
34.. automodule:: libzfs_core.exceptions
35   :members:
36   :undoc-members:
37
38Documentation for the miscellaneous types that correspond to specific width C types
39***********************************************************************************
40
41.. automodule:: libzfs_core.ctypes
42   :members:
43   :undoc-members:
44
45