summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README.rst: fixed blank lines.rsiddharth2016-02-071-3/+0
|
* updated README.rstrsiddharth2016-02-071-2/+2
| | | | Usage -> LP schedule usage.
* updated README.rstrsiddharth2016-02-071-5/+32
| | | | | - Updated the lps_gen command to generate LP schedule (under Usage). - Added Special cases section (for LP schedule).
* updated setup.pyrsiddharth2016-02-071-1/+0
| | | | Removed `package-data`; templates are not part of the script anymore.
* updated main()rsiddharth2016-02-071-1/+15
| | | | | | | | | | | | | | | Added two mutually exclusive switches: --schedule --speakers If --schedule switch is used, the lps_gen inteprets that the template and the MD file corresponding to LP schedule. If --speakers switch is used, the lps_gen inteprets that the template and the MD file corresponding to LP speakers. Address issue #1.
* tests/files/lp-sch-2016.jinja2: fixed an issue.rsiddharth2016-02-071-2/+2
| | | | Context changed from `schedule` -> `lp_dict`.
* Added template (under tests) for LP speakers' pagersiddharth2016-02-072-0/+134
| | | | Address issue #1.
* tests: updated docstrings.rsiddharth2016-02-071-2/+2
|
* updated RenderHTML function.rsiddharth2016-02-071-4/+4
| | | | | Made it generic so that it can be used to render both the schedule and the speakers'.
* updated LPSpeakersRenederer class.rsiddharth2016-02-073-23/+18
| | | | | | | | | | Changed the way speaker' bio are parsed into the lpspeakers_dict dictionary. As a side effect, there is no need to put a placeholder (NO_IMAGE) when the image for a speaker is not available. Addresses issue #1.
* tests/test_lps_gen.py: docstring update.rsiddharth2016-02-071-1/+1
|
* tests/test_lps_gen.py: keynote speaker test updt.rsiddharth2016-02-071-1/+1
| | | | `test_LPSpeakersMarkdown_keynotespeakers_imgalt` last photo is empty.
* tests/files/lp-speakers.md: removed image elementrsiddharth2016-02-071-2/+0
| | | | Under 'Clara Snowden'
* tests/files/lp-speakers.md: removed notorious spans.rsiddharth2016-02-071-11/+4
|
* Initial version LP Speakers Renderer ready.rsiddharth2016-02-064-3/+524
| | | | | | | | | | | | - New classes: - LPSpeakersRenderer - LPSpeakersMarkdown + tests for them - New package dependency - unidecode Address issue #1.
* bumped to version 0.1.1v0.1.1rsiddharth2016-01-281-1/+1
|
* updated README.rstrsiddharth2016-01-282-2/+3
| | | | | | Added link to lp-schd-sessions-only.md Fixed link to lp-schd.md
* bumped to 0.1.1b1rsiddharth2016-01-281-1/+1
|
* deleted lpschedule_generator module.rsiddharth2016-01-282-117/+0
|
* tests/test_lps_gen.py: added test.rsiddharth2016-01-281-0/+10
| | | | - test_RenderHTML_sessions_only.
* tests/test_lps_gen.py: rename a testrsiddharth2016-01-281-1/+1
| | | | test_RenderHTML_invalid_year -> test_RenderHTML_nonexistent_template
* Added tests/files/lp-sch-sessions-only.mdrsiddharth2016-01-281-0/+158
|
* updated template in testing area.rsiddharth2016-01-281-11/+17
| | | | | - Now it can accept empty "Day" and "Timeslot". - "RoomTBA" -> "" in final HTML.
* Makefile: Added new targetsrsiddharth2016-01-281-1/+7
| | | | | - clean-pyc - egg
* updated MANIFESTrsiddharth2016-01-281-1/+0
| | | | | | Removed lpschedule_generator module; the template is now given as an argument to the script; lpschedule_generator module will eventually be removed later.
* lps_gen accepts template as arg.rsiddharth2016-01-284-27/+140
| | | | | | | | | As per Zak's request, the script now requires the user to pass the template as (the first) argument to the script. The script does not use the template that is part of the lpschedule-generator module; indeed the internal template will be deleted later.
* changed 2016 template.rsiddharth2016-01-282-34/+15
| | | | | | | - "Day" and "Timeslots" are not collapsible. - Changed the organization of session content. - Room is not part of the collapsible content. - Room and "Details" button are on the same line.
* updated setup.pyrsiddharth2016-01-271-4/+2
|
* bumped to 0.1.0v0.1.0rsiddharth2015-12-202-3/+3
|
* updated README.rstrsiddharth2015-12-202-5/+91
|
* updated tests/files/lp-sch.md + tests.rsiddharth2015-12-202-2/+6
|
* Added Makefilersiddharth2015-12-201-0/+36
|
* Added --version switch to `lps_gen`rsiddharth2015-12-201-1/+4
|
* Fixed MANIFEST.in.rsiddharth2015-12-201-1/+1
| | | | Removed non-existent README.md from `include` and added README.rst.
* setup.py: added `test_suite`.rsiddharth2015-12-201-0/+1
| | | | Now tests can be run with `python setup.py test` command.
* setup.py: added `tests_require`.rsiddharth2015-12-201-1/+2
| | | | | Removed packages needed for testing from `install_requires` and added them to `tests_require`.
* setup.py: fixed long_descriptionrsiddharth2015-12-201-1/+1
| | | | | It was pointing to README.md (non-existent); now it points to README.rst.
* Updated README.rstrsiddharth2015-12-202-3/+3
|
* updated README.rstrsiddharth2015-12-202-28/+22
|
* bumped to 0.1.0.dev4rsiddharth2015-12-201-1/+1
|
* updated README.rstrsiddharth2015-12-201-1/+1
|
* README.md -> README.rstrsiddharth2015-12-203-45/+53
|
* Moved templates/ under lpschedule_generator modulersiddharth2015-12-195-5/+6
|
* bumped to 0.1.0.dev1rsiddharth2015-12-191-1/+1
|
* Added MANIFEST.inrsiddharth2015-12-191-0/+4
|
* setup.py: added `classifiers`.rsiddharth2015-12-191-0/+12
|
* Updated README.mdrsiddharth2015-12-191-11/+27
|
* updated lps_gen.mainrsiddharth2015-12-191-2/+15
| | | | | | The function now reads the LP `year` and the path to the LP schedule markdown file from the commandline and stdouts the HTML version of the LP schedule.
* updated lps_gen.RenderHTMLrsiddharth2015-12-192-1/+2
| | | | When template is not found, instead of returning, it calls sys.exit(1).
* lps_gen.read_file: Added error handling.rsiddharth2015-12-191-3/+6
|