Skip to content
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

removing blanks from url #790

Merged
merged 1 commit into from
Feb 16, 2023
Merged

removing blanks from url #790

merged 1 commit into from
Feb 16, 2023

Conversation

mmatera
Copy link
Contributor

@mmatera mmatera commented Feb 16, 2023

The same as in Mathics3/mathics-django#190

This single line PR is a proposal about how to handle long urls in docstrings. With this patch

<url>:NetworkX:
     https://networkx.org/documentation/networkx-2.8.8/reference/algorithms/\
      generated/networkx.algorithms.tree.mst.minimum_spanning_edges.html
</url>

the tag is processed as

<a href=https://networkx.org/documentation/networkx-2.8.8/reference/algorithms/generated/networkx.algorithms.tree.mst.minimum_spanning_edges.html>NetworkX</a>

@rocky
Copy link
Member

rocky commented Feb 16, 2023

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants