add svg logo [SKIP CI] (#3988)

* docs logo

* use png

* cleaning

* vectorial

* Apply suggestions from code review

Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>

* Apply suggestions from code review

Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
This commit is contained in:
Jirka Borovec 2020-10-21 19:11:31 +02:00 committed by GitHub
parent 90bb7b1fbb
commit ec424e7b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 59 deletions

View File

@ -1,6 +1,6 @@
<div align="center">
<img src="docs/source/_images/logos/lightning-logo.png" width="400px">
<img src="docs/source/_images/logos/lightning_logo-name.png" width="400px">
**The lightweight PyTorch wrapper for high-performance AI research.

View File

@ -1 +1,3 @@
rm -rf source/generated; make clean ; make html --debug --jobs 2 SPHINXOPTS="-W"
rm -rf source/generated
make clean
make html --debug --jobs 2 SPHINXOPTS="-W"

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 12 KiB