From 64038ef12e842c3edbb8eaebba5d4556a946ed9d Mon Sep 17 00:00:00 2001 From: pdehaye Date: Thu, 20 Feb 2014 23:52:33 +0100 Subject: [PATCH] further explanation on entry_points --- docs/en_us/developers/source/xblocks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_us/developers/source/xblocks.rst b/docs/en_us/developers/source/xblocks.rst index 1ac77c0b90..7e7aee22f3 100644 --- a/docs/en_us/developers/source/xblocks.rst +++ b/docs/en_us/developers/source/xblocks.rst @@ -127,7 +127,7 @@ To enable an XBlock for testing in your devstack (https://github.com/edx/configu #. Advanced -> your-block Note the name ``your-block`` used in Studio must exactly match the key you used to add your -block to your ``setup.py`` ``entry_points`` list. +block to your ``setup.py`` ``entry_points`` list (if you are still discovering Xblocks and simply used the ``startnew.py`` script as described at https://github.com/edx/XBlock/blob/master/doc/getting_started.rst , look in the ``setup.py`` file that was created) Deploying your XBlock