Skip to content

DOC: build error and reStructuredText warnings #3065

@tv3141

Description

@tv3141

This documentation example does not build.

Shouldn't the entire documentation build fail here?

Is there an interest to have the reStructuredText warnings fixed? rstcheck might be a way to check this in the future.

> cd iris/docs/iris
> make html
[...]                                                        
/net/home/user/iris/docs/iris/src/developers_guide/deprecations.rst:34: WARNING: Block quote ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/deprecations.rst:37: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/graphics_tests.rst:6: WARNING: Unknown interpreted text role "method".
/net/home/user/iris/docs/iris/src/developers_guide/graphics_tests.rst:65: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/developers_guide/graphics_tests.rst:78: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/developers_guide/graphics_tests.rst:79: WARNING: Block quote ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:21: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:27: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:33: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:40: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:45: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:48: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:50: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:51: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:53: WARNING: Block quote ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:57: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:61: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:64: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:71: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:77: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:79: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:85: WARNING: Block quote ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:96: WARNING: malformed hyperlink target.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:83: WARNING: Unknown target name: "test-images-scitools".
WARNING: /net/home/user/iris/docs/iris/src/examples/General/polar_stereo.rst:12: (WARNING/2) Exception occurred in plotting polar_stereo
 from /net/home/user/iris/docs/iris/src/examples/General/polar_stereo.py:
