Remove outdated/unnecessary files#521
Conversation
Now that we have proper documentation, we have no need for this file.
Codecov Report
@@ Coverage Diff @@
## master #521 +/- ##
=======================================
Coverage 35.16% 35.16%
=======================================
Files 210 210
Lines 17840 17840
Branches 2454 2454
=======================================
Hits 6274 6274
Misses 11161 11161
Partials 405 405
Continue to review full report at Codecov.
|
jwiggins
left a comment
There was a problem hiding this comment.
What about any of these files?
enable/pyglet_backend/notes.txt
enable/savage/compliance/w3c_svg_11/notes.txt
enable/savage/readme.txt
docs/kiva/agg/interface.txt
kiva/agg/freetype2/docs/raster.txt
kiva/agg/freetype2/docs/formats.txt
kiva/agg/implementation_notes.txt
kiva/agg/src/todo.txt
kiva/agg/src/swig_questions.txt
kiva/fonttools/tests/data/source.txt
modified: enable/savage/compliance/README deleted: enable/savage/compliance/w3c_svg_11/notes.txt
and move the information into a ticket on github deleted: enable/savage/readme.txt
the todo file contained a list of tasks to do, tasks done and issues. it is not clear how uptodate the contents of the file actually are so at the moment, we have chosen to remove it from the source tree. deleted: kiva/agg/src/todo.txt
renamed: kiva/agg/implementation_notes.txt -> docs/kiva/agg/implementation_notes.txt
modified: docs/kiva/agg/implementation_notes.txt
Again, we are not sure how uptodate this document is and how relevant the questions (or answers to the questions) are at this moment deleted: kiva/agg/src/swig_questions.txt
modified: MANIFEST.in renamed: kiva/fonttools/tests/data/source.txt -> font_LICENSE.txt renamed: kiva/fonttools/tests/data/fonttools_LICENSE.txt -> fonttools_LICENSE.txt
again, we are not sure how uptodate the document is and how useful any of the information in the document is. deleted: enable/pyglet_backend/notes.txt
It looked like useful information so i kept this around
It looks like they're coming from freetype2 source and are not something we added - so i kept them around. I didn't remove them
I moved this into docs/kiva/agg as it looked like useful documentation. |
There are a number of outdated/unnecessary files in the git source which can be removed. This PR removes some (not all) of them.