From 33deaa0e2d9ff3daa4da2ec5548f325dbae55b79 Mon Sep 17 00:00:00 2001 From: Philipp A Date: Fri, 10 Aug 2018 12:44:53 +0200 Subject: [PATCH] Return to image directive This is the only way the README renders on PyPI. --- README.rst | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index 9f5c25c0b5..bf10b1faba 100644 --- a/README.rst +++ b/README.rst @@ -13,16 +13,17 @@ Scanpy – Single-Cell Analysis in Python ======================================= -.. raw:: html +.. image:: http://falexwolf.de/img/tsne_1.3M.png + :width: 90px + :align: left -

- - Scanpy is a scalable toolkit for analyzing single-cell gene expression - data. It includes preprocessing, visualization, clustering, pseudotime and - trajectory inference and differential expression testing. The Python-based - implementation efficiently deals with datasets of more than one million - cells. -

+Scanpy is a scalable toolkit for analyzing single-cell gene expression data. +It includes preprocessing, visualization, clustering, pseudotime and trajectory +inference and differential expression testing. The Python-based implementation +efficiently deals with datasets of more than one million cells. -Read the `documentation `__. -If Scanpy is useful for your research, consider citing `Genome Biology (2018) `__. +Read the documentation_. +If Scanpy is useful for your research, consider citing `Genome Biology (2018)`_. + +.. _documentation: https://scanpy.readthedocs.io +.. _Genome Biology (2018): https://doi.org/10.1186/s13059-017-1382-0