NeuroML / NeuroML2

This repository hosts the NeuroML 2 Schema, the ComponentType definitions in LEMS and the core documentation of NeuroML2.
https://docs.neuroml.org
GNU Lesser General Public License v3.0
50 stars 24 forks source link

Check if documentation can be added to Child elements in the LEMS definition files #155

Closed sanjayankur31 closed 3 years ago

sanjayankur31 commented 3 years ago

Since the schema documentation on docs.neuroml.org is being generated from the LEMS definition files, we need to add docs here to get them on the website. Example element: Cell > Morphology.

sanjayankur31 commented 3 years ago

@pgleeson LEMS does not currently include "description" as an attribute for "Child" and "Children" components:

https://github.com/LEMS/LEMS/blob/development/Schemas/LEMS/LEMS_v0.7.5.xsd#L142

Should I add these to the LEMS schema?

(PyLEMS doesn't try to parse "description" either, so that'll also have to be updated)

sanjayankur31 commented 3 years ago

PR for LEMS schema opened: https://github.com/LEMS/LEMS/pull/14

sanjayankur31 commented 3 years ago

PR for PyLEMS: https://github.com/LEMS/pylems/pull/47

sanjayankur31 commented 3 years ago

I expect some changes are required in jLEMS too?