Doc on how to set up a thirdparty project
This documentation is a pre-requisite to all plugin documentation as it guides you through the creation of a project from scratch instead of simply forcusing on the implementation of the plugin itself. Change-Id: Id2e09b3667390ee6c4be42454c41f9d266fdfac2 Related-Bug: #1534639 Related-Bug: #1533739 Related-Bug: #1533740
This commit is contained in:
committed by
David TARDIVEL
parent
323fd01a85
commit
de7b0129a1
@@ -38,8 +38,6 @@ Here is an example showing how you can write a plugin called ``DummyStrategy``:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
# Filepath = third-party/thirdparty/dummy.py
|
||||
# Import path = thirdparty.dummy
|
||||
import uuid
|
||||
|
||||
class DummyStrategy(BaseStrategy):
|
||||
|
||||
Reference in New Issue
Block a user