diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-13 12:17:46 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-21 16:15:30 -0800 |
commit | ccb7a6c2cd22689d363a03da2c7a2bcf4e27a0c8 (patch) | |
tree | adc45f9bb09a5a9fe28ba9d02a35e956e0ef1e20 /sites/docs/index.rst | |
parent | 7d56ecb1a7d1654ae971e9896aa26e938454d3ea (diff) |
Start fleshing out two-site setup
Diffstat (limited to 'sites/docs/index.rst')
-rw-r--r-- | sites/docs/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sites/docs/index.rst b/sites/docs/index.rst new file mode 100644 index 00000000..08b34320 --- /dev/null +++ b/sites/docs/index.rst @@ -0,0 +1,6 @@ +Welcome to Paramiko's documentation! +==================================== + +This site covers Paramiko's usage & API documentation. For basic info on what +Paramiko is, including its public changelog & how the project is maintained, +please see `the main website <http://paramiko.org>`_. |