aboutsummaryrefslogtreecommitdiff
path: root/advtrains/doc/signal_aspect.7advtrains.md
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2022-04-03 12:24:07 +0200
committerY. Wang <yw05@forksworld.de>2022-04-03 12:25:03 +0200
commit0fdbf53e5ecdec1ec9cd0162cc6cc0fd86baa8d8 (patch)
treeb1cc08015e6e232a18879d91e66ebded7ff85aea /advtrains/doc/signal_aspect.7advtrains.md
parentf8cd7018a5ee4ad848a4aa78a58e3dab30d8c611 (diff)
downloadadvtrains-0fdbf53e5ecdec1ec9cd0162cc6cc0fd86baa8d8.tar.gz
advtrains-0fdbf53e5ecdec1ec9cd0162cc6cc0fd86baa8d8.tar.bz2
advtrains-0fdbf53e5ecdec1ec9cd0162cc6cc0fd86baa8d8.zip
Remove documentation files that are merged into the manual
Diffstat (limited to 'advtrains/doc/signal_aspect.7advtrains.md')
-rw-r--r--advtrains/doc/signal_aspect.7advtrains.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/advtrains/doc/signal_aspect.7advtrains.md b/advtrains/doc/signal_aspect.7advtrains.md
deleted file mode 100644
index 827760d..0000000
--- a/advtrains/doc/signal_aspect.7advtrains.md
+++ /dev/null
@@ -1,24 +0,0 @@
-% signal_aspect(7advtrains) | Advtrains Developer's Manual
-
-# DESCRIPTION
-
-The signal aspect table used by advtrains has the following fields:
-
-* `main`: The main speed restriction
-* `dst`: The `main` aspect of the distant signal (not implemented)
-* `type`: The type of speed restriction given by the signal
-* `shunt`: Whether shunting is allowed
-* `proceed_as_main`: Whether to proceed without shunting
-
-The `main` and `dst` fields may contain the following values:
-* `-1`: No speed restriction
-* `nil`: No information is available
-
-The `type` field can be any valid table index, but it should usually be one of the following values:
-* "main": The main signal aspect used before the introduction of speed restriction types. This is the default value if the `type` field is absent.
-* "line": The speed limit for the physical line.
-* "temp": The speed limit that is temporarily introduced.
-
-# NOTES
-
-A signal with the `main` aspect of zero should not provide distant signal aspect.