mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 10:25:43 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user