Skip to content

Commit 264e3a8

Browse files
committed
Rename mkdoc.sh to mkpydoc.sh
1 parent e5db7fb commit 264e3a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mkdoc.sh renamed to mkpydoc.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# vim: set ts=4 sw=4 st=4 expandtab
33

4-
# mkdoc.sh -
4+
# mkpydoc.sh -
55
# Copyright (c) 2015, 2016, 2017 Timothy Savannah, All Rights Reserved
66
#
77
# Licensed under the terms of the GNU General Purpose License (GPL) Version 3.0
@@ -11,15 +11,15 @@
1111
#
1212

1313

14-
# mkdoc.sh - Generate pydoc for an arbitrary project (via argument), or
14+
# mkpydoc.sh - Generate pydoc for an arbitrary project (via argument), or
1515
# if DEFAULT_PROJECT_NAME is set within this file then
1616
# this script can be copied into your project's root directory
1717
# and executed without argment to generate using thatname.
1818

1919
# DEFAULT_PROJECT_NAME - Set to the name of the folder containing your package
2020
# (i.e. the folder containing the highest-level __init__.py)
2121
#
22-
# This will be used in lieu of an argument (so just running ./mkdoc.sh vs ./mkdoc.sh "myFolderName")
22+
# This will be used in lieu of an argument (so just running ./mkpydoc.sh vs ./mkpydoc.sh "myFolderName")
2323
DEFAULT_PROJECT_NAME="YOUR_PROJECT_DIR_HERE"
2424

2525
if [ -z "$1" ];

0 commit comments

Comments
 (0)