Skip to content

Commit 666aa52

Browse files
committed
docs: fix testing description
docs: fix contributors (now markdown) Update index.rst
1 parent f1bf097 commit 666aa52

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Download
102102
Disclaimer
103103
##########
104104

105-
This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
105+
This project contains work and contributions from the `scientific community <./CONTRIBUTORS.md>`_.
106106
This program is not sponsored or maintained by the Universities Space Research Association (USRA),
107107
the Center for Space Research at the University of Texas (UTCSR), the Jet Propulsion Laboratory (JPL),
108108
the German Research Centre for Geosciences (GeoForschungsZentrum, GFZ) or NASA.

doc/source/getting_started/Contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Steps to Contribute
5858
2) Either by cloning to your local system or working in `GitHub Codespaces <https://github.com/features/codespaces>`_, create a work environment to make your changes.
5959
3) Add your fork as the ``origin`` remote and the original project repository as the ``upstream`` remote. While this step isn't a necessary, it allows you to keep your fork up to date in the future.
6060
4) Create a new branch to do your work.
61-
5) Make your changes on the new branch and add yourself to the list of project `contributors <https://github.com/tsutterley/gravity-toolkit/blob/main/CONTRIBUTORS.rst>`_.
61+
5) Make your changes on the new branch and add yourself to the list of project `contributors <https://github.com/tsutterley/gravity-toolkit/blob/main/CONTRIBUTORS.md>`_.
6262
6) Push your work to GitHub under your fork of the project.
6363
7) Submit a `Pull Request <https://github.com/tsutterley/gravity-toolkit/pulls>`_ from your forked branch to the project repository.
6464

doc/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===============
2-
gravity-toolkit
3-
===============
1+
=============================
2+
gravity-toolkit Documentation
3+
=============================
44

55
Welcome to the documentation for ``gravity-toolkit``, a set of Python tools for working with time-variable gravity fields.
66

doc/source/project/Testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Coverage reports can be generated using the ``pytest-cov`` plugin (which is inst
3333

3434
.. code-block:: bash
3535
36-
pytest --cov pyTMD --cov-report=term
36+
pytest --cov gravity_toolkit --cov-report=term
3737
3838
.. code-block:: bash
3939
40-
pixi run test "--cov ../gravity-toolkit --cov-report=term"
40+
pixi run test "--cov ../gravity_toolkit --cov-report=term"
4141
4242
Parallelization
4343
^^^^^^^^^^^^^^^

gravity_toolkit/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ def from_json(
833833
remote http host path split as list
834834
timeout: int or NoneType, default None
835835
timeout in seconds for blocking operations
836-
context: obj, default pyTMD.utilities._default_ssl_context
836+
context: obj, default gravity_toolkit.utilities._default_ssl_context
837837
SSL context for ``urllib`` opener object
838838
"""
839839
# verify inputs for remote http host

0 commit comments

Comments
 (0)