Skip to content

Commit

Permalink
Deployed 2f8979d to 0.3 with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 5, 2024
1 parent 2f8979d commit bff3c22
Show file tree
Hide file tree
Showing 133 changed files with 87,481 additions and 641 deletions.
462 changes: 462 additions & 0 deletions 0.3/404.html

Large diffs are not rendered by default.

8,726 changes: 8,726 additions & 0 deletions 0.3/api/element_array_ephys/ephys_acute/index.html

Large diffs are not rendered by default.

8,412 changes: 8,412 additions & 0 deletions 0.3/api/element_array_ephys/ephys_chronic/index.html

Large diffs are not rendered by default.

8,377 changes: 8,377 additions & 0 deletions 0.3/api/element_array_ephys/ephys_no_curation/index.html

Large diffs are not rendered by default.

8,309 changes: 8,309 additions & 0 deletions 0.3/api/element_array_ephys/ephys_precluster/index.html

Large diffs are not rendered by default.

1,553 changes: 1,553 additions & 0 deletions 0.3/api/element_array_ephys/ephys_report/index.html

Large diffs are not rendered by default.

2,940 changes: 2,940 additions & 0 deletions 0.3/api/element_array_ephys/export/nwb/nwb/index.html

Large diffs are not rendered by default.

914 changes: 914 additions & 0 deletions 0.3/api/element_array_ephys/plotting/corr/index.html

Large diffs are not rendered by default.

890 changes: 890 additions & 0 deletions 0.3/api/element_array_ephys/plotting/probe_level/index.html

Large diffs are not rendered by default.

2,121 changes: 2,121 additions & 0 deletions 0.3/api/element_array_ephys/plotting/qc/index.html

Large diffs are not rendered by default.

1,268 changes: 1,268 additions & 0 deletions 0.3/api/element_array_ephys/plotting/unit_level/index.html

Large diffs are not rendered by default.

500 changes: 500 additions & 0 deletions 0.3/api/element_array_ephys/plotting/widget/index.html

Large diffs are not rendered by default.

1,547 changes: 1,547 additions & 0 deletions 0.3/api/element_array_ephys/probe/index.html

Large diffs are not rendered by default.

1,004 changes: 1,004 additions & 0 deletions 0.3/api/element_array_ephys/readers/kilosort/index.html

Large diffs are not rendered by default.

1,968 changes: 1,968 additions & 0 deletions 0.3/api/element_array_ephys/readers/kilosort_triggering/index.html

Large diffs are not rendered by default.

2,007 changes: 2,007 additions & 0 deletions 0.3/api/element_array_ephys/readers/openephys/index.html

Large diffs are not rendered by default.

830 changes: 830 additions & 0 deletions 0.3/api/element_array_ephys/readers/probe_geometry/index.html

Large diffs are not rendered by default.

2,221 changes: 2,221 additions & 0 deletions 0.3/api/element_array_ephys/readers/spikeglx/index.html

Large diffs are not rendered by default.

496 changes: 496 additions & 0 deletions 0.3/api/element_array_ephys/readers/utils/index.html

Large diffs are not rendered by default.

498 changes: 498 additions & 0 deletions 0.3/api/element_array_ephys/version/index.html

Large diffs are not rendered by default.

1,073 changes: 1,073 additions & 0 deletions 0.3/api/make_pages/index.html

Large diffs are not rendered by default.

504 changes: 504 additions & 0 deletions 0.3/api/navigation/index.html

Large diffs are not rendered by default.

1,864 changes: 1,864 additions & 0 deletions 0.3/api/workflow_array_ephys/analysis/index.html

Large diffs are not rendered by default.

939 changes: 939 additions & 0 deletions 0.3/api/workflow_array_ephys/export/index.html

Large diffs are not rendered by default.

1,762 changes: 1,762 additions & 0 deletions 0.3/api/workflow_array_ephys/ingest/index.html

Large diffs are not rendered by default.

834 changes: 834 additions & 0 deletions 0.3/api/workflow_array_ephys/localization/index.html

Large diffs are not rendered by default.

888 changes: 888 additions & 0 deletions 0.3/api/workflow_array_ephys/paths/index.html

Large diffs are not rendered by default.

1,280 changes: 1,280 additions & 0 deletions 0.3/api/workflow_array_ephys/pipeline/index.html

Large diffs are not rendered by default.

496 changes: 496 additions & 0 deletions 0.3/api/workflow_array_ephys/plotting/plot_psth/index.html

Large diffs are not rendered by default.

652 changes: 652 additions & 0 deletions 0.3/api/workflow_array_ephys/process/index.html

Large diffs are not rendered by default.

499 changes: 499 additions & 0 deletions 0.3/api/workflow_array_ephys/version/index.html

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions 0.3/assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@

/* Avoid breaking parameter names, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}

/* No line break before first paragraph of descriptions. */
.doc-md-description,
.doc-md-description>p:first-child {
display: inline;
}

/* Max width for docstring sections tables. */
.doc .md-typeset__table,
.doc .md-typeset__table table {
display: table !important;
width: 100%;
}

.doc .md-typeset__table tr {
display: table-row;
}

/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}

/* Keep headings consistent. */
h1.doc-heading,
h2.doc-heading,
h3.doc-heading,
h4.doc-heading,
h5.doc-heading,
h6.doc-heading {
font-weight: 400;
line-height: 1.5;
color: inherit;
text-transform: none;
}

h1.doc-heading {
font-size: 1.6rem;
}

h2.doc-heading {
font-size: 1.2rem;
}

h3.doc-heading {
font-size: 1.15rem;
}

h4.doc-heading {
font-size: 1.10rem;
}

h5.doc-heading {
font-size: 1.05rem;
}

h6.doc-heading {
font-size: 1rem;
}
Binary file added 0.3/assets/images/company-logo-blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 0.3/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions 0.3/assets/javascripts/bundle.d7c377c4.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions 0.3/assets/javascripts/bundle.d7c377c4.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 0.3/assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions 0.3/assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions 0.3/assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions 0.3/assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bff3c22

Please sign in to comment.