Skip to content

Commit

Permalink
Merge pull request #4829 from Bumber64/gui_docs
Browse files Browse the repository at this point in the history
Improve docs by linking to GUI versions of tools
  • Loading branch information
myk002 authored Aug 2, 2024
2 parents 6ff3db2 + badcf49 commit fd85cb3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/plugins/autobutcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ autobutcher
:tags: fort auto fps animals

This plugin monitors how many pets you have of each gender and age and assigns
excess livestock for slaughter. Units will be ignored if they are:
excess livestock for slaughter. See `gui/autobutcher` for an in-game interface.
Units will be ignored if they are:

* Untamed
* Named or nicknamed
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/autodump.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ autodump
This tool can instantly move all unforbidden items marked for dumping to the
tile under the keyboard cursor. After moving the items, the dump flag is unset
and the forbid flag is set, just as if it had been dumped normally. See
``gui/autodump`` for an interactive version of this tool.
`gui/autodump` for an interactive version of this tool.

The keyboard cursor can be placed on a floor tile or in the air. If in air,
the items will be converted into projectiles and fall. Items cannot be dumped
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/blueprint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in a blueprint file that you (or anyone else) can later play back with

Blueprints are ``.csv`` or ``.xlsx`` files created in the ``dfhack-config/blueprints``
subdirectory of your DF folder. The map area to turn into a blueprint is either
selected interactively with the ``gui/blueprint`` command or, if the GUI is not
selected interactively with the `gui/blueprint` command or, if the GUI is not
used, starts at the active cursor location and extends right and down for the
requested width and height.

Expand Down
1 change: 1 addition & 0 deletions docs/plugins/createitem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ reaction raws, with the following differences:
instead of a material token.

Corpses, body parts, and prepared meals cannot be created using this tool.
See `gui/create-item` for an interactive version of the tool.

Usage
-----
Expand Down
2 changes: 2 additions & 0 deletions docs/plugins/suspendmanager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ When enabled, ``suspendmanager`` will watch your active jobs and:
- suspend construction jobs that would cave in immediately on completion,
such as when building walls or floors next to grates/bars.

See `gui/suspendmanager` for a graphical configuration interface.

Usage
-----

Expand Down

0 comments on commit fd85cb3

Please sign in to comment.