diff options
author | MarsBarLee <mlee@quansight.com> | 2021-09-01 20:33:06 +0000 |
---|---|---|
committer | MarsBarLee <mlee@quansight.com> | 2021-12-08 18:42:45 +0000 |
commit | 77a0563967b542f28dbbb3d7a8e67bb99eb5cc12 (patch) | |
tree | 52cb61da1266bca2c3136e42d54e50cdd9d5c5f7 /doc/source/index.rst | |
parent | bfa9fcb0594d43dba02fa6bdbbd582dc22c7b6b0 (diff) | |
download | numpy-77a0563967b542f28dbbb3d7a8e67bb99eb5cc12.tar.gz |
Modify panel styling
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r-- | doc/source/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index f984b848a..f43b7b41f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -50,7 +50,7 @@ basic statistical operations, random simulation and much more. .. link-button:: :type: ref :text: To the getting started page - :classes: btn-block btn-secondary stretched-link + :classes: stretched-link --- :img-top: _static/index_user_guide.svg @@ -65,8 +65,8 @@ basic statistical operations, random simulation and much more. .. link-button:: user :type: ref - :text: To the user guide - :classes: btn-block btn-secondary stretched-link + :text: + :classes: stretched-link --- :img-top: _static/index_api.svg @@ -84,7 +84,7 @@ basic statistical operations, random simulation and much more. .. link-button:: reference :type: ref :text: To the reference guide - :classes: btn-block btn-secondary stretched-link + :classes: stretched-link --- :img-top: _static/index_contribute.svg @@ -101,7 +101,7 @@ basic statistical operations, random simulation and much more. .. link-button:: devindex :type: ref :text: To the development guide - :classes: btn-block btn-secondary stretched-link + :classes: stretched-link .. This is not really the index page, that is found in _templates/indexcontent.html The toctree content here will be added to the |