summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-04 17:43:30 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-03-04 17:43:30 -0800
commit7a776b1757e65611460065adc8fc784b1a9525b4 (patch)
tree74692d478e1033178427782a78759f765bbe217f
parent32975af9a65ca799399ca3f2b8a84211de868319 (diff)
Testing out intersphinx in changelog
-rw-r--r--sites/www/changelog.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 0e168370..0a170a1a 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -13,7 +13,8 @@ Changelog
* :release:`1.11.4 <2014-02-14>`
* :release:`1.10.6 <2014-02-14>`
* :feature:`58` Allow client code to access the stored SSH server banner via
- ``Transport.get_banner()``. Thanks to ``@Jhoanor`` for the patch.
+ `Transport.get_banner <paramiko.transport.Transport.get_banner>`. Thanks to
+ ``@Jhoanor`` for the patch.
* :bug:`252` (`Fabric #1020 <https://github.com/fabric/fabric/issues/1020>`_)
Enhanced the implementation of ``ProxyCommand`` to avoid a deadlock/hang
condition that frequently occurs at ``Transport`` shutdown time. Thanks to