documentation
authorShikhar Bhushan <shikhar@schmizz.net>
Sun, 17 May 2009 02:43:33 +0000 (02:43 +0000)
committerShikhar Bhushan <shikhar@schmizz.net>
Sun, 17 May 2009 02:43:33 +0000 (02:43 +0000)
commit216bb34c3063870e1955c0bc348471eb242ed370
treed14461f879740587427d37aaf0a608b1c1ecb2ce
parenta7cb58ce92ff09d3e758c218b2bb58cc16079d99
documentation

git-svn-id: http://ncclient.googlecode.com/svn/trunk@123 6dbcf712-26ac-11de-a2f3-1373824ab735
73 files changed:
docs/Makefile [new file with mode: 0644]
docs/build/doctrees/api.doctree [new file with mode: 0644]
docs/build/doctrees/api/capabilities.doctree [new file with mode: 0644]
docs/build/doctrees/api/content.doctree [new file with mode: 0644]
docs/build/doctrees/api/intro.doctree [new file with mode: 0644]
docs/build/doctrees/api/manager.doctree [new file with mode: 0644]
docs/build/doctrees/api/operations.doctree [new file with mode: 0644]
docs/build/doctrees/api/transport.doctree [new file with mode: 0644]
docs/build/doctrees/arch.doctree [new file with mode: 0644]
docs/build/doctrees/capabilities.doctree [new file with mode: 0644]
docs/build/doctrees/content.doctree [new file with mode: 0644]
docs/build/doctrees/design.doctree [new file with mode: 0644]
docs/build/doctrees/environment.pickle [new file with mode: 0644]
docs/build/doctrees/extending.doctree [new file with mode: 0644]
docs/build/doctrees/future.doctree [new file with mode: 0644]
docs/build/doctrees/index.doctree [new file with mode: 0644]
docs/build/doctrees/interop.doctree [new file with mode: 0644]
docs/build/doctrees/intro.doctree [new file with mode: 0644]
docs/build/doctrees/manager.doctree [new file with mode: 0644]
docs/build/doctrees/operations.doctree [new file with mode: 0644]
docs/build/doctrees/transport.doctree [new file with mode: 0644]
docs/build/doctrees/transport/index.doctree [new file with mode: 0644]
docs/build/doctrees/transport/ssh.doctree [new file with mode: 0644]
docs/build/doctrees/userdoc.doctree [new file with mode: 0644]
docs/build/doctrees/userdoc/about.doctree [new file with mode: 0644]
docs/build/doctrees/userdoc/capabilities.doctree [new file with mode: 0644]
docs/build/doctrees/userdoc/content.doctree [new file with mode: 0644]
docs/build/doctrees/userdoc/errors.doctree [new file with mode: 0644]
docs/build/doctrees/userdoc/manager.doctree [new file with mode: 0644]
docs/build/doctrees/userdoc/operations.doctree [new file with mode: 0644]
docs/build/doctrees/userdoc/transport.doctree [new file with mode: 0644]
docs/build/latex/Makefile [new file with mode: 0644]
docs/build/latex/fncychap.sty [new file with mode: 0644]
docs/build/latex/howto.cls [new file with mode: 0644]
docs/build/latex/manual.cls [new file with mode: 0644]
docs/build/latex/modncclient.idx [new file with mode: 0644]
docs/build/latex/modncclient.ilg [new file with mode: 0644]
docs/build/latex/modncclient.ind [new file with mode: 0644]
docs/build/latex/ncclient.aux [new file with mode: 0644]
docs/build/latex/ncclient.idx [new file with mode: 0644]
docs/build/latex/ncclient.ilg [new file with mode: 0644]
docs/build/latex/ncclient.ind [new file with mode: 0644]
docs/build/latex/ncclient.log [new file with mode: 0644]
docs/build/latex/ncclient.out [new file with mode: 0644]
docs/build/latex/ncclient.pdf [new file with mode: 0644]
docs/build/latex/ncclient.tex [new file with mode: 0644]
docs/build/latex/ncclient.toc [new file with mode: 0644]
docs/build/latex/python.ist [new file with mode: 0644]
docs/build/latex/sphinx.sty [new file with mode: 0644]
docs/build/latex/tabulary.sty [new file with mode: 0644]
docs/source/conf.py [new file with mode: 0644]
docs/source/extending.rst [new file with mode: 0644]
docs/source/index.rst [new file with mode: 0644]
docs/source/intro.rst [new file with mode: 0644]
docs/source/userdoc.rst [new file with mode: 0644]
docs/source/userdoc/capabilities.rst [new file with mode: 0644]
docs/source/userdoc/content.rst [new file with mode: 0644]
docs/source/userdoc/manager.rst [new file with mode: 0644]
docs/source/userdoc/operations.rst [new file with mode: 0644]
docs/source/userdoc/transport.rst [new file with mode: 0644]
ncclient/__init__.py
ncclient/capabilities.py
ncclient/content.py
ncclient/manager.py
ncclient/operations/__init__.py
ncclient/operations/edit.py
ncclient/operations/errors.py
ncclient/operations/lock.py
ncclient/operations/retrieve.py
ncclient/operations/rpc.py
ncclient/operations/session.py
ncclient/transport/session.py
ncclient/transport/ssh.py