Skip to content

Commit

Permalink
Link to plugin_template repo from plugin wirter's guide
Browse files Browse the repository at this point in the history
  • Loading branch information
goosemania committed Sep 26, 2017
1 parent 096c52a commit b4794e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/plugins/plugin-writer/first-plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ For a complete list of what should be done to have a working plugin, check :doc:
In this section key parts of plugin implementation are covered in more detail to help you as
a plugin writer to get started.

In addition, `the Plugin template <https://github.com/pulp/plugin_template>`_ can be used to help
with plugin layout and stubs for necessary classes.

.. _understanding-models:

Understanding models
Expand Down Expand Up @@ -212,4 +215,4 @@ One of the ways to perform publishing:
* Use :class:`~pulpcore.plugin.models.ProgressBar` to report progress of some steps if needed.

Check ``pulp_example`` implementation of `the ExamplePublisher
<https://github.com/pulp/pulp_example/blob/master/pulp_example/app/models.py#L117-L181>`_.
<https://github.com/pulp/pulp_example/blob/master/pulp_example/app/models.py#L117-L181>`_.
2 changes: 2 additions & 0 deletions docs/plugins/plugin-writer/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ still allowing plugin writers the freedom to define their workflows as they deem

Along with this guide `an example of plugin implementation
<https://github.com/pulp/pulp_example/>`_, ``pulp_example``, is provided.
`The Plugin Template <https://github.com/pulp/plugin_template>`_ can be used to start
the plugin writing process.

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit b4794e7

Please sign in to comment.