Commit Graph

3 Commits

Author SHA1 Message Date
Mak Sim 53bed70326
Fix typo and mistake at FAQ.md (#8544)
* fix typos and errors

* Add link to installation guide

* Use https link
2024-05-01 10:43:59 +02:00
Julian 7b84bf6151
Make doc structure consistent and up-to-date (#8514)
* Make doc structure consistent and up-to-date

This is part of an effort to make the Kivy sibling projects' documentation
structure consistent and up-to-date.

CHECKLIST

* CONTRIBUTING.md
   [X] If repo takes user contributions, is present
   [X] In root dir (not .github dir)
   [X] Explains relationship to Kivy, if unclear.
   [NA] Refers to kivy/kivy Contribution Guidelines.

* LICENSE
   [X] If repo takes user contributions, is present.
   [X] Acknowledges the range of years to 2023.
   [X] Acknowledges Kivy Team and other contributors
   [X] Mentions it is an MIT License.

* CODE_OF_CONDUCT.md
   [X] If repo takes user contributions or hosts discussions, is present.
   [NA] Refers to kivy/kivy CODE_OF_CONDUCT.md

* CONTACT.md
   [NA] Refers to kivy/kivy CONTACT.md

* FAQ.md
   [X] If repo is big enough for RST documentation, is present.

* README:
   [X] Is a Markdown file.
   [X] Describes the project.
   [X] Describes its place in the Kivy sibling projects.
   [X] If Documentation exists, mention it.
   [X] If CONTRIBUTING exists, mentions it.
   [X] If LICENSE exists, mentions it.
   [X] If CODE_OF_CONDUCT exists, mentions it.
   [X] Mentions kivy/kivy CONTACT.md
   [NA] Uses Python syntax colouring for embedded Python code.
   [] Uses badges to display current status, including:
        [X] Backers
		[X] Sponsors
		[X] GitHub contributors
		[X] Contributor Covenant
		[X] PyPI Version
		[X] PyPI Python Version
		[X] Build/Test status

   [X] Displays all contributors to the repo.
   [X] Displays backers
   [X] Displays top sponsors.

* RST documentation, if present
   [X] Describes the project.
   [???] Describes its place in the Kivy sibling projects.
   [X] Mentions (Kivy/Kivy) Contact Us link.
   [X] Mentions LICENSE.
   [X] Mentions CONTRIBUTING
   [X] Mentions FAQ
   [X] conf.py mentioned Kivy Team and other contributors
		- copyright, latex_documents, man_pages, texinfo documents

* WORKFLOWS
   [X] NO_RESPONSE.yml is present if the repo has awaiting_reply tag.
   [X] NO_RESPONSE uses latest script versions.
   [X] NO_RESPONSE runs every day, and skips if forked.
   [X] SUPPORT.yml is present if the repo has a `support` tag.
   [X] SUPPORT.yml refers to repo's CONTACT.md

* setup.py/cfg, if present and on PyPI
   [X] Supplies description to PyPI
   [X] Supplies Python versions to PyPI
   [X] Supplies Documentation, if any, to PyPI

* Review comment
2023-12-17 10:42:49 +01:00
Julian 9c8528df2e
Update Contribution Guidelines, add `FAQ`, `CONTACT` and `CONTRIBUTING` as separate documents, fix links (#8448)
* Add FAQ as separate document. Removed from RST docs.

Future work:

* Add references to contact us.

* Substantial Rewrite of Contributing Guidelines

* Updated with review comments.

* Avoid duplicating contribution instructions

Reference the contribution guidelines online rather than repeating them.
Make language more consistent with other sources.

* Reshuffle contents based on review comments.

* Move contributing to root dir, populate it with contents of contribute.rst and contribute-unittest.rst
* Delete contribute.rst and contribute-unittest.rst
* Delete the defunct Google Summers of Code
*Add CONTACT.md, populating it from CONTACT.rst.
* Reference new CONTACT.md from Index.
* Fix broken links, ToC.
* Fix another link.
* Bring in changes to README and setup.py from #8450.
* Include OpenGL reference
* Mention all the sponsors.

* Wrong README file was modified - try again

* Updated a bunch of http -> https

Not every single instance, but made a major dent.
Only instances where https worked (inclem.net, I am looking at you.)

* Update CODE_OF_CONDUCT.md to be the most modern version

* Update with review comments

* Correct link

* Add stubs for GitHub-hosted pages

* Fix links

RST broken by line feed.
Inline link.
2023-11-23 18:31:19 +01:00