amacd31 / kiwis_pie

Python library for querying WISKI via KiWIS (KISTERS Web Interoperability Solution)
Other
17 stars 7 forks source link

documentation does not match source. #7

Open petersilva opened 1 year ago

petersilva commented 1 year ago

when I look at readthedocs.org it has the KIWIS constructor missing the last two arguments that are present in the code. When I go here:

https://kiwis-pie.readthedocs.io/en/latest/api/kiwis_pie.html

the arguments end with "strict_mode", where the source code has additional ones: verify_ssl and headers.

It looks like an action to update readthedocs from the source needs to be tagged to release events.