Add a spellchecking mode for sphinx and fix some typos

* The worst one was Persistant -> Persistent. This involved renaming
  PersistentConfig but the impact of that is considered minimal enough to be
  worth fixing.
This commit is contained in:
baldurk
2026-08-13 17:46:47 +01:00
parent 5e462c5ebe
commit bb4017a965
75 changed files with 653 additions and 248 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
API Reference: qrenderdoc Persistant Config
API Reference: qrenderdoc Persistent Config
===========================================
This is the API reference for the functions, classes, and enums in the ``qrenderdoc`` module which represents the UI-specific interface for integrating with the UI and writing UI extensions. For more high-level information and instructions on using the python API, see :doc:`../index` and :doc:`../ui_extensions`.
@@ -11,7 +11,7 @@ This is the API reference for the functions, classes, and enums in the ``qrender
Config
------
.. autoclass:: qrenderdoc.PersistantConfig
.. autoclass:: qrenderdoc.PersistentConfig
:members:
.. autoclass:: qrenderdoc.TimeUnit