Skip to content

Documentation page missing #147

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
elbert5770 opened this issue Feb 7, 2023 · 5 comments
Closed

Documentation page missing #147

elbert5770 opened this issue Feb 7, 2023 · 5 comments

Comments

@elbert5770
Copy link

https://docs.sciml.ai/NonlinearSolve/stable/basics/solve/

@ChrisRackauckas
Copy link
Member

Odd, the docstring exists

https://github.com/SciML/DiffEqBase.jl/blob/master/src/solve.jl#L831-L872

@ArnoStrouwen can you help investigate this?

@ArnoStrouwen
Copy link
Member

Should this be true?

julia> supertype(supertype(NonlinearProblem))
SciMLBase.AbstractDEProblem

@ChrisRackauckas
Copy link
Member

That's probably just a holdover from older times. It can probably be made to be a SciMLProblem that isn't an AbstractDEProblem, but the DiffEqBase/solve.jl would need to be updated for that.

@ArnoStrouwen
Copy link
Member

Is this the one that should be there?
https://docs.sciml.ai/NonlinearSolve/dev/basics/solve/
I think it is confusing for the users that the CommonSolve is there.
They won't find the definition there.
Also the lack of a go to source button.

@ChrisRackauckas
Copy link
Member

Yes dev looks fine.

avik-pal added a commit that referenced this issue Nov 1, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants