From 69e69f4dae2c7ca03e65337f988fa4c2d4d7cc91 Mon Sep 17 00:00:00 2001 From: Sidney Bell Date: Mon, 12 Aug 2019 16:03:41 -0700 Subject: [PATCH] Add logo and favicon to docs (#880) --- docs/_layouts/default.html | 1 + docs/cellxgene-favicon.png | Bin 0 -> 312 bytes docs/index.md | 13 ++++++++----- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 docs/cellxgene-favicon.png diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 43f4e607..ffdf1c86 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -17,6 +17,7 @@ + diff --git a/docs/cellxgene-favicon.png b/docs/cellxgene-favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..58f433448aa28af68263f8d07a1d54252a662112 GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWND9BhG zR+Z*(& zf34PdHJxeV`O5#(?ymNu|VXn6LWapw8d0In@B zuCGbvxj0*Lq4PZv5gx@w6;VH`nUYKuW>-X+3r=JZUoR6B{%N7@PN2saJYD@<);T3K F0RWCzbV&dJ literal 0 HcmV?d00001 diff --git a/docs/index.md b/docs/index.md index b48451d1..1e029c7c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,8 @@ -_cellxgene_ is an interactive data explorer for single-cell transcriptomics data. Whether you need to visualize one thousand cells or one million, _cellxgene_ helps you gain insight into your single-cell data. + +_an interactive explorer for single-cell transcriptomics data_ + +Whether you need to visualize one thousand cells or one million, cellxgene helps you gain insight into your single-cell data. ## features #### flexible selections, coloring, and differential expression of your selected sets of cells @@ -10,7 +13,7 @@ _cellxgene_ is an interactive data explorer for single-cell transcriptomics data ## quick start -To install _cellxgene_ you need Python 3.6+. We recommend [installing _cellxgene_ into a conda or virtual environment.](/faq.html#how-do-i-create-a-python-environment-for-cellxgene) +To install cellxgene you need Python 3.6+. We recommend [installing cellxgene into a conda or virtual environment.](/faq.html#how-do-i-create-a-python-environment-for-cellxgene) Install the package. ``` bash @@ -23,14 +26,14 @@ Download an example [anndata](https://anndata.readthedocs.io/en/latest/) file curl -o pbmc3k.h5ad https://raw.githubusercontent.com/chanzuckerberg/cellxgene/master/example-dataset/pbmc3k.h5ad ``` -Launch _cellxgene_ +Launch cellxgene ``` bash cellxgene launch pbmc3k.h5ad --open ``` -To explore more datasets already formatted for _cellxgene_, see [Data](data) or +To explore more datasets already formatted for cellxgene, see [Data](data) or visit [Getting Started](getting-started) to learn more about formatting your own -data for _cellxgene_. +data for cellxgene. ## getting help