Browse Source

Update readme

pull/8/head
Sukhnandan Malhotra 5 years ago
parent
commit
a2e5784233
6 changed files with 54 additions and 0 deletions
  1. +8
    -0
      .idea/RandomScripts.iml
  2. +7
    -0
      .idea/misc.xml
  3. +8
    -0
      .idea/modules.xml
  4. +6
    -0
      .idea/vcs.xml
  5. +18
    -0
      .idea/workspace.xml
  6. +7
    -0
      README.md

+ 8
- 0
.idea/RandomScripts.iml View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

+ 7
- 0
.idea/misc.xml View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6" project-jdk-type="Python SDK" />
</project>

+ 8
- 0
.idea/modules.xml View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/RandomScripts.iml" filepath="$PROJECT_DIR$/.idea/RandomScripts.iml" />
</modules>
</component>
</project>

+ 6
- 0
.idea/vcs.xml View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

+ 18
- 0
.idea/workspace.xml View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="NodePackageJsonFileManager">
<packageJsonPaths />
</component>
<component name="ProjectFrameBounds" extendedState="6">
<option name="x" value="292" />
<option name="y" value="34" />
<option name="width" value="1398" />
<option name="height" value="992" />
</component>
<component name="PropertiesComponent">
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
</component>
</project>

+ 7
- 0
README.md View File

@ -1,3 +1,10 @@
##How to Contribute to this project
1) Fork this repository.
2)Clone this repository on local system by git clone "URL"
3) Checkout on a new branch by "git checkout -b branch_name"
4)Add changes and commit and push to remote.
5) Make a pull request.
## Dependencies
### Matplotlib

Loading…
Cancel
Save