Merge: projects: update some short descriptions
[nit.git] / lib / core / static / git-logo.png
diff --git a/lib/standard/README.md b/lib/standard/README.md
deleted file mode 100644 (file)
index 7833f37..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Nit common library of core classes and methods
-
-Core classes and methods used by default by Nit programs and libraries.
-
-## Core Basic Types and Operations
-
-[[doc:kernel]]
-
-### Object
-
-[[doc:Object]]
-
-#### Equality
-
-[[doc:Object::==]]
-[[doc:Object::!=]]
-[[doc:Object::hash]]
-[[doc:Object::is_same_instance]]
-[[doc:Object::object_id]]
-
-#### Debuging
-
-[[doc:Object::output]]
-[[doc:Object::output_class_name]]
-[[doc:Object::is_same_type]]
-
-### Sys
-
-[[doc:Sys]]
-
-#### Program Execution
-
-[[doc:Sys::main]]
-[[doc:Sys::run]]
-
-### Other
-
-[[list:kernel]]
-
-## Core Collections
-
-[[doc:collection]]
-
-## String and Text manipulation
-
-[[doc:text]]