Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add idtracker.ai to gallery.yaml #1290

Merged
merged 2 commits into from Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/_static/custom.css
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
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