Create an "Editor-only" section in the online class reference

This helps to find such classes without digging
through the rest of the class reference.
Editor-only classes can still be found under
your normal "Node" and "Resource" types.

This also fixes a typo and a missed case from the recent platform docs PR.
This commit is contained in:
Yuri Sizov
2023-04-24 21:06:55 +02:00
parent 14c582bca8
commit 3ae282b452
3 changed files with 32 additions and 2 deletions

View File

@ -9,4 +9,4 @@ if [[ "$py_ver" != "3" ]]; then
PYTHON+=3
fi
$PYTHON doc/tools/make_rst.py doc/classes modules --dry-run --color
$PYTHON doc/tools/make_rst.py doc/classes modules platform --dry-run --color