From aa0b1e295cc23e7955dbc6b75b45a3a9eb2fcee2 Mon Sep 17 00:00:00 2001 From: Sanjit Seshia Date: Wed, 20 May 2020 10:50:55 -0700 Subject: [PATCH] updates to documentation --- docs/credits.rst | 5 +++++ docs/quickstart.rst | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/credits.rst b/docs/credits.rst index 6cbc40dd9..46dc05be4 100644 --- a/docs/credits.rst +++ b/docs/credits.rst @@ -1,8 +1,12 @@ Credits ======= +If you use Scenic, we request that you cite our `PLDI 2019 paper `_. + Scenic is primarily maintained by Daniel J. Fremont. +The Scenic project was started at UC Berkeley in Sanjit Seshia's research group. + The language was developed by Daniel J. Fremont, Tommaso Dreossi, Shromona Ghosh, Xiangyu Yue, Alberto L. Sangiovanni-Vincentelli, and Sanjit A. Seshia. Edward Kim assisted in putting together this documentation. @@ -22,3 +26,4 @@ Finally, many other people provided helpful advice and discussions, including: * Jonathan Ragan-Kelley * Sriram Rajamani * Marcell Vazquez-Chanlatte + diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 8d5c72ec8..fb706e307 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -30,7 +30,8 @@ Either of the options above should install all of the dependencies which are req Scenarios using the `scenic.simulators.webots.guideways` model also require the ``pyproj`` package, and will prompt you if you don't have it. .. note:: - + For Windows, we recommend using `bashonwindows (the Windows subsystem for Linux) `_ on Windows 10. Instructions for installing poetry on bashonwindows can be found `here `_. + In the past, the ``shapely`` package did not install properly on Windows. If you encounter this issue, try installing it manually following the instructions `here `_.