[Mesa-dev] [PATCH mesa 0/5] gallium/docs: formatting fixes
Eric Engestrom
eric.engestrom at imgtec.com
Tue Feb 21 14:15:34 UTC 2017
I noticed a bunch of warnings and errors when compiling the docs, so
I fixed the ones I knew how.
There's a couple warnings left to fix, if anyone's interested:
- src/gallium/docs/source/drivers/freedreno/ir3-notes.rst:195:
WARNING: Could not lex literal_block as "c". Highlighting skipped.
Should this block be marked as assembly? (Rob Clark? you wrote this
a couple years ago)
- src/gallium/docs/source/distro.rst:104:
WARNING: undefined label: egl
There is no EGL section in distro.rst, if anyone wants to write it :)
- src/gallium/docs/source/conf.py:126:
WARNING: html_static_path entry 'src/gallium/docs/source/_static' does not exist
This one can be safely ignored, or silenced by creating the directory
locally. I could create the directory in git by putting some dummy file
in there (git ignores empty directories), but that doesn't feel right.
Cc: Rob Clark <robclark at freedesktop.org>
Eric Engestrom (5):
gallium/docs: fix sublist formatting
gallium/docs: add missing math formatting
gallium/docs: add missing newlines
gallium/docs: fix section title formatting
gallium/docs: use imgmath instead of pngmath
src/gallium/docs/source/conf.py | 2 +-
src/gallium/docs/source/context.rst | 2 ++
src/gallium/docs/source/tgsi.rst | 41 +++++++++++++++++++++++++++++++++++--
3 files changed, 42 insertions(+), 3 deletions(-)
--
Cheers,
Eric
More information about the mesa-dev
mailing list