From e1a8aa3d4be7d747c523239f28d7e5d1d7b66b3d Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Thu, 14 Sep 2023 09:16:43 +0200 Subject: [PATCH 1/2] Fix the test link in documentation --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 62a797a..9333122 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,4 +36,4 @@ Do not expect to fetch a large repository with it. It can be tried with the current documentation, by providing parameters in the current URL of the documentation. As an example the following URL will reload the current page with some repo parameters:\ - +[https://litegitpuller.readthedocs.io/en/latest/index.html?repo=https%3A%2F%2Fgithub.com%2Fbrichet%2Ftesting-repo&urlpath=tree%2Ftesting-repo%2Fnotebooks%2Fsimple.ipynb&branch=main](https://litegitpuller.readthedocs.io/en/latest/index.html?repo=https%3A%2F%2Fgithub.com%2Fbrichet%2Ftesting-repo&urlpath=tree%2Ftesting-repo%2Fnotebooks%2Fsimple.ipynb&branch=main) From a4e500108562647502ff2e67eba540b81e63a370 Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Thu, 14 Sep 2023 16:09:18 +0200 Subject: [PATCH 2/2] Uses inline HTML to avoid my_st parser and fix the link --- docs/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 9333122..370f9a9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,4 +36,7 @@ Do not expect to fetch a large repository with it. It can be tried with the current documentation, by providing parameters in the current URL of the documentation. As an example the following URL will reload the current page with some repo parameters:\ -[https://litegitpuller.readthedocs.io/en/latest/index.html?repo=https%3A%2F%2Fgithub.com%2Fbrichet%2Ftesting-repo&urlpath=tree%2Ftesting-repo%2Fnotebooks%2Fsimple.ipynb&branch=main](https://litegitpuller.readthedocs.io/en/latest/index.html?repo=https%3A%2F%2Fgithub.com%2Fbrichet%2Ftesting-repo&urlpath=tree%2Ftesting-repo%2Fnotebooks%2Fsimple.ipynb&branch=main) + + + https://litegitpuller.readthedocs.io/en/latest/index.html?repo=https%3A%2F%2Fgithub.com%2Fbrichet%2Ftesting-repo&urlpath=tree%2Ftesting-repo%2Fnotebooks%2Fsimple.ipynb&branch=main +