fix rst warnings

Fixes a bunch of warnings -- mostly title underscores not matching the
titles

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2022-05-05 12:52:09 +10:00
parent 86b8a42a67
commit 89e13e4513
4 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
Oauthlib vs Authlib
=====================
===================
Resources
---------
@ -9,7 +9,7 @@ Resources
Discussion
---------
----------
Which library should be used to replace the currently used and deprecated
oauth2client. The two main contenders are Oauthlib and Authlib.
@ -19,7 +19,7 @@ https://github.com/lepture/flask-oauthlib#readme
Conclusion
---------
----------
Authlib seems to be the best candidate for this initiative. There is knowledge
in the team of the library as it was used in bodhi. It also appears to have an
easier to implement and has a flask integration and is recommended for use by