Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Oct 28, 2023
1 parent 902b7a7 commit d4f78c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d4f78c1

Please sign in to comment.