diff --git a/docs/source/programmers_guide/plugins.rst b/docs/source/programmers_guide/plugins.rst index e30e1396..fa00bd24 100644 --- a/docs/source/programmers_guide/plugins.rst +++ b/docs/source/programmers_guide/plugins.rst @@ -1,36 +1,6 @@ - -========================== -Working with plugins -========================== - - -Installing a remote plugin --------------------------- - -Download an external repository of plugins:: - - qp_plugins download http://somewhere/over/the/rainbow/ext_repo - - -This installs the repository of external plugins :file:`ext_repo` in -:file:`$QP_ROOT/plugins`. - -Now, the external plugin :file:`ext_module` contained in the repository -:file:`ext_repo` can be installed using:: - - qp_plugins install ext_module - - -The module is now accessible via a symbolic link in :file:`$QP_ROOT/src`, -and can be compiled as any module. - - -To uninstall the plugin, run:: - - qp_plugins uninstall ext_module - - - +================== +Developing plugins +================== Creating a repository of plugins