Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/advanced/custom_resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ resources:
#. foo.baz
#. redmine.resources

.. note::
If you only have a single custom resource, then you need to add a trailing comma after the path (else python will see it as string, rather than as a single item tupple)

.. code-block:: python

Redmine('https://redmine.url', custom_resource_paths=('foo.bar',))

Existing Resources
------------------

Expand Down