예제 #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
파일: doc.py 프로젝트: saad-yahia/PyCorrFit
def GetLocationOfDocumentation(filename="PyCorrFit_doc.pdf"):
    """Return the location of the documentation if there is any"""
    return meta.get_file_location(filename)
예제 #5
0
파일: doc.py 프로젝트: saad-yahia/PyCorrFit
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)