From bc04746d33bc63256ae8bff8a7caa028d0116029 Mon Sep 17 00:00:00 2001 From: Kathy Pippert <84872299+PipKat@users.noreply.github.com> Date: Wed, 11 Sep 2024 08:36:44 -0400 Subject: [PATCH] Update documenting.rst Change recommended section name from "Contributing" to "Contribute" --- doc/source/how-to/documenting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/how-to/documenting.rst b/doc/source/how-to/documenting.rst index 03306944b..3221cbb01 100644 --- a/doc/source/how-to/documenting.rst +++ b/doc/source/how-to/documenting.rst @@ -192,7 +192,7 @@ sections in your library's documentation: - ``User guide``: Describes how to use basic features of the library. - ``API reference`` Documents API resources provided by the library. - ``Examples``: Provides fully fledged examples for using the library. -- ``Contributing``: Refers to the *PyAnsys developer's guide* +- ``Contribute``: Refers to the *PyAnsys developer's guide* for overall guidance and then provides library-specific contribution information. For comprehensive information on writing content, see :ref:`content_writing`.