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:
parent
90bb7b1fbb
commit
ec424e7b91
|
@ -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.
|
||||
|
|
|
@ -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"
|
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 |
Loading…
Reference in New Issue