vieira
6d5d0d766f
Tests and documentation for systemd integration
...
Some tests and documentation for the systemd notification feature.
Also fixes some corner case issues detected while writing the tests.
2016-10-30 10:58:03 +11:00
Richard Hartmann
ae6e25302f
requirements.rst: Fix mistakes
2016-09-04 18:54:12 +02:00
Dan Lenski
5a20783baa
tweak docs to match @vieira's changes
2016-05-02 21:40:53 -07:00
Brian May
f3cbc5018a
Fix PEP8 issues
2016-04-30 18:08:46 +10:00
Brian May
89c5b57019
Attempt readthedocs workaround
...
readthedocs alters docs/conf.py which in turn means python_scm detects a
version and incorrectly adjusts the version number. Here we try to work
around this problem.
We do this by renaming the docs/conf.py file and copying it back to
docs/conf.py when setup.py is invoked. This way, hopefully, scm won't
see the changes to docs/conf.py
References:
http://stackoverflow.com/questions/35811267/readthedocs-and-setuptools-scm-version-wrong/36386177
https://github.com/pypa/setuptools_scm/issues/84
2016-04-18 11:44:05 +10:00
Brian May
6fd02933dd
Revert "Test for RTD"
...
This reverts commit 7ea2d973c7
.
2016-04-08 12:00:45 +10:00
Brian May
7ea2d973c7
Test for RTD
2016-04-06 11:28:41 +10:00
vieira
4241381d82
Backward compatibility with Python 2.4 (server)
...
It is often the case that the user has no administrative control over
the server that is being used. As such it is important to support as
many versions as possible, at least on the remote server end. These
fixes will allow sshuttle to be used with servers that have only
python 2.4 or python 2.6 installed while hopefully not breaking the
compatibility with 2.7 and 3.5.
2016-04-03 13:14:02 +10:00
Brian May
2c07985924
Prepare documentation for release
2016-03-03 10:35:45 +11:00
Brian May
756025b1bc
Add date and version to docs
2016-03-03 10:30:20 +11:00
Veljko Tornjanski
517fc2c930
Remove references to number of years
...
Closes : #65
2016-01-21 08:42:34 +11:00
KS Chan
11533869a8
Fix description of excludes in Windows setup
...
And some subtle grammar.
Closes : #66
2016-01-21 08:38:38 +11:00
Brian May
0392a779a2
Update usage documentation
2016-01-20 21:19:44 +11:00
Brian May
ee26157faa
Add Windows documentation
...
Copied from https://coderwall.com/p/adfxgw/sshuttle-on-windows
Closes #64
2016-01-20 20:55:10 +11:00
Brian May
59865269ac
Update documentation
...
Closes #60 .
2016-01-17 18:34:10 +11:00
Brian May
c5af6fef8c
Remove table.
...
Suspect it is causing sphinx to crash on readthedocs. See
https://github.com/sphinx-doc/sphinx/issues/1871
2016-01-17 18:07:52 +11:00
Brian May
6835183b37
Attempt work around of sphinx bug
2016-01-17 17:58:48 +11:00
Brian May
242c266e7d
Move recvmsg to requirements
2016-01-17 17:58:36 +11:00
Brian May
7408ab3c53
Remove coverage
...
Not required as we are not documenting the source code.
2016-01-17 17:24:13 +11:00
Brian May
ea10ff1305
Fix broken link.
2016-01-17 16:43:25 +11:00
Brian May
d9939b8460
Add changelog to documentation
2016-01-17 16:37:47 +11:00
Brian May
262affe94f
Use Sphinx for documentation
...
See #60
2016-01-17 16:19:13 +11:00