move dev docs into dev dir

develop
Myk Taylor 2022-11-30 03:59:26 -08:00
parent 64ce2559fd
commit e952957f91
No known key found for this signature in database
18 changed files with 31 additions and 31 deletions

@ -24,4 +24,4 @@ Older Changelogs
================
Are kept in a separate file: `History`
.. that's ``docs/History.rst``, if you're reading the raw text.
.. that's ``docs/about/History.rst``, if you're reading the raw text.

@ -1,6 +1,6 @@
====================
DFHack API reference
====================
===================
DFHack API concepts
===================
.. toctree::
:maxdepth: 1

@ -155,7 +155,7 @@ gui/assign-rack
Bind to a key (the example config uses :kbd:`P`), and activate when viewing a weapon
rack in the :kbd:`q` mode.
.. image:: images/assign-rack.png
.. image:: /docs/images/assign-rack.png
This script is part of a group of related fixes to make the armory storage
work again. The existing issues are:

@ -2,9 +2,9 @@
.. _lua-api:
##############
DFHack Lua API
##############
########################
DFHack Lua API Reference
########################
DFHack has extensive support for
the Lua_ scripting language, providing access to:

@ -0,0 +1,21 @@
========================
DFHack development guide
========================
These are pages relevant to people developing for DFHack.
.. toctree::
:maxdepth: 1
/docs/dev/Dev-intro
/docs/dev/Compile
/docs/dev/Contributing
/docs/dev/Documentation
/docs/api/index
/docs/dev/Lua API
/docs/dev/overlay-dev-guide
/docs/dev/Structures-intro
/docs/dev/Memory-research
/docs/dev/Binpatches
/docs/dev/Remote
/docs/dev/NEWS-dev

@ -7,9 +7,8 @@ These pages are detailed guides covering DFHack tools.
.. toctree::
:maxdepth: 1
/docs/guides/examples-guide
/docs/guides/overlay-dev-guide
/docs/guides/modding-guide
/docs/guides/examples-guide
/docs/guides/quickfort-library-guide
/docs/guides/quickfort-user-guide
/docs/guides/quickfort-alias-guide

@ -1,20 +0,0 @@
========================
DFHack development guide
========================
These are pages relevant to people developing for DFHack.
.. toctree::
:maxdepth: 1
/docs/Dev-intro
/docs/Contributing
/docs/Compile
/docs/NEWS-dev
/docs/Lua API
/docs/Remote
/docs/api/index
/docs/Documentation
/docs/Structures-intro
/docs/Memory-research
/docs/Binpatches

@ -30,5 +30,5 @@ User Manual
/docs/Core
/docs/Tools
/docs/guides/index
/docs/index-dev
/docs/dev/index
/docs/about/index