diff --git a/conf.py b/conf.py index d5ecc3a45..bf1dde2c4 100644 --- a/conf.py +++ b/conf.py @@ -209,7 +209,7 @@ extlinks = { 'bug': ('https://www.bay12games.com/dwarves/mantisbt/view.php?id=%s', 'Bug '), 'source': ('https://github.com/DFHack/dfhack/tree/develop/%s', ''), - 'source:scripts': ('https://github.com/DFHack/scripts/tree/master/%s', ''), + 'source-scripts': ('https://github.com/DFHack/scripts/tree/master/%s', ''), 'issue': ('https://github.com/DFHack/dfhack/issues/%s', 'Issue '), 'commit': ('https://github.com/DFHack/dfhack/commit/%s', 'Commit '), } diff --git a/docs/Core.rst b/docs/Core.rst index 37295d0d7..1c0db7724 100644 --- a/docs/Core.rst +++ b/docs/Core.rst @@ -492,7 +492,7 @@ the root DF folder. .. admonition:: Tip - When developing scripts in the :source:scripts:`dfhack/scripts repo <>`, + When developing scripts in the :source-scripts:`dfhack/scripts repo <>`, it may be useful to add the path to your local copy of the repo with ``+``. This will allow you to make changes in the repo and have them take effect immediately, without needing to re-install or copy scripts over manually. diff --git a/docs/Lua API.rst b/docs/Lua API.rst index 94bca09f1..14c1bd0ed 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -4405,7 +4405,7 @@ the extension omitted. For example: Scripts can also be placed in other folders - by default, these include :file:`raw/scripts` and :file:`data/save/{region}/raw/scripts`, but additional folders can be added (for example, a copy of the -:source:scripts:`scripts repository <>` for local development). See +:source-scripts:`scripts repository <>` for local development). See `script-paths` for more information on how to configure this behavior. If the first line of the script is a one-line comment (starting with ``--``), diff --git a/docs/changelog.txt b/docs/changelog.txt index b31054119..16589f759 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -48,7 +48,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - ``utils.processArgsGetopt()``: now returns negative numbers (e.g. ``-10``) in the list of positional parameters instead of treating it as an option string equivalent to ``-1 -0`` - ``utils.processArgsGetopt()``: now properly handles ``--`` like GNU ``getopt`` as a marker to treat all further parameters as non-options - ``utils.processArgsGetopt()``: now detects when required arguments to long-form options are missing -- `xlsxreader`: Added Lua class wrappers for the xlsxreader plugin API +- `xlsxreader`: added Lua class wrappers for the xlsxreader plugin API ## Documentation - Added more client library implementations to the `remote interface docs ` diff --git a/docs/guides/quickfort-user-guide.rst b/docs/guides/quickfort-user-guide.rst index 89d1d4997..b539279c3 100644 --- a/docs/guides/quickfort-user-guide.rst +++ b/docs/guides/quickfort-user-guide.rst @@ -1564,7 +1564,7 @@ Links - :source:`Quickfort blueprints library ` - :forums:`Quickfort forum thread <176889>` - :issue:`DFHack issue tracker <>` -- :source:scripts:`Quickfort source code ` +- :source-scripts:`Quickfort source code ` **Related tools:**