From 8c332c94fb08f63aab9484e471c685e5dc2008d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sag=E2=80=8Be?= Date: Mon, 4 Nov 2024 17:31:13 +0000 Subject: [PATCH] Fix incorrect autodoc-object directive --- docs/autodoc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/autodoc.md b/docs/autodoc.md index a2043cb..cb5baa0 100644 --- a/docs/autodoc.md +++ b/docs/autodoc.md @@ -1,6 +1,6 @@ -# `autodoc-object` directive +# `autodoc2-object` directive -The `autodoc-object` directive can be used to render the documentation for a single Python object. +The `autodoc2-object` directive can be used to render the documentation for a single Python object. It takes a single argument, the fully qualified name of the object that should be rendered. Using the `:literal:` option, the pre-rendered content will be rendered as a literal block,