From d4f78c16b529d80d5b85857531b1363507b4f24d Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Fri, 27 Oct 2023 21:59:49 -0600 Subject: [PATCH] Updated documentation --- docs/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index ddf9c06..a860f73 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -43,8 +43,7 @@ Here is a simple example showing some of the basic features of :mod:`aastex`. abstract.append("Some text summarizing the article. ") abstract.append(r"\lipsum[1-1]") - intro = pylatex.Section("Introduction") - intro.escape = False + intro = aastex.Section("Introduction") intro.append(r"\lipsum[2-4]") doc = aastex.Document(