Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60a1b64

Browse files
committed
MAINT renamed INSTALL into INSTALL.rst for rendering
1 parent 3044d12 commit 60a1b64

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

INSTALL renamed to INSTALL.rst

File renamed without changes.

doc/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def build_all():
224224
# Change directory to the one containing this file
225225
current_dir = os.getcwd()
226226
os.chdir(os.path.dirname(os.path.join(current_dir, __file__)))
227-
copy_if_out_of_date('../INSTALL', 'users/installing.rst')
227+
copy_if_out_of_date('../INSTALL.rst', 'users/installing.rst')
228228

229229
# Create the examples symlink, if it doesn't exist
230230

0 commit comments

Comments
 (0)