diff options
author | MarsBarLee <mlee@quansight.com> | 2021-12-08 16:28:09 +0000 |
---|---|---|
committer | MarsBarLee <mlee@quansight.com> | 2021-12-08 18:42:45 +0000 |
commit | 481a8617b6fd4109848ebfd9504850248c806194 (patch) | |
tree | 6076661ba1ffecc6b3af77a6dd966da4498cfb54 | |
parent | 4d5f48d83d50002f877ab875a30e6d9ed61a4990 (diff) | |
download | numpy-481a8617b6fd4109848ebfd9504850248c806194.tar.gz |
Modify styling of panels
-rw-r--r-- | doc/source/index.rst | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 4ad3bf56d..1c4ca77d1 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -48,7 +48,7 @@ basic statistical operations, random simulation and much more. .. link-button:: getting_started :type: ref - :text: To the getting started page + :text: :classes: stretched-link --- @@ -60,12 +60,10 @@ basic statistical operations, random simulation and much more. The user guide provides in-depth information on the key concepts of pandas with useful background information and explanation. - +++ - .. link-button:: user - :type: ref - :text: - :classes: stretched-link + :type: ref + :text: + :classes: stretched-link --- :img-top: ../source/_static/index-images/api.svg @@ -78,12 +76,10 @@ basic statistical operations, random simulation and much more. methods work and which parameters can be used. It assumes that you have an understanding of the key concepts. - +++ - .. link-button:: reference - :type: ref - :text: To the reference guide - :classes: stretched-link + :type: ref + :text: + :classes: stretched-link --- :img-top: ../source/_static/index-images/contributor.svg @@ -95,12 +91,10 @@ basic statistical operations, random simulation and much more. documentation? The contributing guidelines will guide you through the process of improving NumPy. - +++ - .. link-button:: devindex - :type: ref - :text: To the development guide - :classes: stretched-link + :type: ref + :text: + :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 |