Skip to content

Commit

Permalink
Deployed 91381c8 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 26, 2024
1 parent aa01411 commit 185a363
Show file tree
Hide file tree
Showing 13 changed files with 1,116 additions and 189 deletions.
438 changes: 438 additions & 0 deletions AssemblyEnum/index.html

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions OverallMolecule/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,15 @@ <h1 id="class-overallmolecule-overallmolecule">Class: OverallMolecule (OverallMo
<div class="mermaid"> classDiagram
class OverallMolecule
click OverallMolecule href "../OverallMolecule"
OverallMolecule : assembly




OverallMolecule --&gt; "1" AssemblyEnum : assembly
click AssemblyEnum href "../AssemblyEnum"


OverallMolecule : molecular_type

OverallMolecule : molecular_weight
Expand Down Expand Up @@ -258,6 +267,12 @@ <h2 id="slots">Slots</h2>
<td>Molecular weight in Da</td>
<td>direct</td>
</tr>
<tr>
<td><a href="../assembly/">assembly</a></td>
<td>1 <br/> <a href="../AssemblyEnum/">AssemblyEnum</a></td>
<td>What type of higher order structure your sample forms - if any</td>
<td>direct</td>
</tr>
</tbody>
</table>
<h2 id="usages">Usages</h2>
Expand Down Expand Up @@ -316,6 +331,7 @@ <h3 id="direct">Direct</h3>
- name_sample
- source
- molecular_weight
- assembly
slot_usage:
molecular_type:
name: molecular_type
Expand All @@ -328,6 +344,9 @@ <h3 id="direct">Direct</h3>
required: true
molecular_weight:
name: molecular_weight
assembly:
name: assembly
required: true

</code></pre>
</details>
Expand All @@ -349,6 +368,9 @@ <h3 id="induced">Induced</h3>
required: true
molecular_weight:
name: molecular_weight
assembly:
name: assembly
required: true
attributes:
molecular_type:
name: molecular_type
Expand Down Expand Up @@ -399,6 +421,17 @@ <h3 id="induced">Induced</h3>
domain_of:
- OverallMolecule
range: QuantityValue
assembly:
name: assembly
description: What type of higher order structure your sample forms - if any.
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
alias: assembly
owner: OverallMolecule
domain_of:
- OverallMolecule
range: AssemblyEnum
required: true

</code></pre>
</details>
Expand Down
Loading

0 comments on commit 185a363

Please sign in to comment.