summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update README.rstrsiddharth2016-05-123-317/+64
| | | | | - all documentation is being moved to docs/ - installation documentation is at docs/install/index.rst
* update docs/conf.pyrsiddharth2016-05-121-2/+6
|
* Makefile: add `upload-docs` target.rsiddharth2016-05-121-1/+4
| | | | Uploads docs to https://pythonhosted.org/lpschedule-generator
* Add docs/rsiddharth2016-05-125-1/+833
| | | | | | | | | | using `sphinx-quickstart`. modified: .gitignore new file: docs/Makefile new file: docs/conf.py new file: docs/index.rst new file: docs/make.bat
* Makefile: new target `docs`.rsiddharth2016-05-121-1/+4
|
* Makefile: update `dev-packages` target.rsiddharth2016-05-121-2/+3
| | | | | - Add Sphinx - Add `-U` switch to all pip comands.
* bumped to version 0.5.1v0.5.1rsiddharth2016-05-111-1/+1
| | | | I screwed up -- tagged ce5118e301a as v0.5.0 :|
* bumped to version 0.5.0rsiddharth2016-05-111-1/+1
|
* update copyright.rsiddharth2016-05-116-6/+6
|
* bumped to v0.5.0a1rsiddharth2016-05-111-1/+1
|
* update README.rstrsiddharth2016-05-111-0/+17
| | | | | | | - Add "Speaker TBA" section - Add "Description TBA" section Addresses issue #4.
* Add `DescTBA` feature for LP Schedule.rsiddharth2016-05-112-11/+40
| | | | | | | From now on `DescTBA` can be given if the description for a session is not decided yet; `DescTBA` will be filtered out of the generated HTML. Addresses issue #4.
* Add test for `RoomTBA`.rsiddharth2016-05-112-1/+18
| | | | Addresses issue #4.
* Add `SpeakerTBA` feature for LP Schedule.rsiddharth2016-05-113-9/+179
| | | | | | | | From now on `SpeakerTBA` can be given if the speaker for a session is not decided yet; `SpeakerTBA` will be filtered out of the generated HTML. Addresses issue #4.
* bumped to 0.4.0v0.5.0v0.4.0rsiddharth2016-03-191-1/+1
| | | | iCal support.
* README.rst: Specify level 2, 3 heading format.rsiddharth2016-03-191-0/+18
| | | | Addresses issue #8.
* Update LPiCal class.rsiddharth2016-03-193-3/+36
| | | | | | | - Detects when timeslot is not given and ignores that timeslot. - Detects when month, day not given and ignores that day. Addresses issue #8.
* 0.4.0rc1rsiddharth2016-03-181-1/+1
|
* README.rst: Add `LP schedule iCal export` sectionrsiddharth2016-03-181-0/+13
| | | | Addresses issue #8.
* Add --ical switchrsiddharth2016-03-181-0/+6
| | | | | | | - With --ical ON and when LP schedule is given, `lps_gen` writes an LP schedule iCal to disk. Addresses issue #8.
* Update LPiCal.__init__ method.rsiddharth2016-03-181-1/+1
| | | | | | - Arg lp_year is stringified before getting copied to self.lp_year. Addresses issue #8.
* updated tests/test_lps_gen.pyrsiddharth2016-03-181-1/+1
|
* Initial version of LPiCal class done.rsiddharth2016-03-183-17/+294
| | | | Addresses issue #8.
* Add LPiCal classrsiddharth2016-03-152-0/+100
| | | | | | | | | Contains two methods at the moment: - get_timeslot - get_month_day Addresses issue #8.
* bumped to version 0.3.3v0.3.3rsiddharth2016-03-051-1/+1
|
* Makefile: added `dev-packages` target.rsiddharth2016-03-051-0/+5
| | | | | This target installs packages that is needed for hacking lpschedule_generator.
* Moved _version elsewhere.rsiddharth2016-03-054-4/+4
| | | | It is now at lpschedule_generator/_version.py
* bumped to version 0.3.2v0.3.2rsiddharth2016-03-051-1/+1
|
* changed RenderHTML.rsiddharth2016-03-051-1/+1
| | | | | | | It does not "prettify" the HTML output using BeautifulSoup, instead it just strips extraneous spaces and returns the HTML. Addresses issue #3.
* changed tests/files/lp-sch.mdrsiddharth2016-03-052-9/+4
| | | | | | In some places use inline links. Addresses issue #3.
* Fixed TestLPS.test_RenderHTML_sessions_onlyrsiddharth2016-03-051-1/+1
|
* fixed setup.pyrsiddharth2016-03-053-4/+35
| | | | | | | - version info is loaded from _version.py - to read the README.rst (for long_description), we now use a function defined in setup.py instead of using `lps_gen.read_file` function.
* updated .gitignore.rsiddharth2016-03-051-0/+1
|
* Makefile: updated `clean-venv`rsiddharth2016-03-051-1/+1
| | | | Added command to delete `man/` directory.
* Makefile: Added `clean-venv`rsiddharth2016-03-051-1/+7
| | | | Purges the mess created by `virtualenv`.
* bumped to version 0.3.1v0.3.1rsiddharth2016-02-191-1/+1
|
* README.rst: added `Commenting` sub-section.rsiddharth2016-02-191-0/+16
| | | | | | under a new section `General`. Addresses issue #5
* updated tests/files/lp-sch.mdrsiddharth2016-02-171-1/+1
|
* Comments work out of the box.rsiddharth2016-02-171-0/+6
| | | | | | | | As described here: https://stackoverflow.com/questions/4823468/comments-in-markdown Addresses #5.
* bumped to version 0.3.0v0.3.0rsiddharth2016-02-131-1/+1
|
* setup.py: updated `data_files`.rsiddharth2016-02-132-2/+2
|
* setup.py: added `data_files`rsiddharth2016-02-131-1/+3
| | | | Removed `packages`.
* removed tests/files/index.htmlrsiddharth2016-02-131-52/+0
|
* Templates are now at /libreplanet-templates/rsiddharth2016-02-134-11/+11
|
* README.rst: Added "Auto-linking speakers names"rsiddharth2016-02-132-1/+28
| | | | | | sub-section under "LP schedule" section. Addresses issue #7.
* lps_gen.py: removed extraneous blank line.rsiddharth2016-02-131-1/+0
|
* Readability change to LPSpeakersRenderer.mk_uidrsiddharth2016-02-131-2/+2
| | | | Arg `text` -> `speaker_block`.
* Added test sessions and speakers (MD) files.rsiddharth2016-02-132-0/+153
| | | | | | Used for testing autolinking in sessions. Addresses issue #7.
* cosemetic changes to tests/test_lps_gen.pyrsiddharth2016-02-131-43/+46
|
* Edited comment in LPSpeakersMarkdown.rsiddharth2016-02-131-1/+1
|