aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-05-08 23:25:04 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-05-08 23:25:04 +0200
commit3b0dada97711a51a771ee49de50288f7cfdda97d (patch)
tree8c225db750d590487d8cab73bcdaa6509950d40b /python
parent0fb71ba1fad4cb6f9f5f776d5eb6b862011e40cc (diff)
downloadrefcat-3b0dada97711a51a771ee49de50288f7cfdda97d.tar.gz
refcat-3b0dada97711a51a771ee49de50288f7cfdda97d.zip
update docs
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index c3e32ee..44bbe26 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -274,13 +274,7 @@ class UnmatchedRefs(Refcat):
class URLTabs(Refcat):
"""
- Tabular URLs, note: URL can contain artifacts from parsing.
-
- Performance data point:
-
- real 70m6.309s
- user 757m4.317s
- sys 85m54.710s
+ Extract (work ident, release ident, url, doc).
"""
def requires(self):
return RefsWithUnstructured()