Skip to content

Commit

Permalink
Add notes about when warnings are issued, closes #133
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 16, 2020
1 parent bea0a49 commit 19b0ae4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/cli/ocds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ If you need to create a single package that is too large to hold in your system'

For the Python API, see :meth:`ocdskit.combine.combine_record_packages`.

.. note::

A warning is issued if a package's ``"records"`` field isn't set.

combine-release-packages
------------------------

Expand All @@ -266,6 +270,10 @@ If you need to create a single package that is too large to hold in your system'

For the Python API, see :meth:`ocdskit.combine.combine_release_packages`.

.. note::

A warning is issued if a package's ``"releases"`` field isn't set.

.. _split-record-packages:

split-record-packages
Expand Down

0 comments on commit 19b0ae4

Please sign in to comment.