Traceback (most recent call last):
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/matplotlib/sphinxext/plot_directive.py", line 524, in run_code
    six.exec_(code, ns)
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/six.py", line 699, in exec_
    exec("""exec _code_ in _globs_, _locs_""")
  File "<string>", line 1, in <module>
  File "<string>", line 28, in <module>
  File "<string>", line 19, in main
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/__init__.py", line 373, in load_cube
    cubes = _load_collection(uris, constraints, callback)
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/__init__.py", line 313, in _load_collection
    result = iris.cube._CubeFilterCollection.from_cubes(cubes, constraints)
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/cube.py", line 143, in from_cubes
    for cube in cubes:
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/__init__.py", line 300, in _generate_cubes
    for cube in iris.io.load_files(part_names, callback, constraints):
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/io/__init__.py", line 210, in load_files
    for cube in handling_format_spec.handler(fnames, callback):
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/rules.py", line 429, in load_cubes
    user_callback_wrapper=loadcubes_user_callback_wrapper):
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/rules.py", line 350, in _load_pairs_from_fields_and_filenames
    cube, factories, references = _make_cube(field, converter)
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/rules.py", line 293, in _make_cube
    metadata = converter(field)
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris_grib/_load_convert.py", line 2384, in convert
    grib2_convert(field, metadata)
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris_grib/_load_convert.py", line 2333, in grib2_convert
    grid_definition_section(field.sections[3], metadata)
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris_grib/_load_convert.py", line 1204, in grid_definition_section
    grid_definition_template_20(section, metadata)
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris_grib/_load_convert.py", line 835, in grid_definition_template_20
    x_coord, y_coord, scan = _calculate_proj_coords_from_lon_lat(section, cs)
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris_grib/_load_convert.py", line 855, in _calculate_proj_coords_from_lon_lat
    x0_m, y0_m = cs.as_cartopy_crs().transform_point(
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coord_systems.py", line 722, in as_cartopy_crs
    self.true_scale_lat, globe)
  File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/cartopy/crs.py", line 1329, in __init__
    raise ValueError('It does not make sense to provide both '
ValueError: It does not make sense to provide both "scale_factor" and "true_scale_latitude". Ignoring "scale_factor".
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/analysis/calculus.py:docstring of iris.analysis.calculus.differentiate:47: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/analysis/trajectory.py:docstring of iris.analysis.trajectory.Trajectory:10: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/cube.py:docstring of iris.cube.Cube.collapsed:98: WARNING: Unexpected indentation.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/cube.py:docstring of iris.cube.Cube.interpolate:15: WARNING: Unexpected indentation.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/cube.py:docstring of iris.cube.Cube.regrid:12: WARNING: Unexpected indentation.
WARNING: /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/experimental/stratify.py:docstring of iris.experimental.stratify.relevel:14: (SEVERE/4) Unexpected section title.

Parameters
----------
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/experimental/stratify.py:docstring of iris.experimental.stratify.relevel:50: WARNING: Unexpected indentation.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/name_loaders.py:docstring of iris.fileformats.name_loaders.load_NAMEIII_version2:5: WARNING: Unexpected indentation.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/name_loaders.py:docstring of iris.fileformats.name_loaders.load_NAMEIII_version2:6: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/netcdf.py:docstring of iris.fileformats.netcdf.save:37: WARNING: Unexpected indentation.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/netcdf.py:docstring of iris.fileformats.netcdf.Saver.write:17: WARNING: Unexpected indentation.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/pp.py:docstring of iris.fileformats.pp.load_pairs_from_fields:10: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:20: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:36: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:44: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:47: WARNING: Block quote ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:167: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:198: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:235: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:268: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:382: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/whatsnew/1.10.rst:151: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/1.10.rst:156: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/1.8.rst:66: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/1.8.rst:70: WARNING: Block quote ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/1.8.rst:99: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/1.8.rst:103: WARNING: Block quote ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/2.0.rst:79: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/whatsnew/2.0.rst:105: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/whatsnew/2.0.rst:241: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/whitepapers/um_files_loading.rst:308: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/whitepapers/um_files_loading.rst:386: WARNING: Unexpected indentation.
looking for now-outdated files... none found
pickling environment... done
checking consistency... /net/home/user/iris/docs/iris/src/developers_guide/graphics_tests.rst: WARNING: document isn't included in any toctree
/net/home/user/iris/docs/iris/src/whitepapers/change_management.rst: WARNING: document isn't included in any toctree
[...]                                                                                                                               
/net/home/user/iris/docs/iris/src/developers_guide/gitwash/development_workflow.rst:317: WARNING: Could not lex literal_block as "python". Highlighting skipped.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:83: WARNING: undefined label: test graphics images (if the link has no caption the label must precede a section header)
[...]

Full output:

Details ``` make html in src... make[1]: Entering directory `/net/home/user/iris/docs/iris/src' sphinx-build -b html -d ../build/doctrees . ../build/html Running Sphinx v1.6.3 making output directory... font search path ['/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/ttf', '/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/afm', '/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts'] generated new fontManager WARNING: while setting up extension matplotlib.sphinxext.mathmpl: role u'math' is already registered, it will be overridden WARNING: while setting up extension matplotlib.sphinxext.mathmpl: directive u'math' is already registered, it will be overridden WARNING: while setting up extension custom_class_autodoc: directive 'autoclass' is already registered, it will be overridden WARNING: while setting up extension custom_data_autodoc: directive 'autodata' is already registered, it will be overridden loading pickled environment... not yet created loading intersphinx inventory from http://iris-grib.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from http://docs.python.org/2.7/objects.inv... intersphinx inventory has moved: http://docs.python.org/2.7/objects.inv -> https://docs.python.org/2.7/objects.inv loading intersphinx inventory from http://matplotlib.org/objects.inv... intersphinx inventory has moved: http://matplotlib.org/objects.inv -> https://matplotlib.org/objects.inv loading intersphinx inventory from http://docs.scipy.org/doc/scipy/reference/objects.inv... intersphinx inventory has moved: http://docs.scipy.org/doc/scipy/reference/objects.inv -> https://docs.scipy.org/doc/scipy/reference/objects.inv loading intersphinx inventory from http://scitools.org.uk/cartopy/docs/latest/objects.inv... intersphinx inventory has moved: http://scitools.org.uk/cartopy/docs/latest/objects.inv -> https://scitools.org.uk/cartopy/docs/latest/objects.inv loading intersphinx inventory from http://docs.scipy.org/doc/numpy/objects.inv... intersphinx inventory has moved: http://docs.scipy.org/doc/numpy/objects.inv -> https://docs.scipy.org/doc/numpy/objects.inv General, Meteorology, Oceanography, /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/matplotlib/cbook/deprecation.py:107: MatplotlibDeprecationWarning: The mpl_toolkits.axes_grid module was deprecated in version 2.1. Use mpl_toolkits.axes_grid1 and mpl_toolkits.axisartist provies the same functionality instead. warnings.warn(message, mplDeprecation, stacklevel=1) Creating out of date document iris/iris/experimental/raster.rst ... building [mo]: targets for 0 po files that are out of date building [html]: targets for 138 source files that are out of date updating environment: 138 added, 0 changed, 0 removed /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:1191: UserWarning: Collapsing a non-contiguous coordinate. Metadata may not be fully descriptive for u'forecast_period'. warnings.warn(msg.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:1191: UserWarning: Collapsing a non-contiguous coordinate. Metadata may not be fully descriptive for u'year'. warnings.warn(msg.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:975: UserWarning: Coordinate u'longitude' is not bounded, guessing contiguous bounds. 'contiguous bounds.'.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:975: UserWarning: Coordinate u'latitude' is not bounded, guessing contiguous bounds. 'contiguous bounds.'.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/cube.py:3146: UserWarning: Collapsing spatial coordinate u'latitude' without weighting warnings.warn(msg.format(coord.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:1191: UserWarning: Collapsing a non-contiguous coordinate. Metadata may not be fully descriptive for u'latitude'. warnings.warn(msg.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/analysis/cartography.py:597: UserWarning: Coordinate system of latitude and longitude coordinates is not specified. Assuming WGS84 Geodetic. warnings.warn('Coordinate system of latitude and longitude ' /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:975: UserWarning: Coordinate 'projection_x_coordinate' is not bounded, guessing contiguous bounds. 'contiguous bounds.'.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:975: UserWarning: Coordinate 'projection_y_coordinate' is not bounded, guessing contiguous bounds. 'contiguous bounds.'.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/matplotlib/ticker.py:1852: UserWarning: Steps argument should be a sequence of numbers increasing from 1 to 10, inclusive. Behavior with values outside this range is undefined, and will raise a ValueError in future versions of mpl. warnings.warn('Steps argument should be a sequence of numbers\n' /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:975: UserWarning: Coordinate u'grid_longitude' is not bounded, guessing contiguous bounds. 'contiguous bounds.'.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:975: UserWarning: Coordinate u'grid_latitude' is not bounded, guessing contiguous bounds. 'contiguous bounds.'.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:1191: UserWarning: Collapsing a non-contiguous coordinate. Metadata may not be fully descriptive for u'longitude'. warnings.warn(msg.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/rules.py:334: UserWarning: Unable to create instance of HybridHeightFactory. The source data contains no field(s) for 'orography'. warnings.warn(msg.format(factory=factory_name)) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/cube.py:3146: UserWarning: Collapsing spatial coordinate 'latitude' without weighting warnings.warn(msg.format(coord.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:1191: UserWarning: Collapsing a non-contiguous coordinate. Metadata may not be fully descriptive for 'latitude'. warnings.warn(msg.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:1191: UserWarning: Collapsing a non-contiguous coordinate. Metadata may not be fully descriptive for 'longitude'. warnings.warn(msg.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:1191: UserWarning: Collapsing a non-contiguous coordinate. Metadata may not be fully descriptive for 'realization'. warnings.warn(msg.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:975: UserWarning: Coordinate 'longitude' is not bounded, guessing contiguous bounds. 'contiguous bounds.'.format(self.name())) /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coords.py:975: UserWarning: Coordinate 'latitude' is not bounded, guessing contiguous bounds. 'contiguous bounds.'.format(self.name())) reading sources... [100%] whitepapers/um_files_loading generating thumbnails... [100%] /net/home/user/iris/docs/iris/build/plot_directive/examples/General/lineplot_with_legend.png /net/home/user/iris/docs/iris/src/developers_guide/deprecations.rst:34: WARNING: Block quote ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/deprecations.rst:37: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/graphics_tests.rst:6: WARNING: Unknown interpreted text role "method". /net/home/user/iris/docs/iris/src/developers_guide/graphics_tests.rst:65: WARNING: Unexpected indentation. /net/home/user/iris/docs/iris/src/developers_guide/graphics_tests.rst:78: WARNING: Unexpected indentation. /net/home/user/iris/docs/iris/src/developers_guide/graphics_tests.rst:79: WARNING: Block quote ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:21: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:27: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:33: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:40: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:45: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:48: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:50: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:51: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:53: WARNING: Block quote ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:57: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:61: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:64: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:71: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:77: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:79: WARNING: Bullet list ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:85: WARNING: Block quote ends without a blank line; unexpected unindent. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:96: WARNING: malformed hyperlink target. /net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:83: WARNING: Unknown target name: "test-images-scitools". WARNING: /net/home/user/iris/docs/iris/src/examples/General/polar_stereo.rst:12: (WARNING/2) Exception occurred in plotting polar_stereo from /net/home/user/iris/docs/iris/src/examples/General/polar_stereo.py: Traceback (most recent call last): File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/matplotlib/sphinxext/plot_directive.py", line 524, in run_code six.exec_(code, ns) File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/six.py", line 699, in exec_ exec("""exec _code_ in _globs_, _locs_""") File "", line 1, in File "", line 28, in File "", line 19, in main File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/__init__.py", line 373, in load_cube cubes = _load_collection(uris, constraints, callback) File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/__init__.py", line 313, in _load_collection result = iris.cube._CubeFilterCollection.from_cubes(cubes, constraints) File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/cube.py", line 143, in from_cubes for cube in cubes: File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/__init__.py", line 300, in _generate_cubes for cube in iris.io.load_files(part_names, callback, constraints): File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/io/__init__.py", line 210, in load_files for cube in handling_format_spec.handler(fnames, callback): File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/rules.py", line 429, in load_cubes user_callback_wrapper=loadcubes_user_callback_wrapper): File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/rules.py", line 350, in _load_pairs_from_fields_and_filenames cube, factories, references = _make_cube(field, converter) File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/rules.py", line 293, in _make_cube metadata = converter(field) File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris_grib/_load_convert.py", line 2384, in convert grib2_convert(field, metadata) File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris_grib/_load_convert.py", line 2333, in grib2_convert grid_definition_section(field.sections[3], metadata) File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris_grib/_load_convert.py", line 1204, in grid_definition_section grid_definition_template_20(section, metadata) File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris_grib/_load_convert.py", line 835, in grid_definition_template_20 x_coord, y_coord, scan = _calculate_proj_coords_from_lon_lat(section, cs) File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris_grib/_load_convert.py", line 855, in _calculate_proj_coords_from_lon_lat x0_m, y0_m = cs.as_cartopy_crs().transform_point( File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/coord_systems.py", line 722, in as_cartopy_crs self.true_scale_lat, globe) File "/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/cartopy/crs.py", line 1329, in __init__ raise ValueError('It does not make sense to provide both ' ValueError: It does not make sense to provide both "scale_factor" and "true_scale_latitude". Ignoring "scale_factor". /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/analysis/calculus.py:docstring of iris.analysis.calculus.differentiate:47: WARNING: Explicit markup ends without a blank line; unexpected unindent. /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/analysis/trajectory.py:docstring of iris.analysis.trajectory.Trajectory:10: WARNING: Explicit markup ends without a blank line; unexpected unindent. /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/cube.py:docstring of iris.cube.Cube.collapsed:98: WARNING: Unexpected indentation. /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/cube.py:docstring of iris.cube.Cube.interpolate:15: WARNING: Unexpected indentation. /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/cube.py:docstring of iris.cube.Cube.regrid:12: WARNING: Unexpected indentation. WARNING: /home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/experimental/stratify.py:docstring of iris.experimental.stratify.relevel:14: (SEVERE/4) Unexpected section title.

Parameters

/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/experimental/stratify.py:docstring of iris.experimental.stratify.relevel:50: WARNING: Unexpected indentation.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/name_loaders.py:docstring of iris.fileformats.name_loaders.load_NAMEIII_version2:5: WARNING: Unexpected indentation.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/name_loaders.py:docstring of iris.fileformats.name_loaders.load_NAMEIII_version2:6: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/netcdf.py:docstring of iris.fileformats.netcdf.save:37: WARNING: Unexpected indentation.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/netcdf.py:docstring of iris.fileformats.netcdf.Saver.write:17: WARNING: Unexpected indentation.
/home/user/miniconda/envs/ENV/lib/python2.7/site-packages/iris/fileformats/pp.py:docstring of iris.fileformats.pp.load_pairs_from_fields:10: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:20: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:36: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:44: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:47: WARNING: Block quote ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:167: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:198: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:235: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:268: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/userguide/interpolation_and_regridding.rst:382: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/whatsnew/1.10.rst:151: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/1.10.rst:156: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/1.8.rst:66: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/1.8.rst:70: WARNING: Block quote ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/1.8.rst:99: WARNING: Bullet list ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/1.8.rst:103: WARNING: Block quote ends without a blank line; unexpected unindent.
/net/home/user/iris/docs/iris/src/whatsnew/2.0.rst:79: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/whatsnew/2.0.rst:105: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/whatsnew/2.0.rst:241: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/whitepapers/um_files_loading.rst:308: WARNING: Unexpected indentation.
/net/home/user/iris/docs/iris/src/whitepapers/um_files_loading.rst:386: WARNING: Unexpected indentation.
looking for now-outdated files... none found
pickling environment... done
checking consistency... /net/home/user/iris/docs/iris/src/developers_guide/graphics_tests.rst: WARNING: document isn't included in any toctree
/net/home/user/iris/docs/iris/src/whitepapers/change_management.rst: WARNING: document isn't included in any toctree
done
preparing documents... done
#####writing output... [ 39%] iris/iris/analysis/cartography ##writing output... [ 40%] iris/iris/analysis/geometry ###writing output... [ 46%] iris/iris/coords ###writing output... [ 47%] iris/iris/cube ##writing output... [ 52%] iris/iris/experimental/regrid_conservative ######writing output... [ 76%] userguide/cube_statistics writing output... [100%] whitepapers/um_files_loading
/net/home/user/iris/docs/iris/src/developers_guide/gitwash/development_workflow.rst:317: WARNING: Could not lex literal_block as "python". Highlighting skipped.
/net/home/user/iris/docs/iris/src/developers_guide/pulls.rst:83: WARNING: undefined label: test graphics images (if the link has no caption the label must precede a section header)
generating indices... genindex py-modindex
writing additional pages... index gallery search
copying images... [100%] examples/General/../../../build/plot_directive/examples/General/rotated_pole_mapping_01.png
copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded, 65 warnings.

Build finished. The HTML pages are in ../build/html.
make[1]: Leaving directory `/net/home/user/iris/docs/iris/src'

</details>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions