-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
[Non-urgent - Ready] GitHub readme update #843
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like lots of unchanged text is getting unaligned / respaced for no reason which messes up the text file and then shows as a diff when none is present. There are also lots of @refs
added which aren't going to work in the README. I'll give this a more careful read through after you fix these so the actual changes are easier to see.
I think the reason that there is lots of diff is that there has been quite widespread rewriting and reordering to most parts of the text, i.e. the changes probably are more widespread than you first thought. But yes, let's first sort out the spatial SSA PR before we look at this. |
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
bddaee5
to
8096b7e
Compare
Ok, this one is read. Two additional comments:
|
README.md
Outdated
```julia | ||
using Latexify | ||
latexify(cell_model; form = :ode) | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will not work here, however, is there any good approach for making this work nicely on this page? If not, I might just skip it? I think we could just include some normal equations (copied from latexify) directly in the md file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you'd need to manually include the tex by hand. But I'd show the SDEs not the ODEs and just drop Latexify.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. Once Latexify+SDEs work we could reinstate it.
README.md
Outdated
Breaking changes and new functionality are summarized in the | ||
[HISTORY.md](HISTORY.md) file. | ||
Breaking changes and new functionality are summarized in the [HISTORY.md](HISTORY.md) file. | ||
This also includes a special migration guide for version 14. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link this from the docs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will add a link
README.md
Outdated
```julia | ||
using Latexify | ||
latexify(cell_model; form = :ode) | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you'd need to manually include the tex by hand. But I'd show the SDEs not the ODEs and just drop Latexify.
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
…ough the Chemical Langevin Equations. Finally, we can simulate and plot the results.transfer text updates from home pr
Updates the GitHub readme page. Also updated the docs/Project.toml file for Catalyst v14.