From ed9dcccff5d3ff7a63c558d8b3122fb8801dd26d Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 10 Mar 2023 13:49:02 -0800 Subject: [PATCH] Update autodoc.md --- 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,