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

Fix gallery build #1083

Merged
merged 4 commits into from
Nov 28, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@
repository: https://github.com/rafneta/CienciaDatosPythonCIDE
image: https://raw.githubusercontent.com/rafneta/CienciaDatosPythonCIDE/master/docs/logo.jpg
website: https://rafneta.github.io/CienciaDatosPythonCIDE/intro.html
- name: "Development Data Partnership"
repository:
image: https://raw.githubusercontent.com/datapartnership/welcome/master/images/logo.png
website: https://docs.datapartnership.org
- name: "OpenPifPaf Guide"
image: https://openpifpaf.github.io/_static/logo.png
website: https://openpifpaf.github.io
Expand Down
4 changes: 2 additions & 2 deletions docs/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ Here are its main features:
- Follows the __[CommonMark spec](http://spec.commonmark.org/)__ for baseline parsing
- Configurable syntax: You can add new rules and even replace existing ones
- Pluggable: Adds syntax extensions to extend the parser (see the [plugin list](https://markdown-it-py.readthedocs.io/en/latest/plugins.html#md-plugins))
- High speed (see our [benchmarking tests](https://markdown-it-py.readthedocs.io/en/latest/other.html#performance))
- [Safe by default](https://markdown-it-py.readthedocs.io/en/latest/other.html#security)
- High speed (see our [benchmarking tests](https://markdown-it-py.readthedocs.io/en/latest/performance.html))
- [Safe by default](https://markdown-it-py.readthedocs.io/en/latest/security.html)


## JavaScript stack
Expand Down