예제 #1
0
 def nice_documentation(self):
     """The human-readable documentation URL for the package."""
     return models.nice_url(self.documentation)
예제 #2
0
 def nice_documentation(self):
     """The human-readable documentation URL for the package."""
     return models.nice_url(self.documentation)
예제 #3
0
 def nice_homepage(self):
     """The human-readable homepage URL for the package."""
     return models.nice_url(self.homepage)
예제 #4
0
 def nice_homepage(self):
     """The human-readable homepage URL for the package."""
     return models.nice_url(self.homepage)