From 1b76f693b40ab1de890524d57648ceb3b9b9c04b Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 10 Jul 2015 12:42:31 +0000 Subject: [PATCH] Make invite2summit README into reStructuredText Basic formatting changes for better reStructuredText rendering. Change-Id: If6cc02dedacf8a74cab8772776c3c39ddf971fd8 --- tools/invite2summit/README | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tools/invite2summit/README b/tools/invite2summit/README index 4d92ced701..b2b4d7be9f 100644 --- a/tools/invite2summit/README +++ b/tools/invite2summit/README @@ -1,15 +1,19 @@ +====================== + Summit Invite Script +====================== + It sends codes from codes.csv to ATCs in atc.csv and outputs a csv file with which name corresponds to which code. You use it like this: - Copy settings.py.sample to settings.py -- Update values in settings.py, especially EMAIL_USER, EMAIL_FROM, -EMAIL_SIGNATURE and EMAIL_PASSWORD -- Run a test with "python send.py atc_sample.csv codes_sample.csv" +- Update values in settings.py, especially *EMAIL_USER*, *EMAIL_FROM*, + *EMAIL_SIGNATURE* and *EMAIL_PASSWORD* +- Run a test with ``python send.py atc_sample.csv codes_sample.csv`` -Should work on stock Ubuntu. +Should work on stock Ubuntu. -When ready, run the real thing with: +When ready, run the real thing with:: -$ python send.py atc.csv codes.csv > sent.csv + $ python send.py atc.csv codes.csv > sent.csv