diff options
author | MarsBarLee <mlee@quansight.com> | 2021-10-25 16:06:56 +0000 |
---|---|---|
committer | MarsBarLee <mlee@quansight.com> | 2021-12-08 18:42:45 +0000 |
commit | ed8ffc70b16911d46d4587a9ed18bce027bdbe72 (patch) | |
tree | 71d3fe712f760d092812a9224a5e95e055ff86ff | |
parent | 6f45f44ad43b511c8a8c6e3f5860dc898c0ee933 (diff) | |
download | numpy-ed8ffc70b16911d46d4587a9ed18bce027bdbe72.tar.gz |
Change file path for images
-rw-r--r-- | doc/source/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index b88fce0a8..4ad3bf56d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -38,7 +38,7 @@ basic statistical operations, random simulation and much more. :column: col-lg-6 col-md-6 col-sm-6 col-xs-12 p-2 --- - :img-top: ../neps/_static/getting_started.svg + :img-top: ../source/_static/index-images/getting_started.svg Getting Started ^^^^^^^^^^^^^^^ @@ -52,7 +52,7 @@ basic statistical operations, random simulation and much more. :classes: stretched-link --- - :img-top: ../neps/_static/user_guide.svg + :img-top: ../source/_static/index-images/user_guide.svg User Guide ^^^^^^^^^^ @@ -68,7 +68,7 @@ basic statistical operations, random simulation and much more. :classes: stretched-link --- - :img-top: ../neps/_static/api.svg + :img-top: ../source/_static/index-images/api.svg API Reference ^^^^^^^^^^^^^ @@ -86,7 +86,7 @@ basic statistical operations, random simulation and much more. :classes: stretched-link --- - :img-top: ../neps/_static/contributor.svg + :img-top: ../source/_static/index-images/contributor.svg Contributor's Guide ^^^^^^^^^^^^^^^ |