summaryrefslogtreecommitdiff
path: root/debian/ripser.1
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2022-09-19 17:16:54 +0200
committerGard Spreemann <gspr@nonempty.org>2022-09-19 17:16:54 +0200
commit5463262c6a5bca5748b940670eedc8f226ce4503 (patch)
tree89eda3d5dbdf39be50d37698b11e9ad01cefe8f2 /debian/ripser.1
parente2bb9f6fa1a12bd27e38c7a3bded8dc8f07b9838 (diff)
Replace raw man pages with more maintainable ones generated by scdoc
Diffstat (limited to 'debian/ripser.1')
-rw-r--r--debian/ripser.137
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/ripser.1 b/debian/ripser.1
deleted file mode 100644
index 9caafee..0000000
--- a/debian/ripser.1
+++ /dev/null
@@ -1,37 +0,0 @@
-.TH RIPSER 1
-.SH NAME
-ripser \- fast computation of persistent homology of flag complexes
-.SH SYNOPSIS
-.B ripser
-[\fB\-\-help\fR]
-[\fB\-\-format\fR \fIformat\fR]
-[\fB\-\-dim \fIk\fR]
-[\fB\-\-threshold \fIt\fR]
-[\fB\-\-ratio \fIr\fR]
-[\fIfilename\fR]
-.SH DESCRIPTION
-.B ripser
-computes persistent homology of flag complexes (such as Vietoris-Rips
-complexes) only, allowing significant gains in computation time and
-memory usage over the general situation.
-
-See https://arxiv.org/abs/1908.02518 for details.
-.SH OPTIONS
-.TP
-\fB\-\-help\fR
-Display help.
-.TP
-\fB\-\-format\fR \fIformat\fR
-Specify input format. See \fB\-\-help\fR for a full list.
-.TP
-\fB\-\-dim \fIk\fR
-Compute persistent homology up to dimension \fIk\fR.
-.TP
-\fB\-\-threshold \fIt\fR
-Compute Rips complexes up to diameter \fIt\fR.
-.TP
-\fB\-\-ratio \fIr\fR
-Only show persistence pairs with death/birth ratio > \fIr\fR.
-.TP
-\fIfilename\fR
-Read input from this file. Uses stdin if not present.