From ce9a1fef26b8eb876386a2b6115d8f9683923395 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 6 Mar 2018 19:54:45 +0545 Subject: [PATCH] docs: fix float --- docs/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 977f443e..bc2bb0dd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -177,6 +177,10 @@ as running `sftp` and `rsync` over a `sudo` session, to an account the user cannot otherwise directly log into, including in restrictive environments that for example enforce an interactive TTY and account password. +.. raw:: html + +
+ .. code-block:: python bastion = router.ssh(hostname='bastion.mycorp.com')