Open
Description
master
Code Version
master
Expected Behavior
Find some API docs for pysaml2
Current Behavior
There are no API docs. Just a fairly complicated example, some tests, and a fairly in-depth config documentation/setup the examples.
Possible Solution
Creating API docs that allow a user to understand what there is to offer in the module.
Steps to Reproduce
- Go to https://pysaml2.readthedocs.io/en/latest/index.html
- Look for API documentation
- Can't find API documentation
- Sift through lengthy example to try figure out what is happening
This is similar to #689, except, instead of just minimal examples, I was trying to find API docs to see what functionality there is, to try to even understand the examples.