Skip to content

Commit

Permalink
Add idtracker.ai to gallery.yaml (#1290)
Browse files Browse the repository at this point in the history
* add idtracker.ai to gallery.md

* add CSS to suppress link formatting

---------

Co-authored-by: Daniel McCloy <dan@mccloy.info>
  • Loading branch information
jordi-torrents and drammock committed Sep 21, 2023
1 parent 07c0dfb commit 1741930
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ div.admonition.admonition-youtube > .admonition-title {
color: white;
}
/* end-custom-youtube */

/* fix for project names that are parsed as links: the whole card is a link so
* don't format the project name itself like a text link
*/
div.downstream-project-links a {
text-decoration: none !important;
color: inherit !important;
}
3 changes: 3 additions & 0 deletions docs/examples/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Thanks for your support!

```{gallery-grid}
:grid-columns: "1 2 3 4"
:class-card: "downstream-project-links"
- title: Binder
link: https://mybinder.readthedocs.io/en/latest/index.html
Expand All @@ -34,6 +35,8 @@ Thanks for your support!
link: https://fairlearn.org/main/about/
- title: Feature-engine
link: https://feature-engine.readthedocs.io/
- title: idtracker.ai
link: https://idtracker.ai/
- title: MegEngine
link: https://www.megengine.org.cn/doc/stable/en/index.html
- title: PyVista
Expand Down

0 comments on commit 1741930

Please sign in to comment.