Hi,
I tried to make an extension which will number and reference the containers
but did not succeed.
https://github.com/jtrakk/sphinx-demo
How can I fix it?
Thanks.
On Saturday, February 1, 2020 at 3:22:52 AM UTC-8, Komiya Takeshi wrote:
>
> Hi,
>
> "numref" only does referring by number as i
Hi,
ca someone show me a god wiki to collect rst documentation in my factory?
Thank you
Renato
--
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+uns
Hi,
"numref" only does referring by number as it named. To refer something
by number, you need to assign numbers to each object before
referencing. But Sphinx does not have a feature to assign numbers to
containers. So you need to write some extensions to do that.
Personally, I can't imagine how