Added a wide logo to the index page
This commit is contained in:
parent
6081fd73eb
commit
6219b8460e
162
docs/source/_static/imgs/fancy_namelogo.svg
Normal file
162
docs/source/_static/imgs/fancy_namelogo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 115 KiB |
@ -1,6 +1,19 @@
|
||||
Fancy Gym
|
||||
=========
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<div style="text-align: center;">
|
||||
<img src="_static/imgs/fancy_namelogo.svg" style="margin: 5%; width: 80%;"></a>
|
||||
</div>
|
||||
<style>
|
||||
/* We don't want to show the title (ugly), but need to define it since it also sets the pages metadata (for titlebar and stuff) */
|
||||
h1 {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Built upon the foundation of
|
||||
`Gymnasium <https://gymnasium.farama.org/>`__ (a maintained fork of
|
||||
OpenAI’s renowned Gym library) ``fancy_gym`` offers a comprehensive
|
||||
|
Loading…
Reference in New Issue
Block a user