Esempio n. 1
0
def GetLocationOfDocumentation(filename="PyCorrFit_doc.pdf"):
    """Return the location of the documentation if there is any"""
    return meta.get_file_location(filename)
Esempio n. 2
0
def GetLocationOfChangeLog(filename="CHANGELOG"):
    """Find location of CHANGELOG"""
    return meta.get_file_location(filename)
Esempio n. 3
0
def GetLocationOfChangeLog(filename = "ChangeLog.txt"):
    return meta.get_file_location(filename)
Esempio n. 4
0
def GetLocationOfDocumentation(filename="PyCorrFit_doc.pdf"):
    """Return the location of the documentation if there is any"""
    return meta.get_file_location(filename)
Esempio n. 5
0
def GetLocationOfChangeLog(filename="CHANGELOG"):
    """Find location of CHANGELOG"""
    return meta.get_file_location(filename)
Esempio n. 6
0
def GetLocationOfChangeLog(filename = "ChangeLog.txt"):
    return meta.get_file_location(filename)