From 93dc9a0a5f7095589680464abd6541e308ac59cc Mon Sep 17 00:00:00 2001
From: pgfoster
Date: Sun, 15 Nov 2015 05:51:57 +0000
Subject: [PATCH] more detail for docs for rst fragment export
---
README.org | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 0194eb6..b8089c4 100644
--- a/README.org
+++ b/README.org
@@ -714,10 +714,20 @@ either
Org:
#+BEGIN_EXAMPLE
- ,#+RST: .. class:: alert
+ See also @@rst::meth:`mypackage.mymodule.MyClass.mymethod()`@@.
+
+ #+RST: .. class:: alert
+
+ ,#+BEGIN_RST
+ .. class:: alert
+ ,#+END_RST
#+END_EXAMPLE
reStructuredText:
#+BEGIN_SRC rst
+ See also :meth:`mypackage.mymodule.MyClass.mymethod()`.
+
+ .. class:: alert
+
.. class:: alert
#+END_SRC