NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
36 stars 30 forks source link

Update ChannelInfo_TEMPLATE.md #173

Closed shayanshafquat closed 2 years ago

shayanshafquat commented 2 years ago

Text overflowing in the first column, so adding a max-width to it and adding $channel.notes into

to avoid rendering issues.

sanjayankur31 commented 2 years ago

lgtm, will merge once CI finishes.

sanjayankur31 commented 2 years ago

Hrm, @shayan823: could you rebase this against development please? Just noticed it's against master. There should be no py2.7 in development too since we dropped support there IIRC.

shayanshafquat commented 2 years ago

Okay, then I should close this PR and instead open a new one against development? And are you saying that for further commits I should consider python 3?

sanjayankur31 commented 2 years ago

Yeh, we dropped py2 support, so only focus on py3. All PRs are made against development, and we merge development into master when we cut a new release. See #172 for example