summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* lps_gen: Rename '-s' switch to '-sc'rsiddharth2019-07-202-4/+4
| | | | | | * docs/install/index.rst: Update output of `lps_gen --help` * docs/schedule/index.rst: Update `lps_gen` command. * lps_gen.py (main): Rename '-s' switch to '-sc'.
* lps_gen: Remove `lp_t` command line argument.rsiddharth2019-07-133-7/+6
| | | | | | | | | | | | | | * docs/install/index.rst: Update usage command output. * docs/schedule/index.rst: Update lps_gen command example. * docs/speakers/index.rst: Update lps_gen command example. * lps_gen.py (RenderHTML): Change argument template -> template_name. Read template from package. (main): Remove `lp_t` command line argument. * tests/test_lps_gen.py (TestLPS.test_RenderHTML) (TestLPS.test_RenderHTML_sessions_only) (TestLPS.test_RenderHTML_nonexistent_template) (TestLPSTBA.setup, TestLPSpeakers.test_RenderHTML): Update RenderHTML call; pass template name instead of template path.
* Revert "docs/index.rst: Remove help section."rsiddharth2019-06-131-0/+5
| | | | This reverts commit 29f699722164450111caacb3acfca82d3881f928.
* docs/conf.py: Rename 'browse source' -> 'Source'.rsiddharth2019-06-131-1/+1
|
* docs/conf.py: Don't show anything in the footer.rsiddharth2019-06-131-3/+4
|
* docs/conf.py: Add 'Report Bugs' link.rsiddharth2019-06-131-0/+1
|
* docs/conf.py: Don't prefix strings with 'u'.rsiddharth2019-06-131-2/+2
|
* docs/index.rst: Remove help section.rsiddharth2019-06-131-5/+0
|
* docs/install/index.rst: Install python3 in virtualenv.rsiddharth2019-06-131-1/+1
|
* docs/conf.py: Remove lead `u` from strings.rsiddharth2018-09-091-4/+4
|
* Dedicate to Public Domain.rsiddharth2018-09-091-1/+1
| | | | | | | | | | | | * Makefile: Put under CC0-1.0. * docs/conf.py: Put under CC0-1.0. * libreplanet-templates/2016/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2016/lp-speakers.jinja2: Put under CC0-1.0. * libreplanet-templates/2017/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2018/lp-schedule.jinja2: Put under CC0-1.0. * lps_gen.py: Put under CC0-1.0. * lpschedule_generator/_version.py: Put under CC0-1.0. * setup.py: Put under CC0-1.0.
* docs/install/index.rst: Fix `Install locally using virtualenv` section.rsiddharth2017-11-021-1/+1
| | | | Addresses issue #11.
* docs: schedule: Fix sample links.rsiddharth2017-10-271-4/+4
| | | | * docs/schedule/index.rst: Update files.
* docs: schedule: Update `Single session time slot` section.rsiddharth2017-10-271-0/+2
| | | | * docs/schedule/index.rst: Update file.
* docs: schedule: Add `Video TBA` section.rsiddharth2017-10-271-0/+9
| | | | * docs/schedule/index.rst: Update file.
* docs: schedule: Update `Markdown structure` section.rsiddharth2017-10-271-0/+2
| | | | * docs/schedule/index.rst: Update file.
* docs: Update copyright.rsiddharth2017-07-061-1/+1
| | | | docs/conf.py (copyright): Update variable.
* docs: Update schedule/index.rst.rsiddharth2017-05-291-0/+13
| | | | * docs/schedule/index.rst: Add sub-section 'Single session time slot'.
* 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-212-16/+24
|
* 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-131-0/+8
| | | | - move "help" section from README.rst to docs/index.rst
* 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-122-18/+44
| | | | | - all documentation is being moved to docs/ - installation documentation is at docs/install/index.rst
* update docs/conf.pyrsiddharth2016-05-121-2/+6
|
* Add docs/rsiddharth2016-05-124-0/+829
using `sphinx-quickstart`. modified: .gitignore new file: docs/Makefile new file: docs/conf.py new file: docs/index.rst new file: docs/make.bat