From c54c9b336c1682c2e574fb678bf140d5333527ec Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 28 Nov 2023 23:49:29 +0000 Subject: [PATCH] Fix gallery build (#1083) Co-authored-by: Rowan Cockett Co-authored-by: Chris Holdgraf --- docs/gallery.yml | 4 ---- docs/tools.md | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/gallery.yml b/docs/gallery.yml index 2f2cb5f..462b5c0 100644 --- a/docs/gallery.yml +++ b/docs/gallery.yml @@ -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 diff --git a/docs/tools.md b/docs/tools.md index 129990a..5aab4c0 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -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