mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 15:27:13 -04:00
docs - address more naming consistency with hyphens
This commit is contained in:
parent
8b56415597
commit
39917f1ebe
@ -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
|
||||
))
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 <navigator>
|
||||
Physics <physics>
|
||||
Models <models>
|
||||
Postprocessing <postprocessing>
|
||||
Post-Processing <postprocessing>
|
||||
Stereo <stereo>
|
||||
Stereoview <stereoview>
|
||||
Stereo View <stereoview>
|
||||
|
@ -1,4 +1,4 @@
|
||||
Post Processing Settings
|
||||
Post-Processing Settings
|
||||
########################
|
||||
|
||||
.. _Post Processing:
|
||||
|
@ -1,5 +1,5 @@
|
||||
###############
|
||||
Post Processing
|
||||
Post-Processing
|
||||
###############
|
||||
|
||||
OpenMW supports a moddable post process framework for creating and
|
||||
|
Loading…
x
Reference in New Issue
Block a user