Skip to content

Commit

Permalink
Fix README.rst syntax
Browse files Browse the repository at this point in the history
GH action to publish a new release to PyPi failed with:

ERROR    `long_description` has syntax errors in markup and would not be
         rendered on PyPI.
         line 365: Warning: Literal block ends without a blank line; unexpected
         unindent.

Add the empty line at the end of the literal block.

Also adjust the length of the underlining for the title above, it does
not seem to count as a syntax error, but is consistent with the rest
of the README.
  • Loading branch information
heikju committed Mar 22, 2024
1 parent b271095 commit a57edbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Delete a service integration::
$ avn service integration-delete --project <project> <integration_id>

Custom Files
--------------------
------------

Listing files::

Expand All @@ -362,6 +362,7 @@ Uploading new files::
Updating existing files::

$ avn service custom-file update --project <project> --file_path <file_path> --file_id <file_id> <service_name>

.. _teams:

Working with Teams
Expand Down

0 comments on commit a57edbd

Please sign in to comment.