generated from scikit-learn-contrib/project-template
-
Notifications
You must be signed in to change notification settings - Fork 23
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
[BUG] Broken links in docs #139
Comments
I think it's because the API docs got broken at some point -- which in turn is due to sphinx autodoc which I don't really understand that well. I'll see if I can figure out something. |
@lmcinnes Abusing this issue for a related question so as not to open a new one: how should I go about sending PRs to a notebook? Should I re-run the whole thing locally, or rather just edit it as a JSON? |
Best to just rerun the whole thing logically. That way if the library has
changed and something is broken it can get fixed in the notebook.
…On Fri, Nov 15, 2024 at 7:50 AM Christopher Akiki ***@***.***> wrote:
@lmcinnes <https://github.com/lmcinnes> Abusing this issue for a related
question so as not to open a new one: how should I go about sending PRs to
a notebook? Should I re-run the whole thing locally, or rather just edit it
as a JSON?
—
Reply to this email directly, view it on GitHub
<#139 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3IUBNXT2LG25J3TBROUH32AXUXZAVCNFSM6AAAAABRK6TYZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZYG42DEOBQHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clicking on any vectorizer here in the
functions
column leads to a 404 page: https://vectorizers.readthedocs.io/en/latest/sequence_taxonomy.html#Vectorizer-FunctionsSome of the hyperlinks also include a weird space in them (e.g.,
KDEV ectorizer
) even though that's not in the original notebook.I'd submit a PR but I have no idea how to fix this.
The text was updated successfully, but these errors were encountered: