Skip to content

Commit

Permalink
#437 with sphinkx linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
lee212 committed May 19, 2020
1 parent a63ad91 commit 635c778
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Dependencies
Ensemble Toolkit uses `RADICAL Pilot (RP) <http://radicalpilot.readthedocs.org>`_
as the runtime system. RP is targeted currently only for a set of high
performance computing (HPC) systems
(`see here <http://radicalpilot.readthedocs.io/en/latest/resources.html#chapter-resources>`_).
(`see here <http://radicalpilot.readthedocs.io/en/stable/resources.html#chapter-resources>`_).
RP can be extended to support more HPC systems by contacting the developers of
RP/EnTK or by the user themselves by following
`this page <http://radicalpilot.readthedocs.io/en/latest/machconf.html#writing-a-custom-resource-configuration-file>`_.
`this page <http://radicalpilot.readthedocs.io/en/stable/machconf.html#writing-a-custom-resource-configuration-file>`_.

Ensemble Toolkit also relies on RabbitMQ to support messaging capabilities
between its various components. Read more about it `here <http://www.rabbitmq.com/>`_.
Expand Down
14 changes: 10 additions & 4 deletions docs/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ Following are the unit tests and functional tests currently covered in
Ensemble Toolkit.

All tests are run on a Jenkins VM. Tests are run using pytest and test coverage
is measured using `coverage <https://coverage.readthedocs.io/en/coverage-4.5.1a/index.html>`_ and reported using `codecov <https://codecov.io>`_ .
is measured using `coverage <https://coverage.readthedocs.io/>`_ and reported using `codecov <https://codecov.io>`_ .

Build status: [![Build Status](https://jenkins.radical-project.org/job/radical.entk/badge/icon)](https://jenkins.radical-project.org/job/radical.entk/)
Build status: |travis|

Test coverage: [![codecov](https://codecov.io/gh/radical-cybertools/radical.entk/branch/master/graph/badge.svg)](https://codecov.io/gh/radical-cybertools/radical.entk)
.. |travis| image:: https://travis-ci.com/radical-cybertools/radical.entk.svg?branch=master
:target: https://travis-ci.com/radical-cybertools/radical.entk

Test coverage: |codecov|

.. |codecov| image:: https://codecov.io/gh/radical-cybertools/radical.entk/branch/master/graph/badge.svg
:target: https://codecov.io/gh/radical-cybertools/radical.entk

Click the above to look at the test logs. The following are tests are performed
at every commit in every branch.
Expand Down Expand Up @@ -123,4 +129,4 @@ Utils test
.. automodule:: tests.test_utils.test_sync_with_master
:members: test_utils_sync_with_master
:undoc-members: test_utils_sync_with_master


0 comments on commit 635c778

Please sign in to comment.