-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Various docs fixes #592
Various docs fixes #592
Conversation
The sub headers where different across the docs (using ## or ##, capitalising every word or just the firs). Currently, I set it to: |
I added two more models to the basic CRN examples as that one felt a bit thin. I also set it so that each of those examples begins with
(rather than just the first one) That one someone can copy whichever example they want and run it directly without adding the |
@@ -235,7 +235,7 @@ complexgraph(rn) | |||
|
|||
![network_1](../assets/complex_rn.svg) | |||
|
|||
### Linkage classes and sub-networks of the reaction network | |||
## Linkage classes and sub-networks of the reaction network |
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 was intentionally meant to be a sub-subsection.
@@ -274,7 +274,7 @@ and, | |||
|
|||
![subnetwork_2](../assets/complex_subnets2.svg) | |||
|
|||
### Deficiency of the network | |||
## Deficiency of the network |
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 was intentionally meant to be a sub-subsection.
@@ -326,7 +326,7 @@ Quoting Feinberg [^1] | |||
> stoichiometry vectors] are as independent as the partition of complexes into | |||
> linkage classes will allow. | |||
|
|||
### Reversibility of the network | |||
## Reversibility of the network |
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 was intentionally meant to be a sub-subsection.
@@ -375,7 +375,7 @@ isweaklyreversible(rn, subnets) | |||
Every reversible network is also weakly reversible, but not every weakly | |||
reversible network is reversible. | |||
|
|||
### Deficiency Zero Theorem | |||
## Deficiency Zero Theorem |
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 was intentionally meant to be a sub-subsection.
Aside from the sub-subsection comments LGTM. |
What do you think of making the ### headers into #### headers? Right now it is slightly hard to distinguish the ### ones from the ## ones. If we make them #### it might be clearer that these are subsections? |
Sure, as long as it keeps them larger than the surrounding text. |
Yep it does. (this is in fact what my hack solution does) Not sure why the new It would probably be good to understand this, but would probably need to talk to Niklas on what is actually going on in latexify, and I am not sure how much time he has for that package these days. Alternatively, we can add this as an issue and go with this/revert latexify changes. |
If they print correctly after conversion in the docs just change to that instead, and drop showing off the shorthand version for now (since it isn't really working consistently). |
I guess we could do that. But don't you think the |
I've redone it using convert, and will raise an issue. |
Sounds good. We can switch back to your form once it is working. |
Bot this and #591 seems to work now, should I try to merge them? |
I need to look this one over again, I’m still seeing new typos. |
Sounds good, I will fix them as you find them. Thanks for having a proper look at it. |
docs/src/catalyst_functionality/programmatic_CRN_construction.md
Outdated
Show resolved
Hide resolved
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>
Ok, fixed after your comments, in summary, what is left hanging:
|
This LGTM. |
If tests pass and the doc build looks ok this should be GTG. |
Just delete the unused SVGs. |
Not planning to make any major changes in the PR, just various misc fixes.