Skip to content

Commit

Permalink
docs: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Apr 8, 2021
1 parent 16c3ce4 commit beff424
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img alt="Vector logo" width="433" src="https://raw.githubusercontent.com/scikit-hep/vector/develop/docs/_images/vector-logo.png"/>

# Vector

[![Actions Status][actions-badge]][actions-link]
Expand Down
85 changes: 85 additions & 0 deletions docs/_images/LogoSrc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/vector-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## Version 0.8

First release to PyPI. Initial implementation. Initial features:

* 2D, 3D, and Lorentz vectors
* Single, Array, and Awkward forms
* Supports Numba / Awkward + Numba
* Multiple coordinate systems
* Geometric / momentum versions
* Statically typed

You can currently construct vectors using `obj`/`arr`/`awk` (or
`obj`/`array`/`Array`) for single, NumPy, and Awkward vectors, respectively.
The next version is likely to improve the vector construction process.

3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@

html_baseurl = "https://vector.readthedocs.io/en/latest/"

html_logo = "_images/vector-logo.png"
html_title = "Vector docs"


html_theme_options = {
"home_page_in_toc": True,
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Vector: vectorized 2D, 3D, and Lorentz vectors
usage/intro
usage/structure
usage/vector_design_prototype
changelog

.. toctree::
:maxdepth: 3
Expand Down

0 comments on commit beff424

Please sign in to comment.