diff --git a/doc/source/conf.py b/doc/source/conf.py index 571e9f8bff..f7cc45edc1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -91,7 +91,8 @@ redirects = { "user_guide/getting_started_with_dpf_server": "../getting_started/dpf_server.html", - "concepts/index": "../user_guide/index.html#concepts" + "concepts/index": "../user_guide/index.html#concepts", + "contributing": "getting_started/contributing.html" } typehints_defaults = "comma" diff --git a/doc/source/contributing.rst b/doc/source/getting_started/contributing.rst similarity index 97% rename from doc/source/contributing.rst rename to doc/source/getting_started/contributing.rst index afc95a9384..1f7ac56da0 100644 --- a/doc/source/contributing.rst +++ b/doc/source/getting_started/contributing.rst @@ -1,8 +1,8 @@ .. _contributing: -========== -Contribute -========== +============ +Contributing +============ Overall guidance on contributing to a PyAnsys repository appears in `Contribute `_ diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index 7be813b248..35997953b3 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -111,6 +111,7 @@ To use PyDPF-Core, in the same Python environment, run this command: .. toctree:: + :maxdepth: 2 :hidden: install @@ -118,4 +119,5 @@ To use PyDPF-Core, in the same Python environment, run this command: compatibility licensing dependencies + contributing diff --git a/doc/source/index.rst b/doc/source/index.rst index fda0a3a1de..d5ef40f0e7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -193,4 +193,3 @@ To reach the project support team, email `pyansys.core@ansys.com