
Usually just a word or punctuation; occasionally I rewrote a sentence if I had a hard time determining what was meant by the original. (N.B. if I misunderstood something, then my re-wording will be wrong!) Also added eol to many files that were missing it, which throws off 'cat somefile' at a shell prompt (but did not yet touch anything under src/, which also has many files without eol). I did not re-line-wrap the text I changed, so that the diffs are minimized and meaningful changes are easier to spot.
43 lines
1.1 KiB
ReStructuredText
43 lines
1.1 KiB
ReStructuredText
.. _index:
|
|
|
|
.. pysaml2 documentation master file, created by
|
|
sphinx-quickstart on Mon Aug 24 08:13:41 2009.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
pysaml2
|
|
========================================
|
|
|
|
:Release: |release|
|
|
:Date: |today|
|
|
|
|
PySAML2 is a pure python implementation of SAML2. It contains all necessary pieces for building a SAML2 service
|
|
provider or an identity provider. The distribution contains examples of both. Originally written to work in a WSGI
|
|
environment, there are extensions that allow you to use it with other frameworks.
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
install
|
|
howto/index
|
|
examples/index
|
|
code/s2repoze
|
|
code/saml2
|
|
code/xmldsig
|
|
code/xmlenc
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
.. raw:: html
|
|
|
|
<a href="https://github.com/rohe/pysaml2" class="github" target="_blank">
|
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="_static/ViewmeonGitHub.png" alt="View me on GitHub" class="github"/>
|
|
</a>
|