示例#1
0
def GetLocationOfDocumentation(filename="PyCorrFit_doc.pdf"):
    """Return the location of the documentation if there is any"""
    return meta.get_file_location(filename)
示例#2
0
def GetLocationOfChangeLog(filename="CHANGELOG"):
    """Find location of CHANGELOG"""
    return meta.get_file_location(filename)
示例#3
0
文件: doc.py 项目: lampo808/PyCorrFit
def GetLocationOfChangeLog(filename = "ChangeLog.txt"):
    return meta.get_file_location(filename)
示例#4
0
def GetLocationOfDocumentation(filename="PyCorrFit_doc.pdf"):
    """Return the location of the documentation if there is any"""
    return meta.get_file_location(filename)
示例#5
0
def GetLocationOfChangeLog(filename="CHANGELOG"):
    """Find location of CHANGELOG"""
    return meta.get_file_location(filename)
示例#6
0
def GetLocationOfChangeLog(filename = "ChangeLog.txt"):
    return meta.get_file_location(filename)