Skip to content

Commit

Permalink
Development (#51)
Browse files Browse the repository at this point in the history
* fixes for scarf logo on rtd. updated rtd python version to 3.9

* rolling back python version as RTD does not support 3.9 yet

* fixed logo paths and formats for rtd and github main readme
  • Loading branch information
parashardhapola authored Jul 13, 2021
1 parent aa09f16 commit 4ff97e7
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 435 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.. |Tests| image:: https://circleci.com/gh/parashardhapola/scarf/tree/master.svg?style=svg
:target: https://circleci.com/gh/parashardhapola/scarf/tree/master

.. |IMG1| image:: docs/source/_static/scarf_logo_for_readme.png
.. |IMG1| image:: docs/source/logo_for_readme.png
:width: 100%

Analyze large-scale (aka atlas-scale) single-cell genomics datasets with very low memory requirement.
Expand Down
883 changes: 451 additions & 432 deletions docs/source/_static/scarf_logo_inversed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

html_theme = "sphinx_rtd_theme"
html_static_path = ['_static']
html_favicon = '_static/scarf_icon.svg'
html_logo = '_static/scarf_logo_inversed.svg'
html_favicon = 'favicon.ico'
html_logo = 'logo_for_rtd.png'
# html_title = project + ' version ' + release
# html_sidebars = {}
html_theme_options = {
Expand Down
Binary file added docs/source/favicon.ico
Binary file not shown.
File renamed without changes
Binary file added docs/source/logo_for_rtd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ff97e7

Please sign in to comment.