-
Notifications
You must be signed in to change notification settings - Fork 370
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
Changes in the documentation for synaptic elements and growth curve #219
Conversation
@sdiazpier Thank you for the new documentation. But I had thought that this documentation should come in addition to, not instead of the doxygen comments describing the code. Could you re-instate those? I am also not sure it makes sense to add user-level (SLI) documentation to the |
… Added typical values and units.
Dear @heplesser, I have corrected the documentation following your comments. Please let me know if there is anything else that could be improved. |
Parameters: | ||
eps double - The target calcium concentration (firing rate) that | ||
the neuron should look to achieve by creating or deleting | ||
synaptic elements. |
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 am a little confused here: why is a calcium concentration a firing rate?
- What is the unit of the Ca concentration?
- Is
eps
the same as "epsilon" in the equation? - Could you also document parameter
nu
?
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.
Dear @heplesser sorry for the confusion. I have rephrased that sentence so it is clear that the calcium concentration is an indirect measure of the firing rate. The value of nu is actually set in the SynapticElement class but I have extended its documentation in the description section.
Dear @heplesser I have done some changes to the documentation, please let me know if it is clearer and if there is anything else I should add. |
@sdiazpier Sorry for the long delay. The documentation is much improved, but I still have some issues. First, could you change the documentation for Finally, I am still wondering about the units of the concentrations and quantities involving concentrations. It seems concentration is unitless, but should it not be given in mol/l or something similar? Maybe @abigailm could also weigh in on this? |
Hi dear @heplesser I am sorry for the late response. |
…d more documentation for the growth rate.
@sdiazpier Travis checks failed due to formatting issues. Could you do the following:
|
Dear @heplesser I have finally corrected the issues with the formatting. Please let me know if you think any further changes would be required. All the best, |
@sdiazpier Thank you for fixing this! 👍 from me now. |
👍 and merging |
This PR addresses issue #217 by adding documentation for synaptic elements and growth curves in a format suitable for the online documentation generator.