From 14fdeff4f17288e88bc650133ad632dcaa9c740c Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Sat, 15 Apr 2017 12:22:38 -0400 Subject: [PATCH 1/5] Fix broken list formatting in AUTHORS.rst --- AUTHORS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index c97ae55..de6caf6 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -6,6 +6,7 @@ Credits It is currently maintained by Nicholas Charriere and Yongwen Xu from Pinterest. Thanks a lot for the contributions of: + * Owen Coutts * Ryan Park * Yongwen Xu From 502671164704bb4d2b48c6fabae7df41dd1e5b12 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Sat, 15 Apr 2017 12:55:12 -0400 Subject: [PATCH 2/5] Fix spacing (format warning) --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 8a5f252..797b178 100644 --- a/README.rst +++ b/README.rst @@ -77,6 +77,7 @@ Alternatively, you can use `Docker`_ and `Docker Compose`_ to install and run Sn .. _Docker: https://www.docker.com/ .. _Docker Compose: https://docs.docker.com/compose/ + :: $ docker-compose up -d From 400dc5cc8431f7dc34d7338cfee56f36aaed7711 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Sat, 15 Apr 2017 12:47:46 -0400 Subject: [PATCH 3/5] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 797b178..b43376a 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ You can configure the following via environment variables. `SECRET_KEY` this should be a unique key that's used to sign key. This should be kept secret. See the `Flask Documentation`_ for more information. -`DEBUG` to run Flask web werver in debug mode. See the `Flask Documentation`_ for more information. +`DEBUG` to run Flask web server in debug mode. See the `Flask Documentation`_ for more information. .. _Flask Documentation: http://flask.pocoo.org/docs/quickstart/#sessions From 669aa7459988c63d15e498914ab5d537670e79f3 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Sat, 15 Apr 2017 12:19:21 -0400 Subject: [PATCH 4/5] Point to the appropriate Flask doc sections --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b43376a..b35a365 100644 --- a/README.rst +++ b/README.rst @@ -51,11 +51,13 @@ Configuration You can configure the following via environment variables. `SECRET_KEY` this should be a unique key that's used to sign key. This should -be kept secret. See the `Flask Documentation`_ for more information. +be kept secret. See the `Flask Documentation`__ for more information. -`DEBUG` to run Flask web server in debug mode. See the `Flask Documentation`_ for more information. +.. __: http://flask.pocoo.org/docs/quickstart/#sessions -.. _Flask Documentation: http://flask.pocoo.org/docs/quickstart/#sessions +`DEBUG` to run Flask web server in debug mode. See the `Flask Documentation`__ for more information. + +.. __: http://flask.pocoo.org/docs/quickstart/#debug-mode `STATIC_URL` this should be the location of your static assets. You might not need to change this. From 57a40a06af86f69e2e8ae5fc2d0a4437599bfe7b Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Sat, 15 Apr 2017 12:58:38 -0400 Subject: [PATCH 5/5] Use consistent capitalization for "SnapPass" --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b35a365..a75dbcb 100644 --- a/README.rst +++ b/README.rst @@ -84,4 +84,4 @@ Alternatively, you can use `Docker`_ and `Docker Compose`_ to install and run Sn $ docker-compose up -d -This will pull all dependencies, i.e. Redis and appropriate Python version (3.6), then start up snappass and Redis server. SnapPass server is accessible at: http://localhost:5000 +This will pull all dependencies, i.e. Redis and appropriate Python version (3.6), then start up SnapPass and Redis server. SnapPass server is accessible at: http://localhost:5000