##// END OF EJS Templates
markup: use cached version of http pattern for urlify_text. This...
markup: use cached version of http pattern for urlify_text. This increases performance because we don't have to compile the pattern each time we execute this commonly used function.

File last commit:

r1:854a839a default
r2090:f1192728 default
Show More
.howto
3 lines | 75 B | text/plain | TextLexer
# building the docs
cd docs
nix-build default.nix -o result
make clean html