-
-
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
Add tutorial set-up code #1147
base: master
Are you sure you want to change the base?
Add tutorial set-up code #1147
Conversation
@@ -1,4 +1,22 @@ | |||
# [Library of Basic Chemical Reaction Network Models](@id basic_CRN_library) | |||
```@raw html | |||
<details><summary><strong>Tutorial environment set-up</strong></summary> |
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.
Is technically everything at tutorial though? Maybe we write "Environment set-up" and keep it at that, or something else. Or "Julia environment set-up".
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.
Maybe say "Environment setup and package installation"?
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.
That sound good
@@ -1,4 +1,22 @@ | |||
# [Library of Basic Chemical Reaction Network Models](@id basic_CRN_library) | |||
```@raw html | |||
<details><summary><strong>Tutorial environment set-up</strong></summary> |
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.
Maybe say "Environment setup and package installation"?
Co-authored-by: Sam Isaacson <[email protected]>
It might be nice if this were a (Julia?) function we could call dynamically with a list of packages and it automatically generates this block (and maybe it should also autogen a block that loads the packages with some boilerplate text but isn't hidden)? Then in all the docs we could just call |
It should be relatively straightforward to write something like that. Not sure about gathering all the |
Should solve #1105
Right now I just add a simple example for the CRN library example. If we are happy with text and approach we can copy across all (or some?) of the doc pages.
This is how it looks like by default:
And this when you click to expand the menu