{"id":15017454,"url":"https://github.com/marcussacapuces91/doc-tft_espi","last_synced_at":"2025-04-12T11:44:12.016Z","repository":{"id":235436862,"uuid":"789856736","full_name":"Marcussacapuces91/doc-TFT_eSPI","owner":"Marcussacapuces91","description":"Doc for TFT_eSPI library","archived":false,"fork":false,"pushed_at":"2025-01-26T17:36:10.000Z","size":299,"stargazers_count":3,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T06:34:22.657Z","etag":null,"topics":["doc","mkdocs","readthedocs","tft-espi","tft-espi-library"],"latest_commit_sha":null,"homepage":"https://doc-tft-espi.readthedocs.io/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Marcussacapuces91.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":["https://fr.tipeee.com/marcussacapuces91/"]}},"created_at":"2024-04-21T18:32:21.000Z","updated_at":"2025-02-14T17:22:46.000Z","dependencies_parsed_at":"2024-04-30T21:47:36.249Z","dependency_job_id":"b8b3b007-ce17-4226-92b4-74d128e75c4b","html_url":"https://github.com/Marcussacapuces91/doc-TFT_eSPI","commit_stats":null,"previous_names":["marcussacapuces91/doc-tft_espi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marcussacapuces91%2Fdoc-TFT_eSPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marcussacapuces91%2Fdoc-TFT_eSPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marcussacapuces91%2Fdoc-TFT_eSPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marcussacapuces91%2Fdoc-TFT_eSPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marcussacapuces91","download_url":"https://codeload.github.com/Marcussacapuces91/doc-TFT_eSPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248564132,"owners_count":21125406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["doc","mkdocs","readthedocs","tft-espi","tft-espi-library"],"created_at":"2024-09-24T19:50:29.186Z","updated_at":"2025-04-12T11:44:11.995Z","avatar_url":"https://github.com/Marcussacapuces91.png","language":"HTML","funding_links":["https://fr.tipeee.com/marcussacapuces91/"],"categories":[],"sub_categories":[],"readme":"# TFT_eSPI Documentation\n\n[![Documentation Status](https://readthedocs.org/projects/doc-tft-espi/badge/?version=latest)](https://doc-tft-espi.readthedocs.io)\n\nHere you will find a documentation project for the [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) library using Read the\nDocs. You are encouraged to help me with this documentation project.\n\nRead the Docs Dashboard: https://beta.readthedocs.org/projects/doc-tft-espi/\n\n------\n\n### :books:[docs/](https://github.com/Marcussacapuces91/doc-TFT_eSPI/tree/main/docs)\n\nThe various files are mainly in Markdown format as the source of the documentation. They are \"compiled\" with\n[MkDocs](https://mkdocs.readthedocs.io/en/stable/) before being published on the\n[Read the Docs](https://doc-tft-espi.readthedocs.io/) website.\n\n### :gear:[.readthedocs.yaml](https://github.com/Marcussacapuces91/doc-TFT_eSPI/blob/main/.readthedocs.yaml)\n\nRead the Docs Build configuration is stored in `.readthedocs.yaml`.\n\n### :gear:[mkdocs.yml](https://github.com/Marcussacapuces91/doc-TFT_eSPI/blob/main/mkdocs.yml)\n\nThis file allows the [configuration](https://www.mkdocs.org/user-guide/configuration/) of MkDocs behavior, particularly\nthe implementation of Markdown or MkDocs extensions.\n\n### :round_pushpin:[docs/requirements.txt](https://github.com/Marcussacapuces91/doc-TFT_eSPI/blob/main/docs/requirements.txt) \nand [docs/requirements.in](https://github.com/Marcussacapuces91/doc-TFT_eSPI/blob/main/docs/requirements.in)\n\nPython dependencies are [pinned](https://docs.readthedocs.io/en/latest/guides/reproducible-builds.html)\n(uses [pip-tools](https://pip-tools.readthedocs.io/en/latest/)) here. Make sure to add your Python dependencies to\n`requirements.txt` or if you choose [pip-tools](https://pip-tools.readthedocs.io/en/latest/), edit\n`docs/requirements.in` and remember to run `pip-compile docs/requirements.in`.\n\n### :scroll:[README.md](https://github.com/readthedocs-examples/example-mkdocs-basic/blob/main/README.md)\n\nContents of this `README.md` are visible on GitHub only and **not** included on \n[the documentation index page](https://doc-tft-espi.readthedocs.io).\n\n### :interrobang:Questions / comments\n\nIf you have questions related to this example, feel free to can ask them as a GitHub issue\n[here](https://github.com/Marcussacapuces91/doc-TFT_eSPI/issues).\n\n### :handshake:Contributing\n\nYou are encouraged to contribute to this documentation project. You can submit\n[pull requests](https://github.com/Marcussacapuces91/doc-TFT_eSPI/pulls) or\n[report issues](https://github.com/Marcussacapuces91/doc-TFT_eSPI/issues) on the GitHub repository.\n\n## Example Project usage\n\nThis project has a standard MkDocs layout which is built by Read the Docs almost the same way that you would build it\nlocally (on your own laptop!).\n\nYou can build and view this documentation project locally - we recommend that you activate\n[a local Python virtual environment first](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment):\n\n```console\n# Install required Python dependencies (MkDocs etc.)\npip install -r docs/requirements.txt\n\n# Run the mkdocs development server\nmkdocs serve\n```\n\n## Read the Docs tutorial\n\nTo get started with Read the Docs, you may also refer to the\n[Read the Docs tutorial](https://docs.readthedocs.io/en/stable/tutorial/). It provides a full walk-through of building\nan example project similar to the one in this repository.\n\nYou can also find the [Project documentation with Markdown](https://mkdocs.readthedocs.io).\n\n-----\n:copyright: 2024 by Marc SIBERT\u003cbr/\u003e\nSome parts of the site are [`AI-powered outline courtesy of LLaMA`](https://labs.perplexity.ai/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcussacapuces91%2Fdoc-tft_espi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcussacapuces91%2Fdoc-tft_espi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcussacapuces91%2Fdoc-tft_espi/lists"}