You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[source] links in the API reference sectionof the devdocs link to e.g. https://github.com/matplotlib/matplotlib/blob/v3.5.0.dev2153+g4f196f0edc/lib/matplotlib/__init__.py#L1081-L1144 which is broken; the git version should be stripped out.
Suggested improvement
Strip the git version from the links.
Matplotlib Version
v3.5.0.dev2153+g4f196f0edc
Matplotlib documentation version
v3.5.0.dev2153+g4f196f0edc
The text was updated successfully, but these errors were encountered:
Instead of figuring out a regex ourselves, just use `packaging` to
determine the version. And point to `master` branch if not on an actual
tag.
Fixesmatplotlib#21230
QuLogic
added a commit
to QuLogic/matplotlib
that referenced
this issue
Sep 30, 2021
Instead of figuring out a regex ourselves, just use `packaging` to
determine the version. And point to `master` branch if not on an actual
tag.
Fixesmatplotlib#21230
Instead of figuring out a regex ourselves, just use `packaging` to
determine the version. And point to `master` branch if not on an actual
tag.
Fixesmatplotlib#21230
Instead of figuring out a regex ourselves, just use `packaging` to
determine the version. And point to `master` branch if not on an actual
tag.
Fixes#21230
Documentation Link
No response
Problem
[source]
links in the API reference sectionof the devdocs link to e.g.https://github.com/matplotlib/matplotlib/blob/v3.5.0.dev2153+g4f196f0edc/lib/matplotlib/__init__.py#L1081-L1144
which is broken; the git version should be stripped out.Suggested improvement
Strip the git version from the links.
Matplotlib Version
v3.5.0.dev2153+g4f196f0edc
Matplotlib documentation version
v3.5.0.dev2153+g4f196f0edc
The text was updated successfully, but these errors were encountered: