summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 0.7.1.v0.7.1rsiddharth2017-07-161-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* Makefile: Update upload-docs.rsiddharth2017-07-071-1/+1
| | | | Upload docs to ricketyspace.net.
* Update README.rst.v0.7.0rsiddharth2017-07-071-1/+1
| | | | | | Documentation is now at ricketyspacen.net/lpschedule-generator pythonhosted.org has been deprecated :(
* Bump to v0.7.0.rsiddharth2017-07-071-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* setup.py: Update copyright year.rsiddharth2017-07-071-1/+1
|
* setup.py: Update data_files.rsiddharth2017-07-062-8/+17
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* setup.py: Update config.rsiddharth2017-07-061-1/+4
|
* lps_gen.py: Update copyright year.rsiddharth2017-07-061-1/+1
|
* lpschedule_generator: Update __version__ to 0.7.0b1.rsiddharth2017-07-061-2/+2
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* docs: Update copyright.rsiddharth2017-07-061-1/+1
| | | | docs/conf.py (copyright): Update variable.
* Makefile: Remove blank lines.rsiddharth2017-07-061-3/+0
|
* lps_gen.py: Fix whitspace issue.rsiddharth2017-06-011-1/+2
|
* lps_gen.py: Update docstrings.rsiddharth2017-06-011-10/+9
|
* lps_gen.py: Fix whitspace issues.rsiddharth2017-06-011-16/+27
|
* docs: Update schedule/index.rst.rsiddharth2017-05-291-0/+13
| | | | * docs/schedule/index.rst: Add sub-section 'Single session time slot'.
* tests: Update TestLPS.rsiddharth2017-05-292-6/+4
| | | | | | | * tests/files/lp-sch.md: Update file. * tests/test_lps_gen.py (setup_class) (test_LPSMarkdown_timeslot) (test_LPSMarkdown_session): Update methods.
* libreplanet-templates: Add lp-schedule.jinja2.rsiddharth2017-05-291-0/+132
| | | | * libreplanet-templates/2018/lp-schedule.jinja2: New file.
* lps_gen.py: Update LPiCal.rsiddharth2017-05-292-6/+17
| | | | | | * lps_gen.py (LPiCal.add_event): Update method. New argument `t_name`. (gen_ical): Update method. * tests/test_lps_gen.py (TestLPiCal.test_add_event): Update method.
* lps_gen: Add LPSRenderer._check_session_title_exists.rsiddharth2017-05-291-0/+33
| | | | | * lps_gen.py (LPSRenderer._check_session_title_exists): New method. (LPSRenderer.header, LPSRenderer.paragraph): Update methods.
* Bump to version 0.6.1v0.6.1rsiddharth2017-03-071-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* setup.py: Update `data_files`rsiddharth2017-03-072-2/+4
| | | | | | Include 2017 lp-schedule.jinja2 in `data_files`. * lpschedule_generator/_version.py (__version__): Update variable.
* Add libreplanet-templates/2017/lp-schedule.jinja2rsiddharth2017-03-071-0/+130
|
* Update .gitignore.rsiddharth2017-03-071-0/+1
|
* Makefile: change gpg signing key.rsiddharth2016-07-232-3/+3
| | | | See http://rsiddharth.ninth.su/key-transition-2016.txt
* bumped to version 0.6.0v0.6.0rsiddharth2016-05-271-1/+1
|
* Makefile: reorganized .PHONYrsiddharth2016-05-261-2/+12
|
* Makefile: add `clean-target` target.rsiddharth2016-05-261-1/+4
|
* docs/schedule: add link to general section.rsiddharth2016-05-261-1/+1
|
* docs: change schedule markdown structure heading.rsiddharth2016-05-261-2/+2
|
* docs: reorganized lp speakers.rsiddharth2016-05-262-12/+18
|
* docs: re-structure LP schedule page.rsiddharth2016-05-213-17/+25
|
* docs/install/index.rst: correct typo.rsiddharth2016-05-211-1/+1
|
* update docs/install/index.rstrsiddharth2016-05-131-4/+50
|
* docs/schedule/index.rst: add ref label.rsiddharth2016-05-131-0/+2
|
* update README.rstrsiddharth2016-05-132-5/+8
| | | | - move "help" section from README.rst to docs/index.rst
* update README.rstrsiddharth2016-05-122-2/+2
|
* update lpschedule_generator/_version.pyrsiddharth2016-05-121-1/+1
|
* update docs/conf.py: change how version is read.rsiddharth2016-05-121-2/+4
|
* add docs/general/index.rstrsiddharth2016-05-122-0/+17
|
* add docs/schedule/index.rstrsiddharth2016-05-122-0/+178
|
* add docs/speakers/index.rstrsiddharth2016-05-122-0/+69
|
* 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
|