Skip to content

Commit

Permalink
docs: minor tweak so WaspLib docs can reference SRL-T docs and link t…
Browse files Browse the repository at this point in the history
…o them
  • Loading branch information
Torwent committed Feb 5, 2024
1 parent 5b666dd commit 8fec012
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/docgen/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.autosectionlabel',
'sphinx.ext.intersphinx',
'sphinx_copybutton',
'sphinx_togglebutton',
'myst_parser'
Expand Down Expand Up @@ -159,9 +160,10 @@


# -- Extension configuration -------------------------------------------------
intersphinx_mapping = {'SRL-T': ('https://torwent.github.io/SRL-T', None)}
intersphinx_disabled_reftypes = ["*"]

myst_enable_extensions = [
'linkify',
'colon_fence'
]
sphinxemoji_style = 'twemoji'
]
4 changes: 3 additions & 1 deletion optional/handlers/poh.simba
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(*
# POH
(POH)=
# POH Handler
The POH Handler is a handler responsible for making sense of a player's POH (Player Owned House) without
knowing any info about it's setup in advance.

Expand Down Expand Up @@ -135,6 +136,7 @@ function TPOHMap.GetRoomBitmapBox(room: ERSHouseRoom): TBox;
Internal method used to get the box of the {ref}`ERSHouseRoom` you pass in.

This box is a box of the following image:

![poh rooms](../../../osr/walker/poh.png)

Example:
Expand Down

0 comments on commit 8fec012

Please sign in to comment.