mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #10221 from tetrapod00/codespell-custom
Enforce style guidelines with custom codespell dictionary
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -26,7 +26,8 @@ jobs:
|
||||
- name: Linter checks
|
||||
run: |
|
||||
bash _tools/format.sh
|
||||
codespell -I _tools/codespell-ignore.txt -x _tools/codespell-ignore-lines.txt -S tutorials/i18n/locales.rst {about,community,contributing,getting_started,tutorials}/{*.rst,**/*.rst,**/**/*.rst,**/**/**/*.rst}
|
||||
|
||||
codespell -D- -D _tools/codespell-dict.txt -I _tools/codespell-ignore.txt -x _tools/codespell-ignore-lines.txt -S tutorials/i18n/locales.rst {about,community,contributing,getting_started,tutorials}/{*.rst,**/*.rst,**/**/*.rst,**/**/**/*.rst}
|
||||
|
||||
# Use dummy builder to improve performance as we don't need the generated HTML in this workflow.
|
||||
- name: Sphinx build
|
||||
|
||||
1
_tools/codespell-dict.txt
Normal file
1
_tools/codespell-dict.txt
Normal file
@@ -0,0 +1 @@
|
||||
anti-aliasing->antialiasing
|
||||
@@ -369,7 +369,7 @@ See :ref:`doc_renderers` for a detailed comparison of the rendering methods.
|
||||
- ETC2 (not supported on macOS).
|
||||
- S3TC (not supported on mobile/Web platforms).
|
||||
|
||||
**Anti-aliasing:**
|
||||
**Antialiasing:**
|
||||
|
||||
- Temporal :ref:`antialiasing <doc_3d_antialiasing>` (TAA).
|
||||
- AMD FidelityFX Super Resolution 2.2 :ref:`antialiasing <doc_3d_antialiasing>` (FSR2),
|
||||
|
||||
@@ -487,7 +487,7 @@ You should get the following output:
|
||||
Unlike ``draw_polygon()``, polylines can only have a single unique color
|
||||
for all its points (the second argument). This method has 2 additional
|
||||
arguments: the width of the line (which is as small as possible by default)
|
||||
and enabling or disabling the anti-aliasing (it is disabled by default).
|
||||
and enabling or disabling the antialiasing (it is disabled by default).
|
||||
|
||||
The order of the ``_draw`` calls is important- like with the Node positions on
|
||||
the tree hierarchy, the different shapes will be drawn from top to bottom,
|
||||
|
||||
@@ -177,7 +177,7 @@ OpenGL applications by your graphics driver.
|
||||
- **AMD (Windows):** Open the start menu and choose **AMD Software**. Click the
|
||||
settings "cog" icon in the top-right corner. Go to the **Graphics** tab,
|
||||
scroll to the bottom and click **Advanced** to unfold its settings. Disable
|
||||
**Morphological Anti-Aliasing**.
|
||||
**Morphological Antialiasing**.
|
||||
|
||||
Third-party vendor-independent utilities such as vkBasalt may also force
|
||||
sharpening or FXAA on all Vulkan applications. You may want to check their
|
||||
|
||||
Reference in New Issue
Block a user