Skip to content

Commit

Permalink
Fix doc typos (xgcm#52)
Browse files Browse the repository at this point in the history
* switched to py.test

added travis stuff

added badge

fixed bug in travis.yml

added codecov stuff

trying to tweak coverage report

Update setup.py

added coverage to conda envs

edited .coveragerc

bypass pycov for coverage report

added init to test directory

trying different way of installing

more install tweaks

back to py.test for coverage

add comments to travis.yml

* fixed line length

* fixed coverage stuff
  • Loading branch information
rabernat authored Mar 16, 2017
1 parent 6bdeb14 commit ac32cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ exclude_lines =
ignore_errors = True
omit = xgcm/test/*
xgcm/__init__.py
xgcm/gridops.py
xgcm/regridding.py
4 changes: 2 additions & 2 deletions doc/grids.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ else the cell-edge coordinate should have one more point than the cell-center.
``Grid`` Objects
~~~~~~~~~~~~~~~~

The core object in xgcm is a :class:`xgcm.Grid`. To create a grid, first we need an
``xarray.DataSet`` with proper attributes. We can create one as follows.
The core object in xgcm is a :class:`xgcm.Grid`. To create a grid, first we need
an ``xarray.DataSet`` with proper attributes. We can create one as follows.

.. code-block:: python
Expand Down

0 comments on commit ac32cf2

Please sign in to comment.