Clean up code style (#2825)

* Change Github to GitHub
* Add space before closing tag
* Convert tabs to spaces
* Fix coding style for some css
This commit is contained in:
Sean
2022-05-18 06:22:08 +08:00
committed by GitHub
parent c32fbe3376
commit 82bd8ba5ff
7 changed files with 28 additions and 28 deletions

View File

@@ -61,7 +61,7 @@ root of your MkDocs repository.
It will attempt to run the tests against all of the Python versions we
support. So don't be concerned if you are missing some and they fail. The rest
will be verified by [Github Actions] when you submit a pull request.
will be verified by [GitHub Actions] when you submit a pull request.
## Translating themes
@@ -107,7 +107,7 @@ Themes] for details.
[virtualenv]: https://virtualenv.pypa.io/en/latest/user_guide.html
[pip]: https://pip.pypa.io/en/stable/
[tox]: https://tox.readthedocs.io/en/latest/
[Github Actions]: https://docs.github.com/actions
[GitHub Actions]: https://docs.github.com/actions
[PyPA Code of Conduct]: https://www.pypa.io/en/latest/code-of-conduct/
[Translating Themes]: ../dev-guide/translations.md
[Jinja's i18n extension]: https://jinja.palletsprojects.com/en/latest/extensions/#i18n-extension