-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
727 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,8 @@ | |
*.egg-link | ||
|
||
/nosetests.xml | ||
/.cache | ||
/.pytest_cache | ||
/.coverage | ||
/.tox | ||
/.achievements | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
language: python | ||
dist: xenial | ||
python: | ||
- "2.7" | ||
- "3.4" | ||
- "3.5" | ||
- "3.6" | ||
- "3.7" | ||
before_install: | ||
- python -m pip install -U pip setuptools | cat | ||
install: | ||
- python -m pip install -U -r requirements.txt | cat | ||
- pip install . | ||
script: | ||
- pytest | ||
- flake8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Changelog for yaml2rst | ||
========================= | ||
|
||
0.3 (2019-04-03) | ||
---------------- | ||
|
||
* Add options ``--strip-regex`` and ``--yaml-strip-regex`` for | ||
filtering out Fold markers. See docs/fold-markers.rst for details. | ||
* Add an example for formatting as definition lists. | ||
* Make examples' HTML-build deterministic by removing the version | ||
number. | ||
* Add support for Python 3. | ||
* Convert the module into a package. | ||
* Enhance the test-suite. | ||
* Move the project to the `debops` group for shared development. | ||
* Enable CI-tests (at Travis-CI). | ||
|
||
|
||
.. | ||
Local Variables: | ||
mode: rst | ||
ispell-local-dictionary: "american" | ||
End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# dummy MANIFEST.in to keep zest.releaser calm | ||
# unused since the source is in a git repository | ||
# | ||
#recursive-include docs * | ||
#include * | ||
global-exclude *.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.