Skip to content

Commit

Permalink
docs: Fix spacing error
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Oct 13, 2024
1 parent cea4f58 commit 94115a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user_guide/01-getting-started/03-accessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The screen is then shown to the player. This allows the player to open
the encyclopaedia.

.. code-block:: renpy
init python:
greek_mythology = Encyclopaedia(name="Greek Mythology")
Expand Down
1 change: 1 addition & 0 deletions docs/user_guide/03-interface/01-default-screens.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ This screen should only be opened using the `SetEntry` Action.
Example:

.. code-block:: renpy
init python:
my_enc = Encyclopaedia(...)
my_encentry = EncEntry(parent=my_enc, ...)
Expand Down
1 change: 1 addition & 0 deletions docs/user_guide/03-interface/02-custom-screens.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ In the following toy example, instead of textbuttons for each entry, we're going
to use an imagebutton.

.. code-block:: renpy
screen custom_encyclopaedia_screen(enc):
vbox:
for entry in enc.current_entries:
Expand Down

0 comments on commit 94115a2

Please sign in to comment.