-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from IanCa/dev_docs_final
Initial pass of javascript docs
- Loading branch information
Showing
78 changed files
with
718 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
bids | ||
==== | ||
|
||
Bids functionality | ||
|
||
.. toctree:: | ||
:maxdepth: 8 | ||
|
||
bids.schema.rst | ||
bids.tsvParser.rst | ||
bids.types.rst | ||
bids.utils.rst | ||
bids.validate.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
HED API reference (Auto style) | ||
Schema | ||
============================== | ||
|
||
Intentionally Blank |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
tsvParse | ||
============================== | ||
|
||
.. js:autofunction:: parseTSV | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
types | ||
============================== | ||
|
||
.. js:autoclass:: BidsData | ||
:members: | ||
|
||
.. js:autoclass:: BidsFile | ||
:members: | ||
|
||
.. js:autoclass:: BidsJsonFile | ||
:members: | ||
|
||
.. js:autoclass:: BidsTsvFile | ||
:members: | ||
|
||
.. js:autoclass:: BidsEventFile | ||
:members: | ||
|
||
.. js:autoclass:: BidsTabularFile | ||
:members: | ||
|
||
.. js:autoclass:: BidsSidecar | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
utils | ||
============================== | ||
|
||
.. js:autofunction:: sidecarValueHasHed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
validate | ||
============================== | ||
|
||
.. js:autofunction:: sidecarValueHasHed | ||
|
||
.. js:autofunction:: validateBidsDataset | ||
|
||
.. js:autofunction:: validateFullDataset | ||
|
||
.. js:autofunction:: validateBidsTsvFile | ||
|
||
.. js:autofunction:: validateSidecars | ||
|
||
.. js:autofunction:: validateHedColumn | ||
|
||
.. js:autofunction:: parseTsvHed | ||
|
||
.. js:autofunction:: validateCombinedDataset | ||
|
||
.. js:autofunction:: validateStrings | ||
|
||
.. js:autofunction:: convertHedIssuesToBidsIssues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
data | ||
====== | ||
|
||
Intentionally blank for now |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
issues | ||
====== | ||
|
||
.. js:autoclass:: Issue | ||
:members: | ||
|
||
.. js:autofunction:: generateIssue | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
issues | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 8 | ||
|
||
common.issues.issues | ||
common.issues.data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
common | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 8 | ||
|
||
common.schema | ||
common.issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
config | ||
====== | ||
|
||
Intentionally blank for now |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
loader | ||
====== | ||
|
||
.. js:autofunction:: loadSchema | ||
|
||
.. js:autofunction:: loadSchemaFromSpec | ||
|
||
.. js:autofunction:: loadPromise | ||
|
||
.. js:autofunction:: loadRemoteSchema | ||
|
||
.. js:autofunction:: loadLocalSchema | ||
|
||
.. js:autofunction:: loadBundledSchema | ||
|
||
.. js:autofunction:: loadSchemaFile | ||
|
||
.. js:autofunction:: parseSchemaXML |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
schema | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 8 | ||
|
||
common.schema.types | ||
common.schema.loader | ||
common.schema.config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
types | ||
====== | ||
|
||
.. js:autoclass:: Schema | ||
:members: | ||
|
||
.. js:autoclass:: Hed2Schema | ||
:members: | ||
|
||
.. js:autoclass:: Hed3Schema | ||
:members: | ||
|
||
.. js:autoclass:: Schemas | ||
:members: | ||
|
||
.. js:autoclass:: SchemaSpec | ||
:members: | ||
|
||
.. js:autoclass:: SchemasSpec | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
converter | ||
========= | ||
|
||
.. js:autofunction:: removeSlashesAndSpaces | ||
|
||
.. js:autofunction:: convertTagToLong | ||
|
||
.. js:autofunction:: convertTagToShort | ||
|
||
.. js:autofunction:: convertPartialHedStringToLong | ||
|
||
.. This one is not marked for export | ||
.. js:autofunction:: convertHedString | ||
.. js:autofunction:: convertHedStringToLong | ||
|
||
.. js:autofunction:: convertHedStringToShort | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
issues | ||
====== | ||
|
||
Intentionally blank for now |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
converter | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 8 | ||
|
||
converter.types | ||
converter.schema | ||
converter.issues | ||
converter.splitHedString | ||
converter.converter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
schema | ||
========= | ||
|
||
.. js:autofunction:: buildMappingObject | ||
|
||
.. js:autofunction:: schema.buildSchema | ||
|
Oops, something went wrong.