Jon Pablo
Jon Pablo
Fixes: #11018 Formatting Updates: - replaced "`Fx`" with "**fx**" - removed `padding-bottom` from all `##`/`h2` elements - added a divider before the "Styles" section Content Updates: - replaced "widget" with...
## Why are these changes needed? Fixes flake8 linting error [E501](https://www.flake8rules.com/rules/E501.html), line too long (82 > 79 characters). Ran the flake8 linting script ```bash flake8 --select E501 --extend-exclude python/ray/core/generated,python/ray/serve/generated/,python/ray/cloudpickle/,python/ray/_private/runtime_env/_clonevirtualenv.py,doc/external/,python/ray/dashboard/client/node_modules,python/.venv ```...