tornavis/doc
Campbell Barton 1c6b66c9cf PyDoc: replace in-lined enum references with links where possible
Avoid in-lining large enums such as icons and event types, linking
to them instead.

This mitigates T76453, where long enums took a lot of space in the docs,
this was a problem with `UILayout` where each icon argument would list
all icons. [0] worked around the issue using CSS to scroll the list.
However this has the draw-back where some items are clipped in a way
that's not obvious, see: T87008.

The reason this isn't a complete solution is that Python defined enums
aren't written into their own pages which can be linked to, although
currently there are no large Python enums included in the API docs.
All in-lined enums are now under 20 items.

[0]: 1e8f266591
2022-05-31 14:19:06 +10:00
..
blender_file_format Cleanup: autopep8 2022-04-26 15:03:04 +10:00
doxygen Blender 3.3 bcon1 - alpha 2022-05-02 10:28:30 +02:00
guides Spelling fixes in comments and descriptions, patch by luzpaz 2019-07-31 14:27:35 +02:00
license Docs: add license text file for LGPL2.1 2022-03-18 10:27:01 +11:00
manpage Cleanup: run autopep8 on doc/ 2022-04-20 15:10:14 +10:00
python_api PyDoc: replace in-lined enum references with links where possible 2022-05-31 14:19:06 +10:00