Commit Graph

1404 Commits

Author SHA1 Message Date
Jeff Forcier 0b2d523665 Connect to Python stdlib intersphinx 2014-02-21 15:35:22 -08:00
Jeff Forcier 8c7eafdfcd Exceptions 2014-02-21 15:30:26 -08:00
Jeff Forcier 0e9a5a4b46 Move module level docstring into Sphinx docs 2014-02-21 14:31:08 -08:00
Jeff Forcier f836c98e5c Don't actually need :class: anywhere now 2014-02-21 12:16:11 -08:00
Jeff Forcier f09b562fa8 Replace accidental class-refs on local method-refs 2014-02-21 12:15:29 -08:00
Jeff Forcier 3f9270c0be Mass SnR of class refs with dotted ones.
Boo on Sphinx for not letting me just change this behavior
by default.

There are a handful of incorrect items here that will get
tweaked later.
2014-02-21 11:11:10 -08:00
Jeff Forcier f40bf59ff3 Source ordering updates for Transport 2014-02-21 10:25:56 -08:00
Jeff Forcier be4007fb89 Docstring tweak 2014-02-21 10:25:45 -08:00
Jeff Forcier eb332c781b Reorganize Client so API doc flows better 2014-02-21 10:21:19 -08:00
Jeff Forcier d4148ab6f3 Tweak core-class doc titles 2014-02-21 10:20:57 -08:00
Jeff Forcier 635108aab2 Formatting 2014-02-21 10:05:40 -08:00
Jeff Forcier 88140996a7 Too much 'handling' 2014-02-21 09:58:19 -08:00
Jeff Forcier a58cf80139 Un-derp header levels 2014-02-21 09:56:14 -08:00
Jeff Forcier 0af6df924a First stab at segmented TOCtrees.
Makes sidebar TOC a little funny tho.
2014-02-14 18:20:47 -08:00
Jeff Forcier 22766e96a6 Last of headers! 2014-02-14 17:18:36 -08:00
Jeff Forcier 6e4829c20f More internals 2014-02-14 17:18:06 -08:00
Jeff Forcier a627ecfb14 Even more headers 2014-02-14 17:17:15 -08:00
Jeff Forcier 09c0006a40 Consolidate SFTP docs 2014-02-14 17:17:10 -08:00
Jeff Forcier c8d97d78c4 More internals 2014-02-14 17:13:11 -08:00
Jeff Forcier 2943343665 Yup. Headers. 2014-02-14 17:12:00 -08:00
Jeff Forcier ac63ed58a1 Missed one re: keys modules 2014-02-14 17:11:51 -08:00
Jeff Forcier b9d25a30b6 LOL no 2014-02-14 17:08:59 -08:00
Jeff Forcier da6d00dcb7 More headers 2014-02-14 17:08:36 -08:00
Jeff Forcier 960b3c038d More undocumented/internal modules 2014-02-14 17:08:30 -08:00
Jeff Forcier 370af89791 Header 2014-02-14 17:05:09 -08:00
Jeff Forcier 48adf5c646 Consolidate rsa/dss keys into one doc module 2014-02-14 17:05:05 -08:00
Jeff Forcier 6d412b06a1 Another undocumented/internal module 2014-02-14 17:03:12 -08:00
Jeff Forcier a67142b1ca Moar header 2014-02-14 17:03:02 -08:00
Jeff Forcier ef9c0a655a Common module has no interesting docs in it
Also no clear way to auto-display all data members
versus using a bunch of awful explicit autodata::
directives. Can dig later if anybody cares.
2014-02-14 17:02:13 -08:00
Jeff Forcier 6ff6e14978 Moar headers. Going with plural where appropriate. 2014-02-14 16:54:50 -08:00
Jeff Forcier 34243a4aa2 Buffered pipe 2014-02-14 16:51:59 -08:00
Jeff Forcier f855937d10 Ditto for BER 2014-02-14 16:50:56 -08:00
Jeff Forcier 70218ff852 Auth handler is purely internal and has no docstrings 2014-02-14 16:50:32 -08:00
Jeff Forcier e0ff365388 Agent title 2014-02-14 16:50:16 -08:00
Jeff Forcier 3b0df60b6a This handily explains why everything was really confusing in autodoc 2014-02-14 16:49:29 -08:00
Jeff Forcier 95b5fd2255 Remove autodoc boilerplate flags from automodule directives 2014-02-14 15:48:39 -08:00
Jeff Forcier 4a98671bf6 Tweak conf.py in prep for less boilerplatey versions of module files 2014-02-14 13:59:34 -08:00
Jeff Forcier 2346f1a1e9 Swap out all-in-one file with sphinx-apidoc generated stuff 2014-02-14 13:33:22 -08:00
Jeff Forcier 6cdb8291b7 Merge branch '1.10' into sphinx-256 2014-02-14 12:10:02 -08:00
Jeff Forcier b140b29d54 Hook API doc into index/toctree 2014-02-14 12:09:59 -08:00
Jeff Forcier a24ca77636 Merge branch '1.12' 2014-02-14 11:54:43 -08:00
Jeff Forcier 0965eaa65d Merge branch '1.11' into 1.12
Conflicts:
	paramiko/hostkeys.py
	sites/www/changelog.rst
2014-02-14 11:54:39 -08:00
Jeff Forcier 4e9af2f7ca Merge branch '1.10' into 1.11
Conflicts:
	sites/www/changelog.rst
2014-02-14 11:53:59 -08:00
Jeff Forcier 30518280f1 Changelog re hash comparison bugfix 2014-02-14 11:53:42 -08:00
Jeff Forcier 9d7aeff7b1 Use constant time hash comparisons for improved security.
See e.g. http://codahale.com/a-lesson-in-timing-attacks/

Mega thanks to Alex Gaynor for the original patch.
2014-02-14 11:52:00 -08:00
Jeff Forcier 3fcde4e7f4 Merge branch '1.12'
Conflicts:
	sites/www/changelog.rst
2014-02-14 09:39:38 -08:00
Jeff Forcier fb786bea9c Cut 1.12.2 2014-02-14 09:39:11 -08:00
Jeff Forcier 33d412a2c6 Merge branch '1.11' into 1.12
Conflicts:
	paramiko/__init__.py
	setup.py
2014-02-14 09:38:40 -08:00
Jeff Forcier 4a5f007c02 Cut 1.11.4 2014-02-14 09:38:14 -08:00
Jeff Forcier 7b595f4a8b Merge branch '1.10' into 1.11
Conflicts:
	paramiko/__init__.py
	setup.py
	sites/www/changelog.rst
2014-02-14 09:37:34 -08:00