diff --git a/docs/Remote.rst b/docs/Remote.rst index f588eb875..c41a14058 100644 --- a/docs/Remote.rst +++ b/docs/Remote.rst @@ -65,6 +65,8 @@ Third-party tools that use the RPC API include: - `Armok Vision `_ (:forums:`Bay12 forums thread <146473>`) +.. _remote-client-libs: + Client libraries ---------------- @@ -75,7 +77,8 @@ from other (non-C++) languages, including: - `dfhackrpc `_ for Go - `dfhack-remote `_ for JavaScript - `dfhack-client-qt `_ for C++ with Qt -- `dfhack-remote.py `_ for Python (adapted from :forums:`"Blendwarf" <178089>`) +- `dfhack-client-python `_ for Python (adapted from :forums:`"Blendwarf" <178089>`) +- `dfhack-client-java `_ for Java Protocol description diff --git a/docs/changelog.txt b/docs/changelog.txt index a92bd7ee9..cece75f72 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -33,6 +33,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: # Future +## Documentation +- Added more client library implementations to the `remote interface docs ` + # 0.47.05-r1 ## Fixes