-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfe614c
commit 85a0f44
Showing
19 changed files
with
161 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Types of Contributions | |
Report Bugs | ||
~~~~~~~~~~~ | ||
|
||
Report bugs at https://github.com/Statoil/xtgeo-utils2/issues. | ||
Report bugs at https://github.com/equinor/xtgeoapp-grd3dmaps/issues. | ||
|
||
If you are reporting a bug, please include: | ||
|
||
|
@@ -38,15 +38,15 @@ and "help wanted" is open to whoever wants to implement it. | |
Write Documentation | ||
~~~~~~~~~~~~~~~~~~~ | ||
|
||
xtgeo-utils2 could always use more documentation, whether as part of the | ||
official xtgeo-utils2 docs, in docstrings, or even on the web in blog posts, | ||
xtgeoapp-grd3dmaps could always use more documentation, whether as part of the | ||
official xtgeoapp-grd3dmaps docs, in docstrings, or even on the web in blog posts, | ||
articles, and such. | ||
|
||
Submit Feedback | ||
~~~~~~~~~~~~~~~ | ||
|
||
The best way to send feedback is to file an issue | ||
at https://github.com/Statoil/xtgeo-utils2/issues. | ||
at https://github.com/equinor/xtgeoapp-grd3dmaps/issues. | ||
|
||
If you are proposing a feature: | ||
|
||
|
@@ -58,18 +58,18 @@ If you are proposing a feature: | |
Get Started! | ||
------------ | ||
|
||
Ready to contribute? Here's how to set up `xtgeo-utils2` for local development. | ||
Ready to contribute? Here's how to set up `xtgeoapp-grd3dmaps` for local development. | ||
|
||
1. Fork the `xtgeo-utils2` repo on Github Statoil | ||
1. Fork the `xtgeoapp-grd3dmaps` repo on Github equinor | ||
2. Clone your fork locally:: | ||
|
||
$ git clone [email protected]:your_name_here/xtgeo-utils2.git | ||
$ git clone [email protected]:your_name_here/xtgeoapp-grd3dmaps.git | ||
|
||
3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, | ||
this is how you set up your fork for local development:: | ||
|
||
$ mkvirtualenv xtgeo-utils2 | ||
$ cd xtgeo-utils2/ | ||
$ mkvirtualenv xtgeoapp-grd3dmaps | ||
$ cd xtgeoapp-grd3dmaps/ | ||
$ python setup.py develop | ||
|
||
4. Create a branch for local development:: | ||
|
@@ -81,11 +81,10 @@ Ready to contribute? Here's how to set up `xtgeo-utils2` for local development. | |
5. When you're done making changes, check that your changes pass flake8 and the tests, | ||
including testing other Python versions with tox:: | ||
|
||
$ flake8 xtgeo-utils2 tests | ||
$ flake8 xtgeoapp-grd3dmaps tests | ||
$ python setup.py test or py.test | ||
$ tox ...? | ||
|
||
To get flake8 and tox, just pip install them into your virtualenv. | ||
To get flake8 etc, just pip install them into your virtualenv. | ||
|
||
6. Commit your changes and push your branch to GitHub:: | ||
|
||
|
@@ -95,6 +94,7 @@ Ready to contribute? Here's how to set up `xtgeo-utils2` for local development. | |
|
||
7. Submit a pull request through the Git website. | ||
|
||
|
||
Pull Request Guidelines | ||
----------------------- | ||
|
||
|
@@ -106,10 +106,6 @@ Before you submit a pull request, check that it meets these guidelines: | |
your new functionality into a function with a docstring, and add the | ||
feature to the list in README.rst. | ||
|
||
.. 3. The pull request should work for Python 2.7, 3.4, and for PyPy(?). Check | ||
.. https://travis-ci.org/xxx/xtgeo-utils2/pull_requests (INACTIVE) | ||
.. and make sure that the tests pass for all supported Python versions. | ||
Tips | ||
---- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ | |
|
||
# General information about the project. | ||
project = u'xtgeo_utils2' | ||
copyright = u"Statoil (contact person: Jan C. Rivenæs, [email protected])" | ||
copyright = u"equinor (contact person: Jan C. Rivenæs, [email protected])" | ||
|
||
# The version info for the project you're documenting, acts as replacement | ||
# for |version| and |release|, also used in various other places throughout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,13 @@ From sources | |
------------ | ||
|
||
The sources for xtgeo_utils2 can be downloaded from | ||
the `Statoil Git repo`_. | ||
the `equinor Git repo`_. | ||
|
||
You can then clone the repository: | ||
|
||
.. code-block:: console | ||
$ git clone [email protected]:Statoil/xtgeo-utils2 | ||
$ git clone [email protected]:equinor/xtgeoapp-grd3dmaps | ||
Once you have a copy of the source, and you have a `virtual environment`_, | ||
you can install locally (for development and testing) it with: | ||
|
@@ -38,5 +38,5 @@ you can install locally (for development and testing) it with: | |
However, if you will like to contribute, making a personal fork is strongly | ||
recommended, see :ref:`Contributing`. | ||
|
||
.. _Statoil Git repo: https://github.com/Statoil/xtgeo-utils2 | ||
.. _equinor Git repo: https://github.com/equinor/xtgeoapp-grd3dmaps | ||
.. _virtual environment: http://docs.python-guide.org/en/latest/dev/virtualenvs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
xtgeo >= 2.0.0 | ||
PyYAML |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
pip>=9.0.0 | ||
bumpversion>=0.5.3 | ||
wheel>=0.29.0 | ||
watchdog>=0.8.3 | ||
flake8>=2.6.0 | ||
tox>=2.3.1 | ||
coverage>=4.1 | ||
Sphinx>=1.4.8 | ||
pytest>=2.9.2 | ||
pytest-runner>=2.11.1 | ||
versioneer==0.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.