kefeimo

Results 8 comments of kefeimo

### stage 1: reproduce the error Result: (ironically) since the process succeeded, and I couldn't reproduce the error message, i.e., "Could not import extension m2r2 (exception: cannot import name 'ErrorString'...

> As the following code snippet suggests in [requirements.py](https://github.com/VOLTTRON/volttron/blob/develop/requirements.py) ``` 'documentation': ['mock', 'sphinx-rtd-theme', 'sphinx', 'm2r2'], ``` Some observation * The sphinx version is not fixed in Volttron. (at the time...

![image](https://user-images.githubusercontent.com/28743873/160460088-355d7fac-eb3e-42b8-ab72-693b4b3e3e1e.png) The above Note-block should move above where the term "config directory" first appears.

syntax error caused undesired rendering ![image](https://user-images.githubusercontent.com/28743873/160534550-e1c3304d-9155-4eeb-8b22-f2a51aedab8b.png)

![image](https://user-images.githubusercontent.com/28743873/160536950-3e65e4e1-ddec-427d-9c25-8c0c35895bd0.png) Update: the no.3 is misuse of internal reference link. While it should be a http link ![image](https://user-images.githubusercontent.com/28743873/160537354-1b5a7303-0d87-46a0-840f-09d477c7268f.png)

"Refactor" quick-start.rst to a new folder (e.g., tutorials/examples).

Is the launch.py file for this tutorial available somewhere? Especially what is the setup for listener-agent section (around 24:00)? (edited) found the following screenshot at 26:07 ![image](https://github.com/VOLTTRON/volttron/assets/28743873/87b99048-9d90-4f6e-af83-aa83cd748116)

~~### Intermediate solution (tested on Ubuntu 20.04)~~ ## (Update at 1229. This is not a stable solution) As suggested by [https://github.com/kislyuk/argcomplete#readme](https://github.com/kislyuk/argcomplete#readme). In this way, as long as the runnable is...