Convert external docs links to internal links

develop
lethosor 2020-10-01 21:59:48 -04:00
parent 5d98193c54
commit 53b78d5266
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 15 additions and 23 deletions

@ -1,11 +1,10 @@
DFHack Quickfort User Manual DFHack Quickfort User Manual
============================ ============================
DFHack Quickfort is a DFHack script that helps you build fortresses from `Quickfort <quickfort>` is a DFHack script that helps you build fortresses from
"blueprint" .csv and .xlsx files. Many applications exist to edit these files, "blueprint" .csv and .xlsx files. Many applications exist to edit these files,
such as MS Excel and `Google Sheets <https://sheets.new>`__. You can also build such as MS Excel and `Google Sheets <https://sheets.new>`__. You can also build
your plan "for real" in Dwarf Fortress, and then export your map using DFHack's your plan "for real" in Dwarf Fortress, and then export your map using the `blueprint`
`blueprint <https://docs.dfhack.org/en/stable/docs/Plugins.html#blueprint>`__
plugin. Most layout and building-oriented DF commands are supported through the plugin. Most layout and building-oriented DF commands are supported through the
use of multiple files or spreadsheets, each describing a different phase of DF use of multiple files or spreadsheets, each describing a different phase of DF
construction: designation, building, placing stockpiles/zones, and setting construction: designation, building, placing stockpiles/zones, and setting
@ -25,13 +24,12 @@ This document focuses on DFHack Quickfort's capabilities and teaches players how
to understand and build blueprint files. Some of the text was originally written to understand and build blueprint files. Some of the text was originally written
by Joel Thornton, reused here with his permission. by Joel Thornton, reused here with his permission.
For those just looking to apply blueprints, check out the `quickfort command For those just looking to apply blueprints, check out the `quickfort command's
syntax <https://docs.dfhack.org/en/stable/docs/_auto/base.html#quickfort>`__ in documentation <quickfort>` for syntax. There are also many ready-to-use blueprints
the DFHack Scripts documentation. There are also many ready-to-use blueprints
available in the ``blueprints/library`` subfolder in your DFHack installation. available in the ``blueprints/library`` subfolder in your DFHack installation.
Browse them on your computer or Browse them on your computer or
`online <https://github.com/DFHack/dfhack/tree/develop/data/blueprints/library>`__, `online <https://github.com/DFHack/dfhack/tree/develop/data/blueprints/library>`__,
or run ``quickfort list -l`` at the ``DFHack#`` prompt to list them, and then or run ``quickfort list -l`` at the ``[DFHack]#`` prompt to list them, and then
``quickfort run`` to apply them to your fort! ``quickfort run`` to apply them to your fort!
See the `Links section <#links>`__ for more information and online resources. See the `Links section <#links>`__ for more information and online resources.
@ -1007,17 +1005,13 @@ manufacture all required materials, and the jobs will be fulfilled as the
materials become available. materials become available.
If a ``#build`` blueprint only refers to supported types, the buildingplan If a ``#build`` blueprint only refers to supported types, the buildingplan
integration pairs well with the integration pairs well with the `workflow` plugin, which can build items a few
`workflow <https://docs.dfhack.org/en/stable/docs/Plugins.html#workflow>`__ at a time continuously as long as they are needed. For building types that are
plugin, which can build items a few at a time continuously as long as they are not yet supported by buildingplan, a good pattern to follow is to first run
needed. For building types that are not yet supported by buildingplan, a good ``quickfort orders`` on the ``#build`` blueprint to manufacture all the required
pattern to follow is to first run ``quickfort orders`` on the ``#build`` items, then apply the blueprint itself.
blueprint to manufacture all the required items, then apply the blueprint
itself. See the `buildingplan documentation <buildingplan>` for a list of supported types.
See `buildingplan
documentation <https://docs.dfhack.org/en/stable/docs/Plugins.html#buildingplan>`__
for a list of supported types.
Generating manager orders Generating manager orders
------------------------- -------------------------
@ -1118,8 +1112,7 @@ Links
Quickfort links Quickfort links
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
- `Quickfort command - `Quickfort command syntax <quickfort>`
syntax <https://docs.dfhack.org/en/stable/docs/_auto/base.html#quickfort>`__
- `Quickfort forum - `Quickfort forum
thread <http://www.bay12forums.com/smf/index.php?topic=176889.0>`__ thread <http://www.bay12forums.com/smf/index.php?topic=176889.0>`__
- `Quickfort blueprints - `Quickfort blueprints
@ -1131,8 +1124,7 @@ Quickfort links
Related tools Related tools
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
- DFHack's `blueprint - DFHack's `blueprint plugin <blueprint>` can generate blueprints from actual
plugin <https://docs.dfhack.org/en/stable/docs/Plugins.html#blueprint>`__ can DF maps.
generate blueprints from actual DF maps.
- `Python Quickfort <http://joelpt.net/quickfort>`__ is the previous, - `Python Quickfort <http://joelpt.net/quickfort>`__ is the previous,
Python-based implementation that DFHack's quickfort script was inspired by. Python-based implementation that DFHack's quickfort script was inspired by.