diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e0ef058 --- /dev/null +++ b/README.rst @@ -0,0 +1,26 @@ +====== +README +====== + +About +===== + +Engineering & science students use computers for a large number of +curricular tasks -- mostly computation centred. However, they do not +see this as coding or programming tasks and usually are not even aware +of the tools and techniques that will help them to handle these tasks +better. This results in less than optimal use of their time and +resources. This also causes difficulties when it comes to +collaboration and building on other people's work. + +This program is intended to train such students in good software +practices and tools for producing code and documentation. SEES stands +for *Software Engineering for Engineers and Scientists.* + +License +======= + +This work is licensed under a `Creative Commons +Attribution-NonCommercial 2.5 India License`_. + +.. _Creative Commons Attribution-NonCommercial 2.5 India License: http://creativecommons.org/licenses/by-nc/2.5/in/ |