From 9ad56627cf94814e7482038f1f68681c1576d793 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Mon, 30 Aug 2021 09:19:50 -0300 Subject: Docs: retitle 'GPU Shader Module' to 'GPU Module' We already have a module for GPU Shader (`gpu.shader`). So, remove the name "Shader" from the title to avoid confusion. --- doc/python_api/sphinx_doc_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index 48cbb5f197c..3560d6bec22 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -1995,7 +1995,7 @@ def write_rst_importable_modules(basepath): "blf": "Font Drawing", "imbuf": "Image Buffer", "imbuf.types": "Image Buffer Types", - "gpu": "GPU Shader Module", + "gpu": "GPU Module", "gpu.types": "GPU Types", "gpu.matrix": "GPU Matrix Utilities", "gpu.select": "GPU Select Utilities", -- cgit v1.2.3