Merge pull request #3922 from pallets/consistency

various cleanup for consistency between projects
This commit is contained in:
David Lord 2021-02-24 10:35:16 -08:00 committed by GitHub
commit dcd3b5c8f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 40 additions and 31 deletions

View file

@ -38,11 +38,13 @@ html_theme = "flask"
html_theme_options = {"index_sidebar_logo": False}
html_context = {
"project_links": [
ProjectLink("Donate to Pallets", "https://palletsprojects.com/donate"),
ProjectLink("Flask Website", "https://palletsprojects.com/p/flask/"),
ProjectLink("PyPI releases", "https://pypi.org/project/Flask/"),
ProjectLink("Donate", "https://palletsprojects.com/donate"),
ProjectLink("PyPI Releases", "https://pypi.org/project/Flask/"),
ProjectLink("Source Code", "https://github.com/pallets/flask/"),
ProjectLink("Issue Tracker", "https://github.com/pallets/flask/issues/"),
ProjectLink("Website", "https://palletsprojects.com/p/flask/"),
ProjectLink("Twitter", "https://twitter.com/PalletsTeam"),
ProjectLink("Chat", "https://discord.gg/pallets"),
]
}
html_sidebars = {

View file

@ -85,6 +85,6 @@ Design notes, legal information and changelog are here for the interested.
htmlfaq
security
extensiondev
changelog
license
contributing
license
changes

View file

@ -1,8 +1,8 @@
License
=======
Source License
--------------
BSD-3-Clause Source License
---------------------------
The BSD-3-Clause license applies to all files in the Flask repository
and source distribution. This includes Flask's source code, the