Exemplo 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)
Exemplo n.º 2
0
def GetLocationOfChangeLog(filename="CHANGELOG"):
    """Find location of CHANGELOG"""
    return meta.get_file_location(filename)
Exemplo n.º 3
0
def GetLocationOfChangeLog(filename = "ChangeLog.txt"):
    return meta.get_file_location(filename)
Exemplo 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)
Exemplo n.º 5
0
def GetLocationOfChangeLog(filename="CHANGELOG"):
    """Find location of CHANGELOG"""
    return meta.get_file_location(filename)
Exemplo n.º 6
0
def GetLocationOfChangeLog(filename = "ChangeLog.txt"):
    return meta.get_file_location(filename)