cryptography/docs
Donald Stufft c62a78c015 Move the cryptography package into a src/ subdirectory
Due to differences in how py.test determines which module to ``import``
the test suite actually runs against the cryptography which is in the
*current* directory instead of the cryptography which is installed. The
problem essentially boils down to when there is a tests/__init__.py then
py.test adds the current directory to the front of the sys.path, causing
it to take precedence over the installed location.

This means that running the tests relies on the implicit compile
that CFFI does instead of testing against what people will actually
be runnning, which is the module compiled by setup.py.
2014-11-13 07:56:31 -05:00
..
_static Test that docs compile clean as well 2013-08-07 11:25:59 -07:00
development Refs #1209 -- clearly state the licensing requirements in the docs 2014-11-06 17:05:48 -03:00
hazmat A few docs formatting nits 2014-10-20 10:42:15 -07:00
api-stability.rst Standardise on sentence case for titles 2014-03-18 15:31:46 +00:00
changelog.rst Add changelog to toplevel, include in sdist 2014-02-25 02:12:13 +11:00
community.rst Document the way we strive to interact with otehrs 2013-11-03 14:58:37 -08:00
conf.py Move the cryptography package into a src/ subdirectory 2014-11-13 07:56:31 -05:00
cryptography-docs.py Added future imports and licenses that are missing 2014-03-08 08:32:56 -08:00
doing-a-release.rst expand the release instructions to check windows wheel linking 2014-07-06 08:52:17 -05:00
exceptions.rst remove InvalidDecryption and replace with ValueError 2014-04-20 16:53:04 -05:00
faq.rst Remove outdated information from FAQ. 2014-10-11 12:31:20 +08:00
fernet.rst added docs stuff on when added 2014-10-20 21:27:08 -07:00
glossary.rst Spelling 2014-02-17 13:30:16 -08:00
index.rst Recommend @lvh's book 2014-04-02 14:46:56 -07:00
installation.rst update OpenSSL versions we test against in the docs 2014-10-15 23:47:19 -05:00
limitations.rst Wrap a long line in the docs, unclear why doc8 didn't catch this 2014-06-25 19:52:03 -07:00
make.bat Initial commit. Migrates over basic project files, and the OpenSSL bindings 2013-08-06 19:31:02 -07:00
Makefile Initial commit. Migrates over basic project files, and the OpenSSL bindings 2013-08-06 19:31:02 -07:00
random-numbers.rst No point showing a ... 2014-07-12 09:52:59 -07:00
security.rst Fixed a few typos 2014-10-22 14:15:43 -07:00
spelling_wordlist.txt small cleanup to docs 2014-09-24 21:54:39 -05:00