Changeset 9636 for trunk/anuga_core
- Timestamp:
- Feb 7, 2015, 8:17:41 PM (10 years ago)
- Location:
- trunk/anuga_core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/CONTRIBUTING.rst
r9635 r9636 3 3 ================= 4 4 5 **Note: This document is just to get started, visit [**Contributing6 page**](http://scikit-learn.org/stable/developers/index.html)7 for the full contributor's guide. Please be sure to read it carefully to make8 the code review process go as smoothly as possible and maximize the9 likelihood of your contribution being merged.**10 11 How to contribute12 -----------------13 14 5 The preferred way to contribute to scikit-learn is to fork the 15 [main repository](http://github.com/s cikit-learn/scikit-learn/) on6 [main repository](http://github.com/stoiver/anuga_core/) on 16 7 GitHub: 17 8 18 1. Fork the [project repository](http://github.com/s cikit-learn/scikit-learn):9 1. Fork the [project repository](http://github.com/stoiver/anuga_core): 19 10 click on the 'Fork' button near the top of the page. This creates 20 11 a copy of the code under your account on the GitHub server. … … 106 97 107 98 A great way to start contributing to scikit-learn is to pick an item 108 from the list of [Easy issues](https://github.com/s cikit-learn/scikit-learn/issues?labels=Easy)99 from the list of [Easy issues](https://github.com/stoiver/anuga_core/issues?labels=Easy) 109 100 in the issue tracker. Resolving these issues allow you to start 110 101 contributing to the project without much prior knowledge. Your … … 140 131 illustrating it. 141 132 142 Further Information143 -------------------144 145 Visit the [Contributing Code](http://scikit-learn.org/stable/developers/index.html#coding-guidelines)146 section of the website for more information including conforming to the147 API spec and profiling contributed code. -
trunk/anuga_core/anuga/pmesh/graphical_mesh_generator.py
r8690 r9636 15 15 import os, sys 16 16 import profile 17 import load_mesh.loadASCII17 import anuga.load_mesh.loadASCII 18 18 from anuga.alpha_shape.alpha_shape import AlphaError 19 19 import anuga.utilities.log as log
Note: See TracChangeset
for help on using the changeset viewer.