fabio icon indicating copy to clipboard operation
fabio copied to clipboard

Bunch of documentation warning and errors

Open picca opened this issue 8 years ago • 0 comments

/<<BUILDDIR>>/python-fabio-0.4.0+dfsg/.pybuild/pythonX.Y_2.7/build/fabio/cbfimage.py:docstring of fabio.cbfimage.CIF.tostring:6: WARNING: Block quote ends without a blank line; unexpected unindent. /<<BUILDDIR>>/python-fabio-0.4.0+dfsg/.pybuild/pythonX.Y_2.7/build/fabio/cbfimage.py:docstring of fabio.cbfimage.CIF.tostring:8: ERROR: Unexpected indentation. /<<BUILDDIR>>/python-fabio-0.4.0+dfsg/.pybuild/pythonX.Y_2.7/build/fabio/numpyimage.py:docstring of fabio.numpyimage.NumpyImage:6: SEVERE: Unexpected section title.

Format Specification: Version 1.0

/<<BUILDDIR>>/python-fabio-0.4.0+dfsg/.pybuild/pythonX.Y_2.7/build/fabio/numpyimage.py:docstring of fabio.numpyimage.NumpyImage:49: SEVERE: Unexpected section title.

Format Specification: Version 2.0

/<<BUILDDIR>>/python-fabio-0.4.0+dfsg/.pybuild/pythonX.Y_2.7/build/fabio/compression.py:docstring of fabio.compression.decPCK:9: WARNING: Field list ends without a blank line; unexpected unindent. /<<BUILDDIR>>/python-fabio-0.4.0+dfsg/.pybuild/pythonX.Y_2.7/build/fabio/fit2dimage.py:docstring of fabio.fit2dimage.hex_to:1: ERROR: Unknown target name: "type". /<<BUILDDIR>>/python-fabio-0.4.0+dfsg/doc/source/getting_started.rst:246: ERROR: Error with CSV data in "csv-table" directive: ',' expected after '"'

.. csv-table:: Supported formats :header: "Python Module", "Detector / Format", "Extension", "Read", "Multi-image", "Write" :widths: 30, 30, 20, 10, 15, 10

"ADSC", "ADSC Quantum", ".img ", "Yes", "No", "Yes" "Bruker86", "Bruker formats", ".sfrm ", "Yes", "No", "Yes" "Bruker100", "Bruker formats", ".sfrm ", "Yes", "No", "Yes" "CBF", "CIF binary files", ".cbf ", "Yes", "No", "Yes" "DM3", "Gatan Digital Micrograph ", ".dm3 ", "Yes", "No", "No" "EDF", "ESRF data format ", ".edf ", "Yes", "Yes ", "Yes" "EDNA-XML", "Used by EDNA", ".xml ", "Yes", "No", "No" "Eiger", "Dectris format", ".h5", "Yes", "Yes", "Yes" "Fit2D", "Fit2D binary format", ".f2d", "Yes", "No", "No" "Fit2D mask", "Fit2D mask", ".msk ", "Yes", "No", "Yes" "Fit2D spreadsheet", "Fit2D Ascii format", ".spr ", "Yes", "No", "Yes" "GE", "General Electric", "No", "Yes", "Yes ", "No" "Hdf5", "Needs the dataset path", ".h5", "Yes", "Yes", "No" "HiPiC", "Hamamatsu CCD", ".tif ", "Yes", "No", "No" "kcd", "Nonius KappaCCD", ".kccd ", "Yes", "No", "No" "marccd", "MarCCD/Mar165", ".mccd ", "Yes", "No", "No" "mar345", "Mar345 image plate", ".mar3450 ", "Yes", "No", "Yes" "numpy", "numpy 2D array", "npy ", "Yes", "No", "Yes" "OXD", "Oxford Diffraction", ".img ", "Yes", "No", "Yes" "Pixi", "pixi", ". ", "Yes", "No", "No" "pilatus", "Dectris Pilatus Tiff", ".tif ", "Yes", "No", "Yes" "PNM", "Portable aNy Map", ".pnm ", "Yes", "No", "Yes" "Raxis", "Rigaku Saxs format", ".img", "Yes", "No", "No" "spe", "Princeton instrumentation", ".spe", "Yes, "Yes", "No" "TIFF", "Tagged Image File Format", ".tif ", "Yes", "No", "Yes" /<<BUILDDIR>>/python-fabio-0.4.0+dfsg/doc/source/install.rst:27: ERROR: Error in "code" directive: maximum 1 argument(s) allowed, 5 supplied.

.. code:: python get-pip.py pip install fabio /<<BUILDDIR>>/python-fabio-0.4.0+dfsg/doc/source/install.rst:40: ERROR: Unexpected indentation. /<<BUILDDIR>>/python-fabio-0.4.0+dfsg/doc/source/install.rst:71: ERROR: Error in "highlight" directive: no content permitted.

.. highlight:: python

>>> import sys
>>> print(sys.version)
2.7.9 (default, Mar  1 2015, 12:57:24)
>>> print("%s bits"%(8 * tuple.__itemsize__))
64 bits

/<<BUILDDIR>>/python-fabio-0.4.0+dfsg/doc/source/install.rst:135: ERROR: Error in "code" directive: maximum 1 argument(s) allowed, 4 supplied.

.. code:: sudo pip install fabio /<<BUILDDIR>>/python-fabio-0.4.0+dfsg/doc/source/man/fabio_viewer.rst:8: ERROR: Command u'fabio_viewer --help' failed: [Errno 2] No such file or directory /<<BUILDDIR>>/python-fabio-0.4.0+dfsg/doc/source/performances.rst:7: WARNING: Inline literal start-string without end-string. /<<BUILDDIR>>/python-fabio-0.4.0+dfsg/doc/source/tutorials/Nexus2cbf.rst:18: WARNING: Line block ends without a blank line. looking for now-outdated files... none found

picca avatar Jul 27 '16 17:07 picca