summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2016-05-02tweak docs to match @vieira's changesDan Lenski
2016-04-30Fix PEP8 issuesBrian May
2016-04-18Attempt readthedocs workaroundBrian May
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-08Revert "Test for RTD"Brian May
This reverts commit 7ea2d973c7baf2aa6e9920b8b87c68f32884cf4a.
2016-04-06Test for RTDBrian May
2016-04-03Backward compatibility with Python 2.4 (server)vieira
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-03-03Prepare documentation for releaseBrian May
2016-03-03Add date and version to docsBrian May
2016-01-21Remove references to number of yearsVeljko Tornjanski
Closes: #65
2016-01-21Fix description of excludes in Windows setupKS Chan
And some subtle grammar. Closes: #66
2016-01-20Update usage documentationBrian May
2016-01-20Add Windows documentationBrian May
Copied from https://coderwall.com/p/adfxgw/sshuttle-on-windows Closes #64
2016-01-17Update documentationBrian May
Closes #60.
2016-01-17Remove table.Brian May
Suspect it is causing sphinx to crash on readthedocs. See https://github.com/sphinx-doc/sphinx/issues/1871
2016-01-17Attempt work around of sphinx bugBrian May
2016-01-17Move recvmsg to requirementsBrian May
2016-01-17Remove coverageBrian May
Not required as we are not documenting the source code.
2016-01-17Fix broken link.Brian May
2016-01-17Add changelog to documentationBrian May
2016-01-17Use Sphinx for documentationBrian May
See #60