We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the docs have a link to a class, using e.g.
:obj:`simsopt.util.mpi.MpiPartition`
the link does not work if the class has the @requires decorator. I noticed this problem in particular for the links to MpiPartition in https://simsopt.readthedocs.io/en/latest/concepts.html#mpi-partitions-and-worker-groups If the @requires decorator is removed from MpiPartition, the links in the docs work again.
@requires
MpiPartition
The text was updated successfully, but these errors were encountered:
The same problem occurs if the SimsoptRequires decorator is used instead of requires.
SimsoptRequires
requires
Sorry, something went wrong.
No branches or pull requests
When the docs have a link to a class, using e.g.
the link does not work if the class has the
@requires
decorator. I noticed this problem in particular for the links toMpiPartition
inhttps://simsopt.readthedocs.io/en/latest/concepts.html#mpi-partitions-and-worker-groups
If the
@requires
decorator is removed fromMpiPartition
, the links in the docs work again.The text was updated successfully, but these errors were encountered: