[Mesa-dev] [PATCH 15/16] docs: Human edits to the website code for clarity.
Eric Engestrom
eric.engestrom at intel.com
Fri May 25 14:54:57 UTC 2018
On Thursday, 2018-05-24 17:27:18 -0700, Laura Ekstrand wrote:
> There's a lot here. If you're interested, it's mostly whitespace fixes,
> switching variable names and function names to the Sphinx orange variable
> highlight style, and naming code blocks to take advantage of Pygments
> syntax highlighting.
> ---
> docs/application-issues.rst | 8 +-
> docs/autoconf.rst | 9 +-
> docs/codingstyle.rst | 36 +++----
> docs/conf.py | 2 +-
> docs/conform.rst | 2 +-
> docs/debugging.rst | 12 +--
> docs/devinfo.rst | 26 ++---
> docs/download.rst | 6 +-
> docs/egl.rst | 2 +-
> docs/extensions.rst | 42 ++++----
> docs/faq.rst | 38 +++----
> docs/helpwanted.rst | 14 +--
> docs/index.rst | 240 +++++++++++++++++++++++---------------------
> docs/install.rst | 64 ++++++------
> docs/intro.rst | 124 +++++++++++------------
> docs/license.rst | 12 +--
> docs/llvmpipe.rst | 65 +++++-------
> docs/mangling.rst | 4 +-
> docs/meson.rst | 18 ++--
> docs/osmesa.rst | 12 +--
> docs/perf.rst | 85 +++++++++++-----
> docs/postprocess.rst | 11 +-
> docs/precompiled.rst | 6 +-
> docs/release-calendar.rst | 158 ++++++++++-------------------
> docs/releasing.rst | 158 ++++++++++++++---------------
> docs/repository.rst | 59 ++++++-----
> docs/shading.rst | 99 ++++++++++++------
> docs/sourcetree.rst | 12 +--
> docs/submittingpatches.rst | 123 ++++++++++++-----------
> docs/thanks.rst | 2 +-
> docs/versions.rst | 8 +-
> docs/viewperf.rst | 94 ++++++++---------
> docs/vmware-guest.rst | 146 +++++++++++++--------------
> docs/xlibdriver.rst | 60 +++++------
> 34 files changed, 882 insertions(+), 875 deletions(-)
>
[snip]
> diff --git a/docs/conf.py b/docs/conf.py
> index 33bf717a87..c6eac2394d 100644
> --- a/docs/conf.py
> +++ b/docs/conf.py
> @@ -99,7 +99,7 @@ html_theme = 'sphinx_rtd_theme'
> # Add any paths that contain custom static files (such as style sheets) here,
> # relative to this directory. They are copied after the builtin static files,
> # so a file named "default.css" will overwrite the builtin "default.css".
> -html_static_path = []
> +html_static_path = ['specs/']
Any reason not to do this right away when creating the file in patch 6? :)
That way the corresponding hunk in patch 12 is not necessary either.
More information about the mesa-dev
mailing list