-
Notifications
You must be signed in to change notification settings - Fork 210
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
[FIX] Docs incorrect mailto links #574
base: main
Are you sure you want to change the base?
Conversation
elephaint
commented
Dec 19, 2024
•
edited
Loading
edited
- Fixes some minor incorrect mailto links
- Fixes doc on reusing models not visible on readme.com
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Experiment ResultsExperiment 1: air-passengersDescription:
Results:
Plot:Experiment 2: air-passengersDescription:
Results:
Plot:Experiment 3: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 4: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 5: electricity-multiple-seriesDescription:
Results:
Plot: |
As I described in #545 (comment) this won't fix the problem for the mintlify docs, so we should use code blocks instead. Also it can be annoying having it open the default mail app. |
These mailto links do seem to work for the FAQ page - see Nixtlaverse page here, which I think is because they are enclosed in a However they don't work for the Excel plug-in page, pricing page and Nixtlar page. Utterly frustrating. Agree that changing them to code blocks is just easier, so I'll do that. |