From 5f8b5fa64f694fb06b26f7e352c465881c9b50be Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Thu, 16 May 2024 20:00:17 +0800 Subject: [PATCH] dev(narugo): add into docs --- docs/source/api_doc/entry/index.rst | 1 + docs/source/api_doc/entry/ls_repo.rst | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/source/api_doc/entry/ls_repo.rst diff --git a/docs/source/api_doc/entry/index.rst b/docs/source/api_doc/entry/index.rst index fa19907297..3e230abab8 100644 --- a/docs/source/api_doc/entry/index.rst +++ b/docs/source/api_doc/entry/index.rst @@ -14,6 +14,7 @@ hfutils.entry dispatch download ls + ls_repo upload whoami diff --git a/docs/source/api_doc/entry/ls_repo.rst b/docs/source/api_doc/entry/ls_repo.rst new file mode 100644 index 0000000000..d8cf5e702d --- /dev/null +++ b/docs/source/api_doc/entry/ls_repo.rst @@ -0,0 +1,14 @@ +hfutils.entry.ls_repo +================================ + +.. currentmodule:: hfutils.entry.ls_repo + +.. automodule:: hfutils.entry.ls_repo + + +NoLocalAuthentication +---------------------------------- + +.. autoclass:: NoLocalAuthentication + +