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