Geany at least recognises RST outlines such as headlines...
Unfortunately, I haven't found a RST markup plugin for Eclipse.
Did anyone of you?
> --
> You received this message because you are subscribed to the Google Groups "sphinx-dev" group.
> To post to this group, send email to sphin...@googlegroups.com.
> To unsubscribe from this group, send email to sphinx-dev+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
>
>
I use UliPad, but it has the same limitations - it would be nice if
there is a way to preview a single .rst file - with Sphinx directives
also working, but I don't think there is such a "build" command in
Sphinx at this time - would be very happy if someone would correct me on
this.
Werner
> I use UliPad, but it has the same limitations - it would be nice if
> there is a way to preview a single .rst file - with Sphinx directives
> also working, but I don't think there is such a "build" command in
> Sphinx at this time - would be very happy if someone would correct me on
> this.
I was thinking about a "Sphinx-compatibility" backend for Docutils
that would allow this. It should define sensible fallbacks for the
Sphinx-specific roles and directives. I don't know how large the
effort to do this would be, as Sphinx and Docutils are drifting apart
more and more.
Günter
And unnecesarily :-(
Most of the sphinx directives could be hacked so they worked as addons to
docutils (by creating a sphinx-rst2html or whatever and just registering the
directives).
I am talking about graphviz, code blocks, production lists, and others.
Under windows xp the following works to build a single file (and files
with dependent toctrees):
sphinx-build.exe -b html -d _build\doctrees . _build subdir/test.rst
Running Sphinx v1.0
loading pickled environment... done
building [html]: 1 source files given on command line
updating environment: 0 added, 1 changed, 0 removed
reading sources... [100%] subdir/test
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 33%] index
writing output... [ 66%] subdir/index
writing output... [100%] subdir/test
writing additional files... search
copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded.
I presume something similar would work on other platforms.
I'm not sure why you say this -- I don't think that something changed
there since Sphinx was first released.
cheers,
Georg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
iEYEARECAAYFAku4xw4ACgkQN9GcIYhpnLAGnwCdE+CHLGXzlTgxK5CzUVAGPxTS
p9MAnjUuLhd8O8QigikAsPCMYEjyVAYd
=EmXl
-----END PGP SIGNATURE-----