-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sphinx errors or warning during the debian package build #642
Comments
There is at least three kind of problems during this build
|
If I look at the ImportError, only one seems problematic for me, the string one And Indeed the module name is stringutil and not string. |
Here is the fix for |
Hello, with the latest 0.14.2, I get only one warning now :)
thanks a lot |
Sorry I found a few more
|
On Tue, 19 Sep 2017 08:53:44 +0000 (UTC) picca ***@***.***> wrote:
Sorry I found a few more
```
/<<BUILDDIR>>/pyfai-0.14.2+dfsg/.pybuild/pythonX.Y_3.5/build/pyFAI/azimuthalIntegrator.py:docstring of pyFAI.azimuthalIntegrator.AzimuthalIntegrator.xrpd_CSR_OCL:41: WARNING: Field list ends without a blank line
; unexpected unindent.
/<<BUILDDIR>>/pyfai-0.14.2+dfsg/.pybuild/pythonX.Y_3.5/build/pyFAI/geometry.py:docstring of pyFAI.geometry.Geometry.cornerArray:6: WARNING: Inline emphasis start-string without end-string.
/<<BUILDDIR>>/pyfai-0.14.2+dfsg/.pybuild/pythonX.Y_3.5/build/pyFAI/geometry.py:docstring of pyFAI.geometry.Geometry.cornerQArray:6: WARNING: Inline emphasis start-string without end-string.
/<<BUILDDIR>>/pyfai-0.14.2+dfsg/.pybuild/pythonX.Y_3.5/build/pyFAI/geometry.py:docstring of pyFAI.geometry.Geometry.cornerRArray:6: WARNING: Inline emphasis start-string without end-string.
/<<BUILDDIR>>/pyfai-0.14.2+dfsg/.pybuild/pythonX.Y_3.5/build/pyFAI/geometry.py:docstring of pyFAI.geometry.Geometry.cornerRd2Array:6: WARNING: Inline emphasis start-string without end-string.
/<<BUILDDIR>>/pyfai-0.14.2+dfsg/doc/source/api/pyFAI.rst:137: WARNING: error while formatting arguments for pyFAI.calibrant.calibrant_factory: 'function' object has no attribute '__mro__'
/<<BUILDDIR>>/pyfai-0.14.2+dfsg/doc/source/usage/tutorial/Goniometer/Rotation-XPADS540/D2AM-15.rst:110: ERROR: Unknown target name: "16dec08d5".
/<<BUILDDIR>>/pyfai-0.14.2+dfsg/doc/source/usage/tutorial/Introduction/introduction.rst:400: WARNING: Inline strong start-string without end-string.
/<<BUILDDIR>>/pyfai-0.14.2+dfsg/doc/source/usage/tutorial/MakeCalibrant/make_calibrant.rst:94: WARNING: Line block ends without a blank line.
Hi Fred,
For the tutorials, they are auto-generated by jupyter notebooks, and I
cannot do much about it.
Remains the 4 in the doc-strings of geometry and the one in the root. We will address it
Cheers,
|
I dont think i have this warning here. Which version of sphinx do you use?
i guess, for this one, you have a missing sphinx extension? |
I have these extensions something else is necessary ? |
Hello, I will put all the informations about the sphinx compilation here.
The text was updated successfully, but these errors were encountered: