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

why i can't into the example for more detail #298

Closed
ChengJunJunJun opened this issue Mar 30, 2023 · 5 comments · Fixed by #304
Closed

why i can't into the example for more detail #298

ChengJunJunJun opened this issue Mar 30, 2023 · 5 comments · Fixed by #304

Comments

@ChengJunJunJun
Copy link

image

image

@akaptano
Copy link
Collaborator

akaptano commented Apr 4, 2023

@znicolaou any idea what is breaking here? For the time being you can find the examples rendered as jupyter notebooks here https://github.com/dynamicslab/pysindy/tree/master/examples

@Jacob-Stevens-Haas
Copy link
Collaborator

Jacob-Stevens-Haas commented Apr 5, 2023

tl;dr: I must have forgotten to finish updating links in examples/README.rst

The docs/conf.py includes a setup() function so it can be used as a sphinx extension. It copies the example notebooks from their locations in the source tree to their locations in docs/. You can see how it interacts with nbsphinx in the build output:

Creating file /home/docs/checkouts/readthedocs.org/user_builds/pysindy/checkouts/latest/docs/examples/1_feature_overview/example.ipynb
...
writing output... [ 56%] examples/1_feature_overview/example

So the page we're looking for is now in:
https://pysindy.readthedocs.io/en/latest/examples/1_feature_overview/example.html.
I thought I had updated all the links on examples.rst, but apparently I just did notebooks 2 and 5. The fix is most likely to do the same for all of them.

@akaptano
Copy link
Collaborator

akaptano commented Apr 5, 2023

@Jacob-Stevens-Haas Could you take a stab at fixing this soon? I tried something that seemed to work on my computer to build correctly with sphinx, but it failed on the webpage (readthedocs page) (+ wasted a new version release on it, oops!).

@ChengJunJunJun
Copy link
Author

thank you very much,I am learning it ,it can help me a lot> @znicolaou any idea what is breaking here? For the time being you can find the examples rendered as jupyter notebooks here https://github.com/dynamicslab/pysindy/tree/master/examples

@Jacob-Stevens-Haas
Copy link
Collaborator

Yeah I can I'll try to get this to work tonight

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 a pull request may close this issue.

3 participants