diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-10-09 17:03:55 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-10-09 17:03:55 -0400 |
commit | 997d6ec1a13d24da29ead73e89ad55a40ad8e9d3 (patch) | |
tree | d319ee5042d3de9227ebeb83a3ae53e55371c915 | |
parent | c6dc9d66ebc7dca16eb83686e74673668b276440 (diff) | |
download | numpy-997d6ec1a13d24da29ead73e89ad55a40ad8e9d3.tar.gz |
DOC: Delete unused file in PR #17523
To fix CircleCI fail; missed it in the c6dc9d6 commit.
-rw-r--r-- | doc/source/user/setting-up.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/source/user/setting-up.rst b/doc/source/user/setting-up.rst deleted file mode 100644 index 7ca3a365c..000000000 --- a/doc/source/user/setting-up.rst +++ /dev/null @@ -1,10 +0,0 @@ -********** -Setting up -********** - -.. toctree:: - :maxdepth: 1 - - whatisnumpy - install - troubleshooting-importerror |