Merge pull request #18 from pgfoster/fragmentsdoc
more detail for docs for rst fragment export
This commit is contained in:
12
README.org
12
README.org
@@ -714,10 +714,20 @@ either
|
|||||||
|
|
||||||
Org:
|
Org:
|
||||||
#+BEGIN_EXAMPLE
|
#+BEGIN_EXAMPLE
|
||||||
,#+RST: .. class:: alert
|
See also @@rst::meth:`mypackage.mymodule.MyClass.mymethod()`@@.
|
||||||
|
|
||||||
|
#+RST: .. class:: alert
|
||||||
|
|
||||||
|
,#+BEGIN_RST
|
||||||
|
.. class:: alert
|
||||||
|
,#+END_RST
|
||||||
#+END_EXAMPLE
|
#+END_EXAMPLE
|
||||||
|
|
||||||
reStructuredText:
|
reStructuredText:
|
||||||
#+BEGIN_SRC rst
|
#+BEGIN_SRC rst
|
||||||
|
See also :meth:`mypackage.mymodule.MyClass.mymethod()`.
|
||||||
|
|
||||||
|
.. class:: alert
|
||||||
|
|
||||||
.. class:: alert
|
.. class:: alert
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
Reference in New Issue
Block a user