aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/asciidoc.conf
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-02-03 22:58:43 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-02-03 22:58:43 +0000
commite4094e23f9e3740599e9eaac527fbef86ff4b4c4 (patch)
tree3f0ccba263b217a513ed7ad98d68138a850013a5 /railties/doc/guides/asciidoc.conf
parentc0eeb9f1e20af2a5c4f77c71fd1236e6c1584f05 (diff)
downloadrails-e4094e23f9e3740599e9eaac527fbef86ff4b4c4.tar.gz
rails-e4094e23f9e3740599e9eaac527fbef86ff4b4c4.tar.bz2
rails-e4094e23f9e3740599e9eaac527fbef86ff4b4c4.zip
Remove all the guides
Diffstat (limited to 'railties/doc/guides/asciidoc.conf')
-rw-r--r--railties/doc/guides/asciidoc.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/railties/doc/guides/asciidoc.conf b/railties/doc/guides/asciidoc.conf
deleted file mode 100644
index f8e0c0a32c..0000000000
--- a/railties/doc/guides/asciidoc.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-# Asciidoc substitutes some characters by default, those are called
-# "replacements" in the docs. For example => becomes a unicode arrow.
-#
-# We override replacements to allow copy & paste of source code.
-
-[replacements]
-
-# Ellipsis
-(?<!\\)\.\.\.=...
-\\\.\.\.=...
-
-# -> right arrow
-(?<!\\)-&gt;==-&gt;
-\\-&gt;=-&gt;
-
-# => right double arrow
-(?<!\\)\=&gt;==&gt;
-\\\=&gt;==&gt;
-
-# <- left arrow
-(?<!\\)&lt;-=&lt;-
-\\&lt;-=&lt;-
-
-# <= left double arrow
-(?<!\\)&lt;\==&lt;=
-\\&lt;\==&lt;= \ No newline at end of file