Skip to content

Commit

Permalink
Deploying to gh-pages from @ b72dac1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi committed Mar 12, 2024
1 parent 8866917 commit 4fe6433
Show file tree
Hide file tree
Showing 148 changed files with 3,510 additions and 1,840 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h1>API Documentation<a class="headerlink" href="#api-documentation" title="Perm
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2022-2023 Chan Zuckerberg Initiative Foundation.</p>
<p>&#169; Copyright 2022, Chan Zuckerberg Initiative.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
12 changes: 6 additions & 6 deletions _autosummary/cellxgene_census.download_source_h5ad.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
<li class="toctree-l2"><a class="reference internal" href="../python-api.html#versioning-of-cell-census-builds">Versioning of Cell Census builds</a></li>
<li class="toctree-l2"><a class="reference internal" href="../python-api.html#experimental-machine-learning">Experimental: Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="../python-api.html#experimental-processing">Experimental: Processing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../python-api.html#experimental-embeddings">Experimental: Embeddings</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../examples.html">Python tutorials</a></li>
Expand Down Expand Up @@ -215,14 +216,13 @@ <h1>cellxgene_census.download_source_h5ad<a class="headerlink" href="#cellxgene-
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>dataset_id</strong> – Fetch the source (original) H5AD associated with this <cite>dataset_id</cite>.</p></li>
<li><p><strong>to_path</strong> – The file name where the downloaded H5AD will be written. Must not already exist.</p></li>
<li><p><strong>census_version</strong> – The census version name. Defaults to <cite>stable</cite>.</p></li>
<li><p><strong>dataset_id</strong> – Fetch the source (original) H5AD associated with this <code class="docutils literal notranslate"><span class="pre">dataset_id</span></code>.</p></li>
<li><p><strong>to_path</strong> – The file name where the downloaded H5AD will be written. Must not already exist.</p></li>
<li><p><strong>census_version</strong> – The census version name. Defaults to <code class="docutils literal notranslate"><span class="pre">&quot;stable&quot;</span></code>.</p></li>
</ul>
</dd>
<dt class="field-even">Raises<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.12)"><strong>ValueError</strong></a> – if the path already exists (i.e., will not overwrite
an existing file), or is not a file.</p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.12)"><strong>ValueError</strong></a> – if the path already exists (i.e., will not overwrite an existing file), or is not a file.</p>
</dd>
</dl>
<p class="rubric">Lifecycle</p>
Expand Down Expand Up @@ -251,7 +251,7 @@ <h1>cellxgene_census.download_source_h5ad<a class="headerlink" href="#cellxgene-
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2022-2023 Chan Zuckerberg Initiative Foundation.</p>
<p>&#169; Copyright 2022, Chan Zuckerberg Initiative.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
380 changes: 380 additions & 0 deletions _autosummary/cellxgene_census.experimental.get_embedding.html

Large diffs are not rendered by default.

361 changes: 361 additions & 0 deletions _autosummary/cellxgene_census.experimental.get_embedding_metadata.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="cellxgene_census.experimental.pp.get_highly_variable_genes" href="cellxgene_census.experimental.pp.get_highly_variable_genes.html" />
<link rel="next" title="cellxgene_census.experimental.ml.huggingface.CellDatasetBuilder" href="cellxgene_census.experimental.ml.huggingface.CellDatasetBuilder.html" />
<link rel="prev" title="cellxgene_census.experimental.ml.pytorch.ExperimentDataPipe" href="cellxgene_census.experimental.ml.pytorch.ExperimentDataPipe.html" />
</head>

Expand Down Expand Up @@ -158,9 +158,12 @@
<li class="toctree-l4"><a class="reference internal" href="#cellxgene_census.experimental.ml.pytorch.Stats"><code class="docutils literal notranslate"><span class="pre">Stats</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="cellxgene_census.experimental.ml.huggingface.CellDatasetBuilder.html">cellxgene_census.experimental.ml.huggingface.CellDatasetBuilder</a></li>
<li class="toctree-l3"><a class="reference internal" href="cellxgene_census.experimental.ml.huggingface.GeneformerTokenizer.html">cellxgene_census.experimental.ml.huggingface.GeneformerTokenizer</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../python-api.html#experimental-processing">Experimental: Processing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../python-api.html#experimental-embeddings">Experimental: Embeddings</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../examples.html">Python tutorials</a></li>
Expand Down Expand Up @@ -254,13 +257,13 @@ <h1>cellxgene_census.experimental.ml.pytorch.Stats<a class="headerlink" href="#c
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="cellxgene_census.experimental.ml.pytorch.ExperimentDataPipe.html" class="btn btn-neutral float-left" title="cellxgene_census.experimental.ml.pytorch.ExperimentDataPipe" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cellxgene_census.experimental.pp.get_highly_variable_genes.html" class="btn btn-neutral float-right" title="cellxgene_census.experimental.pp.get_highly_variable_genes" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="cellxgene_census.experimental.ml.huggingface.CellDatasetBuilder.html" class="btn btn-neutral float-right" title="cellxgene_census.experimental.ml.huggingface.CellDatasetBuilder" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2022-2023 Chan Zuckerberg Initiative Foundation.</p>
<p>&#169; Copyright 2022, Chan Zuckerberg Initiative.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
Loading

0 comments on commit 4fe6433

Please sign in to comment.