Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit f7c28ce
Author: Riley Clement <[email protected]>
Date:   Sun Oct 10 15:54:32 2021 +1100

    Fixed typo in sphinx conf.py

commit 2fe550c
Author: Riley Clement <[email protected]>
Date:   Sun Oct 10 12:17:10 2021 +1100

    Minor doc updates

commit 605004a
Author: Riley Clement <[email protected]>
Date:   Sun Oct 10 00:00:04 2021 +1100

    Final logo
  • Loading branch information
venaturum committed Oct 11, 2021
1 parent 54e41e5 commit 9025932
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 71 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<p align="center"><a href="https://github.com/staircase-dev/piso"><img src="https://github.com/staircase-dev/piso/blob/master/docs/img/piso_social_transparent.svg" title="piso logo" alt="piso logo"></a></p>


<p align="center">
<a href="https://www.python.org/" alt="Python version">
<img src="https://img.shields.io/pypi/pyversions/piso" /></a>
Expand Down Expand Up @@ -58,14 +57,13 @@ python -m pip install piso
To install the latest version through conda-forge::

```sh
conda install -c conda-forge piso`
conda install -c conda-forge piso
```

## Versioning

[SemVer](http://semver.org/) is used by piso for versioning releases. For versions available, see the [tags on this repository](https://github.com/staircase-dev/piso/tags).


## License

This project is licensed under the [MIT License](https://github.com/staircase-dev/piso/blob/master/LICENSE)
Expand Down
4 changes: 1 addition & 3 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

:root {
/* Use softer blue from bootstrap's default info color */
--pst-color-primary: 92,92,92;
--pst-color-primary: 92, 92, 92;
--pst-color-active-navigation: 231, 4, 136;
--pst-color-navbar-link: 231, 4, 136;
--pst-color-navbar-link-hover: 240, 40, 180;
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# -- Project information -----------------------------------------------------

project = "staircase"
project = "piso"
copyright = "2021, Riley Clement"
author = "Riley Clement"
version = piso.__version__
Expand Down
Loading

0 comments on commit 9025932

Please sign in to comment.