From 39917f1ebeeba3d4bda6d1a215d6c133e153a266 Mon Sep 17 00:00:00 2001 From: Cody Glassman Date: Fri, 20 Jun 2025 06:12:55 -0700 Subject: [PATCH] docs - address more naming consistency with hyphens --- docs/source/conf.py | 2 +- docs/source/manuals/openmw-cs/index.rst | 7 +++---- docs/source/reference/modding/custom-models/index.rst | 1 - docs/source/reference/modding/settings/index.rst | 5 ++--- docs/source/reference/modding/settings/postprocessing.rst | 2 +- docs/source/reference/postprocessing/index.rst | 2 +- 6 files changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b55d53705c..555ea49dfe 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -161,7 +161,7 @@ html_theme_options = asdict(ThemeOptions( main_nav_links= { "Modding": "reference/modding/index", "Lua API": "reference/lua-scripting/overview", - "Postprocessing": "reference/postprocessing/index", + "Post-Processing": "reference/postprocessing/index", }, show_scrolltop=False, # Useful, but hard to position with the Flyout addon since the best place for that is bottom right )) diff --git a/docs/source/manuals/openmw-cs/index.rst b/docs/source/manuals/openmw-cs/index.rst index f65d0a4ae9..223b4ab028 100644 --- a/docs/source/manuals/openmw-cs/index.rst +++ b/docs/source/manuals/openmw-cs/index.rst @@ -1,20 +1,19 @@ -OpenMW CS User Manual +OpenMW-CS User Manual ##################### -The following document is the complete user manual for *OpenMW CS*, the +The following document is the complete user manual for *OpenMW-CS*, the construction set for the OpenMW game engine. It is intended to serve both as an introduction and a reference for the application. Even if you are familiar with modding *The Elder Scrolls III: Morrowind* you should at least read the first few chapters to familiarise yourself with the new interface. .. warning:: - OpenMW CS is still software in development. The manual does not cover any of + OpenMW-CS is still software in development. The manual does not cover any of its shortcomings, it is written as if everything was working as intended. Please report any software problems as bugs in the software, not errors in the manual. .. toctree:: - :caption: Table of Contents :hidden: :maxdepth: 2 diff --git a/docs/source/reference/modding/custom-models/index.rst b/docs/source/reference/modding/custom-models/index.rst index fb317068c4..40416f504c 100644 --- a/docs/source/reference/modding/custom-models/index.rst +++ b/docs/source/reference/modding/custom-models/index.rst @@ -15,7 +15,6 @@ Below is a quick overview of supported formats, followed by separate articles wi * **NIF** is the proprietary format used in the original Morrowind game. It supports static and animated models and everything else the format included in the original game. .. toctree:: - :caption: Table of Contents :hidden: :maxdepth: 1 diff --git a/docs/source/reference/modding/settings/index.rst b/docs/source/reference/modding/settings/index.rst index 940e207e0f..37ea947368 100644 --- a/docs/source/reference/modding/settings/index.rst +++ b/docs/source/reference/modding/settings/index.rst @@ -46,7 +46,6 @@ The ranges included with each setting are the physically possible ranges, not re this guide should be plenty clear enough that you can find the setting you want to change and safely edit it. .. toctree:: - :caption: Table of Contents :hidden: :maxdepth: 2 @@ -72,6 +71,6 @@ The ranges included with each setting are the physically possible ranges, not re Navigator Physics Models - Postprocessing + Post-Processing Stereo - Stereoview + Stereo View diff --git a/docs/source/reference/modding/settings/postprocessing.rst b/docs/source/reference/modding/settings/postprocessing.rst index ed876c88d6..7015c46c7b 100644 --- a/docs/source/reference/modding/settings/postprocessing.rst +++ b/docs/source/reference/modding/settings/postprocessing.rst @@ -1,4 +1,4 @@ -Post Processing Settings +Post-Processing Settings ######################## .. _Post Processing: diff --git a/docs/source/reference/postprocessing/index.rst b/docs/source/reference/postprocessing/index.rst index 7e0c88f654..6d1f79c5b8 100644 --- a/docs/source/reference/postprocessing/index.rst +++ b/docs/source/reference/postprocessing/index.rst @@ -1,5 +1,5 @@ ############### -Post Processing +Post-Processing ############### OpenMW supports a moddable post process framework for creating and