")
- end
- end
+ def convert(content)
+ content.gsub('
__tabsInit
', "")
+ .gsub('
__tabsStart
', "
")
+ .gsub('
__tabsMid
', "")
+ .gsub('
__tabsEnd
', "
")
+ .gsub('
__dangerStart
', "
")
+ .gsub('
__dangerEnd
', "
")
+ .gsub('
__warnStart
', "
")
+ .gsub('
__warnEnd
', "
")
+ .gsub('__breakFix1
', "")
+ .gsub('
__breakFix2', "")
+ .gsub('__version', %x( git describe --tags --always --abbrev=0 ) )
+ end
+end
end
diff --git a/doc/jekyll/index.md b/doc/jekyll/index.md
index 7a6c648..f08a71f 100644
--- a/doc/jekyll/index.md
+++ b/doc/jekyll/index.md
@@ -5,6 +5,15 @@ subtitle: "a general purpose tensor library"
---
# Xerus
+**master:**
+
+
+__breakFix1
+{% include version.svp %}
+__breakFix2
+**development:**
+
+
The `xerus` library is a general purpose library for numerical calculations with higher order tensors, Tensor-Train Decompositions / Matrix Product States and general Tensor Networks.
The focus of development was the simple usability and adaptibility to any setting that requires higher order tensors or decompositions thereof.
--
GitLab