From: Ian Jackson Date: Wed, 4 May 2022 22:46:52 +0000 (+0100) Subject: docs: Fix wrong information about builtin shape libraries X-Git-Tag: otter-1.1.0~270 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=85041c4900e122e18ef7844a1184e44e0d060f93;p=otter.git docs: Fix wrong information about builtin shape libraries shapelib-toml.rs is basically obsolete now - we just haven't dismantled it yet. Now this is all in docs/shapelibs.rst. Signed-off-by: Ian Jackson --- diff --git a/docs/dev.md b/docs/dev.md index 39347a56..1ca3892c 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -78,11 +78,9 @@ Otter's builtin shape libraries use SVGs. The sources for the SVGs are all in the otter source tree, in the `library/` directory. Each shape is listed in one of the ``library/*.toml`` files, in a -`files` entry. (Most of) the syntax and semantics of this file are -documented in the Rustdoc documentation for the module -`otter::shapelib_toml`. If you run `make -j8 shapelib` it will print -out a `file://` url for these docs. -XXX +`files` entry. These are shape library catalogues, although in a +slightly different format to the ones found in bundles. (In +particular, the builtin libraries are not processed with Tera.) You can preview the shapes, including any changes you make, without a whole game server, by running `make -j8 shapelib`, and looking at