fix up some index links

develop
myk002 2022-07-22 14:38:16 -07:00
parent 2fd6d528ce
commit 6752025848
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
3 changed files with 7 additions and 8 deletions

@ -26,7 +26,7 @@ DFHack commands can be implemented in any of three ways:
more flexible about versions, and easier to distribute. more flexible about versions, and easier to distribute.
Most third-party DFHack addons are scripts. Most third-party DFHack addons are scripts.
All tools distributed with DFHack are documented `here <tools-index>`. All tools distributed with DFHack are documented `here <genindex>`.
Using DFHack Commands Using DFHack Commands
===================== =====================
@ -185,7 +185,7 @@ where ``*`` can be any string, including the empty string.
A world being loaded can mean a fortress, an adventurer, or legends mode. A world being loaded can mean a fortress, an adventurer, or legends mode.
These files are best used for non-persistent commands, such as setting These files are best used for non-persistent commands, such as setting
a `fix <tools-index>` script to run on `repeat`. a :dfhack-tag:`fix` script to run on `repeat`.
.. _onMapLoad.init: .. _onMapLoad.init:

@ -51,11 +51,10 @@ is more complete and currently better-documented, however. Referring to existing
scripts as well as the API documentation can be helpful when developing new scripts as well as the API documentation can be helpful when developing new
scripts. scripts.
`Scripts included in DFHack <tools-index>` live in a separate Scripts included in DFHack live in a separate
`scripts repository <https://github.com/dfhack/scripts>`_. This can be found in :source-scripts:`scripts repository <>`. This can be found in the ``scripts``
the ``scripts`` submodule if you have submodule if you have `cloned DFHack <compile-how-to-get-the-code>`, or the
`cloned DFHack <compile-how-to-get-the-code>`, or the ``hack/scripts`` folder ``hack/scripts`` folder of an installed copy of DFHack.
of an installed copy of DFHack.
Core Core
---- ----

@ -63,7 +63,7 @@ are not built by default, but can be built by setting the ``BUILD_DEVEL``
Scripts Scripts
~~~~~~~ ~~~~~~~
Several `development scripts <tools-index>` can be useful for memory research. Several :dfhack-tag:`development tools <dev>` can be useful for memory research.
These include (but are not limited to): These include (but are not limited to):
- `devel/dump-offsets` - `devel/dump-offsets`