From b6f0b211b202041d6cf57b9a917436ad1f5904b9 Mon Sep 17 00:00:00 2001 From: Paul W. Frields Date: Aug 30 2017 20:35:38 +0000 Subject: Fix repository name, based on clone name in install chapter --- diff --git a/docs/simple.rst b/docs/simple.rst index b93632f..d7fa8b9 100644 --- a/docs/simple.rst +++ b/docs/simple.rst @@ -22,13 +22,13 @@ Basic code structure .. note:: - You will be editing files in the ``workshop-widget`` repository. You don't + You will be editing files in the ``widget-workshop`` repository. You don't need to edit those files inside the VM: the contents of your git clone will be synchronized in real time with the directory inside the VM. As a consequence, you don't need to connect to the VM for this section of the tutorial. -The ``widget`` directory in the ``workshop-widget`` repository contains the +The ``widget`` directory in the ``widget-workshop`` repository contains the basic directory structure for a new widget. In addition to the usual files for a Python package (``setup.py`` and ``LICENSE.txt``), it contains a ``workshop_widget`` directory where the widget code will live.