From 1fe7fc388937fa5333f7be99baa95b4b17f2cecd Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 1 Feb 2021 03:12:52 -0500 Subject: [PATCH] 0.5.4 release --- archivebox.core.templatetags.rst | 21 ++++++++++++++++++ archivebox.search.backends.rst | 29 +++++++++++++++++++++++++ archivebox.search.rst | 29 +++++++++++++++++++++++++ archivebox.vendor.rst | 37 ++++++++++++++++++++++++++++++++ 4 files changed, 116 insertions(+) create mode 100644 archivebox.core.templatetags.rst create mode 100644 archivebox.search.backends.rst create mode 100644 archivebox.search.rst create mode 100644 archivebox.vendor.rst diff --git a/archivebox.core.templatetags.rst b/archivebox.core.templatetags.rst new file mode 100644 index 0000000..cf1a13d --- /dev/null +++ b/archivebox.core.templatetags.rst @@ -0,0 +1,21 @@ +archivebox.core.templatetags package +==================================== + +Submodules +---------- + +archivebox.core.templatetags.core\_tags module +---------------------------------------------- + +.. automodule:: archivebox.core.templatetags.core_tags + :members: + :undoc-members: + :show-inheritance: + +Module contents +--------------- + +.. automodule:: archivebox.core.templatetags + :members: + :undoc-members: + :show-inheritance: diff --git a/archivebox.search.backends.rst b/archivebox.search.backends.rst new file mode 100644 index 0000000..1e9e704 --- /dev/null +++ b/archivebox.search.backends.rst @@ -0,0 +1,29 @@ +archivebox.search.backends package +================================== + +Submodules +---------- + +archivebox.search.backends.ripgrep module +----------------------------------------- + +.. automodule:: archivebox.search.backends.ripgrep + :members: + :undoc-members: + :show-inheritance: + +archivebox.search.backends.sonic module +--------------------------------------- + +.. automodule:: archivebox.search.backends.sonic + :members: + :undoc-members: + :show-inheritance: + +Module contents +--------------- + +.. automodule:: archivebox.search.backends + :members: + :undoc-members: + :show-inheritance: diff --git a/archivebox.search.rst b/archivebox.search.rst new file mode 100644 index 0000000..5cefa9c --- /dev/null +++ b/archivebox.search.rst @@ -0,0 +1,29 @@ +archivebox.search package +========================= + +Subpackages +----------- + +.. toctree:: + :maxdepth: 4 + + archivebox.search.backends + +Submodules +---------- + +archivebox.search.utils module +------------------------------ + +.. automodule:: archivebox.search.utils + :members: + :undoc-members: + :show-inheritance: + +Module contents +--------------- + +.. automodule:: archivebox.search + :members: + :undoc-members: + :show-inheritance: diff --git a/archivebox.vendor.rst b/archivebox.vendor.rst new file mode 100644 index 0000000..f4cfe1e --- /dev/null +++ b/archivebox.vendor.rst @@ -0,0 +1,37 @@ +archivebox.vendor package +========================= + +Submodules +---------- + +archivebox.vendor.base32\_crockford module +------------------------------------------ + +.. automodule:: archivebox.vendor.base32_crockford + :members: + :undoc-members: + :show-inheritance: + +archivebox.vendor.pocket module +------------------------------- + +.. automodule:: archivebox.vendor.pocket + :members: + :undoc-members: + :show-inheritance: + +archivebox.vendor.taggit\_utils module +-------------------------------------- + +.. automodule:: archivebox.vendor.taggit_utils + :members: + :undoc-members: + :show-inheritance: + +Module contents +--------------- + +.. automodule:: archivebox.vendor + :members: + :undoc-members: + :show-inheritance: