From 94e21a70e5f6265753bc05464907035f56ff89f9 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Sat, 12 Oct 2024 19:26:50 +0300 Subject: [PATCH] More cleanup --- ci-requirements.txt | 1 - examples/README | 14 -------------- examples/README.md | 13 +++++++++++++ pyswip.bibtex | 6 ------ 4 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 ci-requirements.txt delete mode 100644 examples/README create mode 100644 examples/README.md delete mode 100644 pyswip.bibtex diff --git a/ci-requirements.txt b/ci-requirements.txt deleted file mode 100644 index 7ef71d0..0000000 --- a/ci-requirements.txt +++ /dev/null @@ -1 +0,0 @@ -coveralls \ No newline at end of file diff --git a/examples/README b/examples/README deleted file mode 100644 index 7b532f0..0000000 --- a/examples/README +++ /dev/null @@ -1,14 +0,0 @@ -PySwip Examples -=============== - -This directory contains examples for PySwip. - -The ones marked with (clp) requires clp library of SWI-Prolog. - -+ (clp) coins/ -+ (clp) draughts/ -+ hanoi/ : towers of Hanoi -+ (clp) sendmoremoney/ : if, SEND + MORE = MONEY, what is S, E, N, D, M, O, R, Y? -+ (clp) sudoku/ : Sudoku solver (Prolog code is contributed by Markus Triska) -+ create_term.py : shows creating a Prolog term -+ register_foreign.py : shows how to call PL_register_foreign diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..39e3381 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,13 @@ +# PySwip Examples + +This directory contains examples for PySwip. + +The ones marked with (clp) requires `clp` library of SWI-Prolog. + +* (clp) `coins/` +* (clp) `draughts/` +* `hanoi/` : Towers of Hanoi +* (clp) `sendmoremoney/` : if, SEND * MORE = MONEY, what is S, E, N, D, M, O, R, Y? +* (clp) `sudoku/` : Sudoku solver (Prolog code is contributed by Markus Triska) +* `create_term.py` : shows creating a Prolog term +* `register_foreign.py` : shows registering a foreign function diff --git a/pyswip.bibtex b/pyswip.bibtex deleted file mode 100644 index 5e80fce..0000000 --- a/pyswip.bibtex +++ /dev/null @@ -1,6 +0,0 @@ -@misc{pyswip, - author = {Y\"uce Tekol and contributors}, - title = {{PySwip} v0.2.10}, - year = {2020}, - url = {https://github.com/yuce/pyswip}, -}