[sphinx-users] conditional text

2022-10-06 Thread Phillip Feldman
I have a conditional text directive of the form .. only:: Internal I'd like to be able to get _only_ the text tagged in this way. Is this possible? -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop

[sphinx-users] Re: How to include entries for functions, classes, and methods in table of contents?

2019-04-15 Thread Phillip Feldman
>From the lack of a response, I suspect that Sphinx has no mechanism for doing this, which is a shame. My next step is to look at the code to gauge how difficult it would be to add support for this. On Tuesday, April 2, 2019 at 10:47:53 PM UTC-7, Phillip Feldman wrote: > > I would lik

[sphinx-users] How to include entries for functions, classes, and methods in table of contents?

2019-04-02 Thread Phillip Feldman
I would like to make Sphinx automatically generate an entry in the table of contents for each function, class, and method. Is there a way to do this? -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop

[sphinx-users] How to get table of contents at the top of the page?

2019-02-07 Thread Phillip Feldman
Sphinx seems to want to put the table of contents at the bottom of the page, which is strange, instead of the top. Is there a way to move the ToC to the top of the page? -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from

[sphinx-users] Re: only first module is processed

2019-02-05 Thread Phillip Feldman
My bad. I forgot about the index.rst file. On Tuesday, February 5, 2019 at 10:04:05 PM UTC-8, Phillip Feldman wrote: > > I have a project that contains three modules. When I run Sphinx and > generate html, the output looks fine, except that documentation is > generated only f

[sphinx-users] only first module is processed

2019-02-05 Thread Phillip Feldman
I have a project that contains three modules. When I run Sphinx and generate html, the output looks fine, except that documentation is generated only for the first of the three modules. How does Sphinx decide which modules get processed and which don't? -- You received this message because

Re: [sphinx-users] Re: hard to identify offending line in source file

2019-01-29 Thread Phillip Feldman
n Tuesday, January 29, 2019 at 1:01:32 PM UTC-8, Phillip Feldman wrote: >> >> I'm new to Sphinx, so perhaps this is a stupid question. >> >> When I see an error message like the following from Sphinx, it is unclear >> to me which line of the source file is triggering the

[sphinx-users] hard to identify offending line in source file

2019-01-29 Thread Phillip Feldman
I'm new to Sphinx, so perhaps this is a stupid question. When I see an error message like the following from Sphinx, it is unclear to me which line of the source file is triggering the error: docstring of mymath.KS1:19: WARNING: Bullet list ends without a blank line; unexpected unindent. (It