Hi,

`literalinclude` directive does not parse given block. So all reST
notations are ignored.

If you want to do that, please use "parsed-literal" directive instead.
http://docutils.sourceforge.net/docs/ref/rst/directives.html#parsed-literal-block

Note: The result block is not highlighted. It is a disadvantage of the
directive.

Thanks,
Takeshi KOMIYA

2018-04-06 23:15 GMT+09:00  <bruno.silve...@hydrasystems.com.br>:
> Looking at the documentation, it was possible to see that you do not have
> the possibility to make links to other project documents!
>
>
> You would be able to do this example implementation:
>
> .. literalinclude:: MyDocument.script :linenos: :language: script
>
> In my document script:
>
> var script = :doc:`ScriptComponent`
> script.setScriptPath = "resources/scripts/pathMyScript.script"
>
>
> where it has the tag "doc" normally it does link only in the doc block it
> does not!
>
>
> Thanks for listening!
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sphinx-users+unsubscr...@googlegroups.com.
> To post to this group, send email to sphinx-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/sphinx-users.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to