mirror of https://github.com/tdwg/dwc.git
Update docs
This commit is contained in:
parent
b082759d64
commit
0a4d22fda0
|
@ -173,11 +173,11 @@ class DwcDigester(object):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def convert_link(text_with_urls):
|
def convert_link(text_with_urls):
|
||||||
"""
|
"""takes all links in a text field and converts it to the html tagged version of the link
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
------
|
------
|
||||||
The underlying regex is not a general URL matcher and could have shortcomings...
|
The underlying regex is not a general URL matcher and ad-hoc made. Furthermore, it currently handles the end-dot of the description field outside the regex
|
||||||
"""
|
"""
|
||||||
def _handle_matched(inputstring):
|
def _handle_matched(inputstring):
|
||||||
"""quick hack version of url handling on the current prime versions data"""
|
"""quick hack version of url handling on the current prime versions data"""
|
||||||
|
|
Loading…
Reference in New Issue