source-code-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(guide)
m (remove unused colons)
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
* '''to URL''': the URL of the destination that is being linked to
* '''to URL''': the URL of the destination that is being linked to


Please do your best to put the link into ONE of the following subsections (only one should make sense, if it "fits" in multiple, only put it in the first)
Please do your best to put the example into ONE of the following subsections (only one should make sense, if it "fits" in multiple, only put it in the first one that fits.)


== to repo home ==
== directly to source file ==
Sites and or pages that link to their '''top level repository''' or '''repository home page''':
Sites and or pages that link '''directly to their source code''' (in a repository)
* https://docusaurus.io/docs/docs-introduction links to the project GitHub in the footer (link anchor text is "GitHub")
* Hugging Face
* Sites built with the mkdocs-material theme (a popular Python documentation theme) have a feature to add a repository link in the top left corner of the site (example on https://squidfunk.github.io/mkdocs-material/plugins/).
** <b>from URL:</b> https://huggingface.co/docs/transformers/en/model_doc/blip-2
** <b>anchor text:</b> "< > Update on GitHub" link at the very bottom of their docs pages which links to the markdown text file (<samp>.md</samp>) associated with the document.
** <b>to URL:</b> https://github.com/huggingface/transformers/blob/main/docs/source/en/model_doc/blip-2.md
* ...
* ...


Line 22: Line 24:
* ...
* ...


== directly to source file ==
== to repo home ==
Sites and or pages that link '''directly to their source code''' (in a repository)
Sites and or pages that link to their '''top level repository''' or '''repository home page''':
* https://huggingface.co/docs/transformers/en/model_doc/blip-2 has an "< > Update on GitHub" link at the very bottom of their docs pages which links to the markdown text file (<samp>.md</samp>) associated with the document.
* https://docusaurus.io/docs/docs-introduction links to the project GitHub in the footer (link anchor text is "GitHub")
* Sites built with the mkdocs-material theme (a popular Python documentation theme) have a feature to add a repository link in the top left corner of the site (example on https://squidfunk.github.io/mkdocs-material/plugins/).
* ...
* ...



Latest revision as of 09:37, 26 May 2025

This article is a stub. You can help the microformats.org wiki by expanding it.

Examples of pages that link to their source-code and or a repository for such code.

guide to adding examples

If you add an example, please explicitly note the:

  • from URL: the URL of a visible page on the web that has a link on it to its source code and or repository
  • link text: the text (or icon) and perhaps some nearby contextual text that is hyperlinked
  • to URL: the URL of the destination that is being linked to

Please do your best to put the example into ONE of the following subsections (only one should make sense, if it "fits" in multiple, only put it in the first one that fits.)

directly to source file

Sites and or pages that link directly to their source code (in a repository)

to specific repo directory

Sites and or pages that link to the specific directory that contains the source (code) for the page

to repo home

Sites and or pages that link to their top level repository or repository home page:

other

Other examples that do not fit into the above categories / descriptions:

  • A site that links to a repository homepage that is not the repo for the site the page is on, with the anchor text "Find the source code for the example application on GitHub."

See Also