-
Notifications
You must be signed in to change notification settings - Fork 132
Adding links.rst
to docs
#1506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Adding links.rst
to docs
#1506
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
60d2ed5
Fixing links in API
germa89 145400b
Adding links file.
germa89 7bf749d
Removing include.
germa89 752ab3f
fixing duplicated references.
germa89 5a050b1
Update doc/source/conf.py
germa89 c552836
fixing links
germa89 cb00c29
fixing conf
germa89 c9161d6
Removing current release link
germa89 98355d7
Merge branch 'main' into fix/documentation-links
germa89 dabaa2d
Testing underscore ending in reference.
germa89 9401b15
adding trailing underscore for correct linking
germa89 62bc95d
Fixing more links
germa89 d90e6b4
Adding linkcheck to make
germa89 1e8cc37
Removing references to mapdldocs site.
germa89 bc5678b
Fixing warnings
germa89 619ca0e
Merge branch 'main' into fix/documentation-links
germa89 f7f74b7
removing style issues
germa89 659dbb0
removing link ending in main.
germa89 1ca9142
fixing errors
germa89 f2272d2
fixing duplicate links
germa89 9d407a8
Merge branch 'main' into fix/documentation-links
germa89 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,9 @@ Contributing and API | |
==================== | ||
|
||
Overall guidance on contributing to a PyAnsys library appears in the | ||
`Contributing <https://dev.docs.pyansys.com/overview/contributing.html>`_ topic | ||
`Contributing <dev_guide_contributing_>`_ topic | ||
in the *PyAnsys Developer's Guide*. Ensure that you are thoroughly familiar | ||
with it and all `Guidelines and Best Practices | ||
<https://dev.docs.pyansys.com/guidelines/index.html>`_ before attempting to | ||
with it and all `Coding style <dev_guide_coding_style_>`_ before attempting to | ||
contribute to PyMAPDL. | ||
|
||
The following contribution information is specific to PyMAPDL. | ||
|
@@ -30,7 +29,7 @@ Run this code to clone and install the latest version of PyMAPDL in development | |
Posting Issues | ||
============== | ||
|
||
Use the `PyMAPDL Issues <https://github.com/pyansys/pymapdl/issues>`_ | ||
Use the `PyMAPDL Issues <pymapdl_issues_>`_ | ||
page to submit questions, report bugs, and request new features. When possible, we | ||
recommend that you use these issue templates: | ||
|
||
|
@@ -39,16 +38,17 @@ recommend that you use these issue templates: | |
|
||
If your issue does not fit into one of these categories, create your own issue. | ||
|
||
To reach the project support team, email `[email protected] <[email protected]>`_. | ||
To reach the project support team, email `[email protected] <pyansys_support_>`_. | ||
|
||
Viewing PyMAPDL Documentation | ||
============================= | ||
|
||
Documentation for the latest stable release of PyMAPDL is hosted at | ||
`PyMAPDL Documentation <https://mapdldocs.pyansys.com>`_. | ||
`PyMAPDL Documentation <pymapdl_docs_>`_. | ||
|
||
Documentation for the latest development version, which tracks the | ||
``main`` branch, is hosted at `Development PyMAPDL Documentation <https://dev.mapdldocs.pyansys.com/>`_. | ||
``main`` branch, is hosted at | ||
`Development PyMAPDL Documentation <pymapdl_dev_docs_>`_. | ||
This version is automatically kept up to date via GitHub actions. | ||
|
||
Testing MAPDL | ||
|
@@ -81,8 +81,8 @@ Code Style | |
========== | ||
|
||
PyMAPDL follows PEP8 standard as outlined in the `PyAnsys Development Guide | ||
<https://dev.docs.pyansys.com>`_ and implements style checking using | ||
`pre-commit <https://pre-commit.com/>`_. | ||
<dev_guide_pyansys_>`_ and implements style checking using | ||
`pre-commit <precommit_>`_. | ||
|
||
To ensure your code meets minimum code styling standards, run:: | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,11 @@ However in some cases, external files are needed. A link to those files is | |
available at each example page. | ||
These links refers to the following GitHub repository where you can find all of them: | ||
|
||
`GitHub Example Data Repository <https://github.com/pyansys/example-data>`_ | ||
`GitHub Example Data Repository <example_data_repo_>`_ | ||
|
||
If you find out a missing or broken link, please open an issue in | ||
Github (`PyMAPDL Issues <https://github.com/pyansys/pymapdl/issues>`_) | ||
or email us at `PyAnsys Support <[email protected]>`_. | ||
Github (`PyMAPDL Issues <pymapdl_issues_>`_) | ||
or email us at `PyAnsys Support <pyansys_support_>`_. | ||
|
||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.