From e7576462c7dc675f9539b11891f901b69f95c1ae Mon Sep 17 00:00:00 2001 From: rohanpm Date: Thu, 17 Nov 2022 00:34:25 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20release-?= =?UTF-8?q?engineering/repo-autoindex@7a5572d4807175a95da975ca13fe8f72129f?= =?UTF-8?q?0d2b=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index ab6a72a..964c6fc 100644 --- a/index.html +++ b/index.html @@ -149,17 +149,17 @@ error to be raised.

-class repo_autoindex.GeneratedIndex(content: str, relative_dir: str = '.')
+class repo_autoindex.GeneratedIndex(content: str, relative_dir: str = '.')

A single HTML index page generated by repo-autoindex.

-content: str
+content: str

The content of this index page (an HTML document).

-relative_dir: str = '.'
+relative_dir: str = '.'

The directory of this index page, relative to the root of the indexed repository.

@@ -168,7 +168,7 @@ repository.

-async repo_autoindex.autoindex(url: str, *, fetcher: Optional[Callable[[str], Awaitable[Optional[str]]]] = None, index_href_suffix: str = '') AsyncGenerator[GeneratedIndex, None]
+async repo_autoindex.autoindex(url: str, *, fetcher: Optional[Callable[[str], Awaitable[Optional[str]]]] = None, index_href_suffix: str = '') AsyncGenerator[GeneratedIndex, None]

Generate HTML indexes for a repository.

Parameters:
@@ -213,7 +213,7 @@ of any supported type.

  • ContentError – Raised if indexed content appears to be invalid (for example, a yum repository has invalid repodata).

  • -
  • Exception – Any exception raised by fetcher will propagate (for example, I/O errors or +

  • Exception – Any exception raised by fetcher will propagate (for example, I/O errors or HTTP request failures).