File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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")
2323DEFAULT_PROJECT_NAME=" YOUR_PROJECT_DIR_HERE"
2424
2525if [ -z " $1 " ];
You can’t perform that action at this time.
0 commit comments