Skip to content

Commit

Permalink
chore: correct q10 entries
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Aug 14, 2024
1 parent 1221e0c commit 7713223
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion scripts/schemas/generate-jupyter-ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"HHRate": ["baseHHRate", "HHExpRate", "HHSigmoidRate", "HHExpLinearRate"],
"HHVariable": ["baseHHVariable", "HHExpVariable", "HHSigmoidVariable",
"HHExpLinearVariable"],
"Q10Settings": ["baseQ10Settings", "q10Fixed", "q10ExpTemp"],
"Q10Settings": ["baseQ10Settings"],
"HHTime": ["timeCourse"],
"Standalone": ["baseStandalone"]
}
Expand Down
24 changes: 0 additions & 24 deletions source/Userdocs/Schemas/Channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -1069,18 +1069,6 @@ extends *{ref}`schema:baseq10settings`*
````
````{tab-item} Schema
```{code-block} xml
<xs:complexType name="Q10Settings">
<xs:attribute name="type" type="NmlId" use="required"/>
<xs:attribute name="fixedQ10" type="Nml2Quantity_none" use="optional"/>
<xs:attribute name="q10Factor" type="Nml2Quantity_none" use="optional"/>
<xs:attribute name="experimentalTemp" type="Nml2Quantity_temperature" use="optional"/>
</xs:complexType>
```
````
`````

Expand Down Expand Up @@ -1161,18 +1149,6 @@ extends *{ref}`schema:baseq10settings`*
````
````{tab-item} Schema
```{code-block} xml
<xs:complexType name="Q10Settings">
<xs:attribute name="type" type="NmlId" use="required"/>
<xs:attribute name="fixedQ10" type="Nml2Quantity_none" use="optional"/>
<xs:attribute name="q10Factor" type="Nml2Quantity_none" use="optional"/>
<xs:attribute name="experimentalTemp" type="Nml2Quantity_temperature" use="optional"/>
</xs:complexType>
```
````
`````

Expand Down

0 comments on commit 7713223

Please sign in to comment.