Commit Graph

8 Commits

Author SHA1 Message Date
beardypig deffd929d1 Change log as markdown refactor (#1667)
* rename CHANGELOG to md

* symlink the change log in to the docs

* include the recommonmark parser for md file

* reformatted the CHANGELOG md file, should look more or less the same as the RST

* refactored the release scripts to handle/generate the new format

* file is a bad variable name

* couple of minor tweaks, mainly style

* Fix git shortlog being highlighted as Python in the docs

* update manifest to include changelog.md instead of rst
2018-05-28 16:15:12 -07:00
beardypig 416c8347b3 build: use versioneer to set the build number (#1413)
* build: use versioneer to set the build number

* build: update the deploy scripts to use versioneer

* release: update docs version and fix tarball version

* build: no need to install versioneer on travis, etc.
2018-05-13 22:18:52 -07:00
beardypig 5deb3413a8 docs: tweaks to docs and docs build process
Minor tweaks to the docs. Fixed all the warnings and enabled "Fail on warning" option so that problems with the docs will cause the build to fail on warning, the docs are also built for every commit and PR.
Restructured the travis script/after_success so that the docs are only pushed if the build was successful (only master branch and no PRs).
2017-01-16 11:52:14 +00:00
beardypig b8b6c24940 include CHANGELOG.rst instead of .md in the egg 2017-01-12 07:38:46 +00:00
Beardypig f29b08c58c Windows command line parsing fix (#300)
* Enable automated testing on Windows via AppVeyor

* tests: add some tests for the command line argument parsing

* cli: fixed windows argument parsing with escaped quotes, etc.

* tests: python2.6 requires unittest2

* tests: fixed awful typo!
2016-12-15 11:47:22 -08:00
Stefan 15ad59cd98 Debian packaging base (#80)
* copy initial stuff from livestreamer, but renamed to streamlink

* rename here, too, so the build passes

* fix incorrect file names

* fix renamed/deleted files

* rename debian files

* update name to point to current copyright

* remove old livestreamer changelog
2016-10-27 19:30:58 -07:00
Stefan c058de3562 include examples dir in source dist
The docs reference files in examples/ which are missing from the source dist,
thus producing a warning when building the docs from it.
2014-03-01 11:37:20 +01:00
Christopher Rosell 41372b8df7 Add docs and tests to the source dist. 2014-02-26 15:05:13 +01:00