From 699159f4407c8b80a14939f34831428dbf513fff Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 22 Sep 2021 23:00:42 +0000 Subject: [PATCH] Remove frontends/ directory. It still had a bit of stale stuff. --- frontends/README.md | 17 ----------------- frontends/__init__.py | 0 2 files changed, 17 deletions(-) delete mode 100644 frontends/README.md delete mode 100644 frontends/__init__.py diff --git a/frontends/README.md b/frontends/README.md deleted file mode 100644 index bb42a1e23..000000000 --- a/frontends/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# NPComp - Frontends - -NPComp maintains in-tree frontends for various popular numeric-python based -frameworks. In general these are: - -* Considered optional components -* Target dialects maintained at the top-level of the project -* Maintained in isolation so as to facilitate moving them out to dedicated - projects at an appropriate point of the lifecycle (i.e. if NPComp is - successful as a general purpose target for such frameworks, then it may - make sense to contribute/build each frontend to their respective up-stream - project). - -Frontends try to stylistically fit into the outer project except for when it -is more clear/advantageous to align them with the conventions of the source -project. This is approached on a case by case basis as needed. Deviations -should be documented in a local style guide for the frontend. diff --git a/frontends/__init__.py b/frontends/__init__.py deleted file mode 100644 index e69de29bb..000000000