Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _contributing:

==========
Contribute
==========
============
Contributing
============

Overall guidance on contributing to a PyAnsys repository appears in
`Contribute <https://dev.docs.pyansys.com/overview/contributing.html>`_
Expand Down
2 changes: 2 additions & 0 deletions doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,13 @@ To use PyDPF-Core, in the same Python environment, run this command:


.. toctree::
:maxdepth: 2
:hidden:

install
dpf_server
compatibility
licensing
dependencies
contributing

1 change: 0 additions & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,3 @@ To reach the project support team, email `[email protected] <pyansys.core@a
examples/index
api/index
operator_reference
contributing
Loading