Skip to content

Commit

Permalink
Merge pull request #2220 from wolfboyft/modding-guide
Browse files Browse the repository at this point in the history
Modding guide
  • Loading branch information
myk002 authored Sep 14, 2022
2 parents b88d343 + 20a5529 commit 4b7800f
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Lua API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ implemented by Lua files located in :file:`hack/lua/*`
:local:
:depth: 2

.. _lua-df:

=========================
DF data structure wrapper
Expand Down Expand Up @@ -5175,6 +5176,8 @@ General script API
return
end

.. _reqscript:

Importing scripts
=================

Expand Down
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `quickfort`: `Dreamfort <quickfort-blueprint-guide>` blueprint set improvements: set traffic designations to encourage dwarves to eat cooked food instead of raw ingredients

## Documentation
- Added `modding-guide`
- Update all DFHack tool documentation (300+ pages) with standard syntax formatting, usage examples, and overall clarified text.
- Group DFHack tools by `tag <tools>` so similar tools are grouped and easy to find

Expand Down
1 change: 1 addition & 0 deletions docs/guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ These pages are detailed guides covering DFHack tools.
:maxdepth: 1

/docs/guides/examples-guide
/docs/guides/modding-guide
/docs/guides/quickfort-library-guide
/docs/guides/quickfort-user-guide
/docs/guides/quickfort-alias-guide
Loading

0 comments on commit 4b7800f

Please sign in to comment.