[sphinx-users] sphinx autodoc with `from mymodule import *` in __init__.py

2018-02-28 Thread John
Hello, I have a boost:python project and I am working on the documentation: Shyft . I am trying to use autodoc with sphinx. One of the main modules is pure C++ .so library and we have the following line in a module's `__init__.py` file: from shyft.api._a

[sphinx-users] autodoc "from mymodule import *" in __init__.py file

2018-02-28 Thread John
Hello, I just posted this before, but I don't see it appearing, apologies for a duplicate post. I am writing documentation for a boost:python project with uses and underlying C++ .so file as a key module. It is read referenced within the `api.__init__.

[sphinx-users] Re: autodoc "from mymodule import *" in __init__.py file

2018-02-28 Thread John
referenced as `shyft.api.SomeClass` due to the import in the `__init__.py` file. On Wednesday, February 28, 2018 at 2:12:23 PM UTC+1, John wrote: > > Hello, > > I just posted this before, but I don't see it appearing, apologies for a > duplicate post. > > I am w

[sphinx-users] Re: autodoc "from mymodule import *" in __init__.py file

2018-03-02 Thread John
` attribute of the imported objects: https://stackoverflow.com/questions/22096187/how-to-make-sphinx-respect-importing-classes-into-package-with-init-py The latter is difficult when using `from mymodule import *` On Wednesday, February 28, 2018 at 2:27:50 PM UTC+1, John wrote: > > Note, that I a

[sphinx-users] FATAL_ERROR: "main.c", line 98: Failed to read LDA matrix

2014-04-05 Thread John Kelley
Hello everyone, I'm trying to train a data set using the MLLT version of the perl script, and every time I do, I get the following error: Phase 2: Flat initialize FATAL_ERROR: "main.c", line 98: Failed to read LDA matrix This step had 1 ERROR messages and 0 WARNING messages. Please check th

[sphinx-users] FATAL_ERROR: "main.c", line 98: Failed to read LDA matrix

2014-04-05 Thread John Kelley
Hey everyone, I was really hoping I could get some help on this issue. I'm currently trying to train a data set using the RunAll_CDMLLT.pl script. I have the SciPy and NumPy python modules installed. I've gone to my python directory and ran python setup.py build and sudo python setup.py install.

[sphinx-users] Sphinx Latest Version

2015-06-25 Thread John O'Grady
Hello, I'm new to the community and have a quick question about versioning. http://sphinx-doc.org lists 1.3.2 as the current version. However, the latest release available on pypy and github are 1.3.1.

[sphinx-users] Problems with \newcommand in math blocks

2018-11-01 Thread John Kendrick
Hi, I am using some macros in my maths blocks and it was working succesfully. However I am not seeing some of the maths not being shown correctly. If I remove the async parameter from the html https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MM

[sphinx-users] Re: Problems with \newcommand in math blocks

2018-11-02 Thread John Kendrick
t;fieldbf": ["{\\bar{\\bm{#1}}}", 1], "water":"\\H_{2}O", }, }, } Sphinx now interprets my \newcommand correctly and the maths is displayed correctly. Thanks John > -- You received this message because you a

Re: [sphinx-users] How to collect material

2019-01-07 Thread John Smith
is the documentation found online? On Mon, Jan 7, 2019 at 4:17 PM Komiya Takeshi wrote: > Hi, > > What do you mean "collect documentation"? If you mean collect > knowledge for Sphinx, it would be nice to update official document of > Sphinx. > > Thanks, > Takeshi KOMIYA > > 2019年1月4日(金) 20:09 R

Re: [sphinx-users] autodoc (etc.) support for unicode docstrings in Python 2.7 code?

2019-01-21 Thread John Armstrong
codebase, but then, it does a huge amount of stuff. 😊 Great job! -- John From: sphinx-users@googlegroups.com on behalf of Komiya Takeshi Sent: Monday, January 21, 2019 11:17 AM To: sphinx-users@googlegroups.com Subject: Re: [sphinx-users] autodoc (etc.) sup

Re: [sphinx-users] Option to suppress class signatiure argument list (everywhere)?

2019-02-02 Thread John Armstrong
s): shes=None, # list of shes - items can be any indexed sheInfo field charts=None, # list of chartNums as ints columns=None, # list of rowNums as ints rhymes=None, # list of bestRhymes (characters) or bestRhymeLocs (form #1-1 etc.) -- John -- You rece

[sphinx-users] Re: Advice on finding a Sphinx consultant?

2019-04-25 Thread John Walker
I joined this sphinx-users group to find consultants. I guess since you have had no replies since 2016 this is not the place to find consultants. My next steps would be to go through sites like PeoplePerHour.com, www.fiverr.com and www.upwork.com to find freelancers. On Friday, January 29, 2

[sphinx-users] Re: Advice on finding a Sphinx consultant?

2019-04-26 Thread John Walker
vice on how to improve it and also proposals from consultants wishing to impart their knowledge. On Thursday, April 25, 2019 at 11:46:54 AM UTC+1, John Walker wrote: > > I joined this sphinx-users group to find consultants. > > I guess since you have had no replies since 2016 this is

Re: [sphinx-users] Re: Advice on finding a Sphinx consultant?

2019-05-15 Thread John Walker
Thanks, I have signed up to the Write the Docs group on Slack <https://www.writethedocs.org/slack/>. *John Walker* On Mon, 6 May 2019 at 16:52, 'William Abernathy' via sphinx-users < sphinx-users@googlegroups.com> wrote: > I have no idea if this will be helpful, but

[sphinx-users] white label functionality?

2019-06-06 Thread John Ezekiel
Hey guys, I'm looking for a documentation library just like Sphinx. Only problem is, We are a software that is white-labeled for each of our clients. Is there any support in sphinx for white-labeled products? For example, we have 5 products, named internally. All 5 of those products have aliases

Re: [sphinx-users] white label functionality?

2019-06-10 Thread John Ezekiel
Amazing Detail, thanks! Looks like it should do what I'm looking for. I'll report back! On Thursday, June 6, 2019 at 3:18:42 PM UTC-5, Gert van Dijk wrote: > > On Thu, Jun 6, 2019 at 7:49 PM John Ezekiel > > wrote: > >> I'm looking for a documentation li

[sphinx-users] Sphinx autodoc and re-exported modules from __all__

2021-06-28 Thread John Snow
directive from qemu.aqmp.rst entirely to prevent any cross-reference conflicts. Thank you in advance for any help or advice, --John Snow, QEMU Python library maintainer -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from

[sphinx-users] Re: Sphinx autodoc and re-exported modules from __all__

2021-06-30 Thread John Snow
On Monday, June 28, 2021 at 3:13:30 PM UTC-4 John Snow wrote: > Hello all, greetings from the QEMU upstream. > > In short, my question is how do I convince "automodule" to not create > cross-referenceable targets for things imported and re-exported by __all__. > I

[sphinx-users] New Project to add to "Projects using Sphinx"

2024-04-30 Thread John Stilley
Hello! I have a new project to add to the "Projects using Sphinx" page: https://terrapower.github.io/armi/ We have a small (~300 person) community that has been maintaining our docs using the sphinx-rtd-theme for (I think) about 5 years now. If accepted, I would expect the project "ARMI" to be

[sphinx-users] Typesetting \LaTeX

2018-10-26 Thread John H Palmieri
If I use the string "\LaTeX" in an reST document and run it through Sphinx's latex builder, it strips the leading backslash, so if I run it through Sphinx's pdf builder, I just get the text "LaTeX". I would instead like to use the command "\LaTeX", which produces a nicely typeset LateX symbol.

[sphinx-users] Re: Typesetting \LaTeX

2018-10-29 Thread John H Palmieri
> >> Le 27/10/2018 à 10:42, Komiya Takeshi a écrit : > >>> You can do it with raw directive and substitution:: > >>> > >>> .. |latex| raw:: latex > >>> > >>> \LaTeX > >>> > >>> hello |l

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

2019-01-29 Thread John H Palmieri
On 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 error: > > docstring of myma

Re: [sphinx-users] ANN: Sphinx-3.1.1 is out

2020-06-29 Thread John H Palmieri
It looks to me like spacing for bulleted lists changed in html builds: there is more space between lines in bulleted lists with 3.1.1 as compared to 3.0.4. I didn't see anything in the change log about it; does anyone else see this? I see this with `sphinx-quickstart` and a file `index.rst` con

Re: [sphinx-users] ANN: Sphinx-3.1.1 is out

2020-06-30 Thread John H Palmieri
On Tuesday, June 30, 2020 at 4:01:48 AM UTC-7, Matthias Geier wrote: > > Hi John and Jörg (and everyone else). > > This appeared in version 3.1.0 and has already been reported at > https://github.com/sphinx-doc/sphinx/issues/7838. > > > I had postponed the task of d

Re: [sphinx-users] ANN: Sphinx-3.1.1 is out

2020-07-06 Thread John H Palmieri
On Tuesday, June 30, 2020 at 11:13:11 AM UTC-7, John H Palmieri wrote: > > > > On Tuesday, June 30, 2020 at 4:01:48 AM UTC-7, Matthias Geier wrote: >> >> Hi John and Jörg (and everyone else). >> >> This appeared in version 3.1.0 and has already been reported