Core.rst: document how commands work and are used#979
Merged
lethosor merged 3 commits intoDFHack:developfrom Aug 22, 2016
Merged
Core.rst: document how commands work and are used#979lethosor merged 3 commits intoDFHack:developfrom
lethosor merged 3 commits intoDFHack:developfrom
Conversation
Plus consequential changes and minor updates to the table of contents.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I started by adding docs for the command syntax introduced in #767, but realised that most of the "misc notes" were actually about how to use commands and their syntax. So that's a section now, and I did some minor rearrangement of the table of contents too.
This leaves the Misc. Notes section at the end as a placeholder with just two entries, both of which have associated issues to resolve them.
I also confirmed that the
+-args work as expected on Windows before adding the docs.