Rename pypol into LinPy
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Tue, 5 Aug 2014 17:09:55 +0000 (19:09 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Tue, 5 Aug 2014 17:31:49 +0000 (19:31 +0200)
commit7b93cea1daf2889e9ee10ca9c22a1b5124404937
treeb4717ab657fe4e582c09dfa02bf32498da071ed8
parent960f0c252361dfd696359f803aae40a9b13b14a6
Rename pypol into LinPy
30 files changed:
.gitignore
Makefile
doc/Makefile
doc/conf.py
doc/examples.rst
doc/index.rst
doc/install.rst
doc/modules.rst
examples/README.rst
examples/bac2014.py
examples/diamonds.py
examples/menger.py
examples/nsad2010.py
examples/squares.py
examples/tesseract.py
linpy/.gitignore [moved from pypol/.gitignore with 100% similarity]
linpy/__init__.py [moved from pypol/__init__.py with 81% similarity]
linpy/_islhelper.c [moved from pypol/_islhelper.c with 95% similarity]
linpy/domains.py [moved from pypol/domains.py with 99% similarity]
linpy/geometry.py [moved from pypol/geometry.py with 97% similarity]
linpy/islhelper.py [moved from pypol/islhelper.py with 90% similarity]
linpy/linexprs.py [moved from pypol/linexprs.py with 98% similarity]
linpy/polyhedra.py [moved from pypol/polyhedra.py with 98% similarity]
linpy/tests/__init__.py [moved from pypol/tests/__init__.py with 68% similarity]
linpy/tests/libhelper.py [moved from pypol/tests/libhelper.py with 79% similarity]
linpy/tests/test_domains.py [moved from pypol/tests/test_domains.py with 97% similarity]
linpy/tests/test_geometry.py [moved from pypol/tests/test_geometry.py with 94% similarity]
linpy/tests/test_linexprs.py [moved from pypol/tests/test_linexprs.py with 98% similarity]
linpy/tests/test_polyhedra.py [moved from pypol/tests/test_polyhedra.py with 91% similarity]
setup.py