Skip to content

Commit

Permalink
Merge pull request #133 from Quansight-Labs/logo
Browse files Browse the repository at this point in the history
Logo
  • Loading branch information
hameerabbasi committed Apr 16, 2019
2 parents 707b6f4 + d46914a commit e9d7aa7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# `uarray` - Universal Array Interface. This is experimental and very early research code. Don't use this.

[![Join the chat at https://gitter.im/Plures/uarray](https://badges.gitter.im/Plures/uarray.svg)](https://gitter.im/Plures/uarray?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/Quansight-Labs/uarray/master?urlpath=lab/tree/notebooks/NumPy%20Compat.ipynb) [![Build Status](https://dev.azure.com/teoliphant/teoliphant/_apis/build/status/Quansight-Labs.uarray)](https://dev.azure.com/teoliphant/teoliphant/_build/latest?definitionId=1) [![PyPI](https://img.shields.io/pypi/v/uarray.svg?style=flat-square)](https://pypi.org/project/uarray/)
[![Join the chat at https://gitter.im/Plures/uarray](https://badges.gitter.im/Plures/uarray.svg)](https://gitter.im/Plures/uarray?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/Quansight-Labs/uarray/master?urlpath=lab/tree/notebooks/NumPy%20Compat.ipynb) [![Build Status](https://dev.azure.com/Quansight-Labs/uarray/_apis/build/status/Quansight-Labs.uarray?branchName=master)](https://dev.azure.com/Quansight-Labs/uarray/_build/latest?definitionId=1&branchName=master) [![PyPI](https://img.shields.io/pypi/v/uarray.svg?style=flat-square)](https://pypi.org/project/uarray/)

- [Road Map](https://github.com/Quansight-Labs/uarray/projects/2)
<img src="docs/logo.png" style="width: 20em; text-align: center;" alt="uarray logo">

- [Documentation](https://uarray.readthedocs.io/en/latest/)
- [Road Map](https://github.com/orgs/Quansight-Labs/projects/1)
- [Future Meetings](https://calendar.google.com/calendar/embed?src=quansight.com_cg7sf4usbcn18gdhdb3l2c6v1g%40group.calendar.google.com&ctz=America%2FNew_York)
- [Meeting Notes](https://github.com/Quansight-Labs/uarray/wiki/Meeting-Notes)
- [References](https://github.com/Quansight-Labs/uarray/wiki/References)
Expand Down Expand Up @@ -43,7 +46,7 @@ concepts could be applied to other languages but we do not try to
solve that problem with this library. XND can be _used_ by some
implementations of the uarray concept.

Our desire with _uarray_ is to build a useful array interface for Python
Our desire with `uarray` is to build a useful array interface for Python
that can help library writers write to a standard interface while
allowing backend implementers to innovate in performance. This effort
is being incubated at Quansight Labs which is an R&D group inside of
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_logo = "logo.png"
html_favicon = "logo.png"

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
9 changes: 7 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
.. currentmodule:: uarray

Welcome to ``uarray``'s documentation
=====================================
``uarray``
==========

.. image:: logo.png
:alt: Logo
:align: center
:width: 20em

.. warning::
``uarray`` is a developer tool, it is not meant to be used directly by end-users.
Expand Down
Binary file added docs/logo.png
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 e9d7aa7

Please sign in to comment.