python-social-auth / social-docs

Python Social Auth - Docs
BSD 3-Clause "New" or "Revised" License
35 stars 99 forks source link

[Documentation] please add module name for the AUTHENTICATION_BACKENDS setting to the documentation for particular backends #217

Open Goury opened 4 months ago

Goury commented 4 months ago

Expected behaviour

Documentation should be helpful

Actual behaviour

Module name is nowhere to be found, so the only way is to dig through the source code. I can sure do that, but why bother with documentation at all then?

What are the steps to reproduce this issue?

  1. Follow the readthedocs url
  2. Try to find module name
  3. Scream and throw stuff

Any other comments?

I remember documentation being much better a few years ago. What happened? Do you need help?

nijel commented 4 months ago

Patches are welcome, documentation is here: https://github.com/python-social-auth/social-docs

PS: There were no content changes in the documentation in past years, only some backends documentation was added and minor fixes applied. So your memory is most likely wrong here, Git remembers better ;-).