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