Skip to content

Commit

Permalink
Updated test doc URL in README, added some contribution notes
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Aug 28, 2017
1 parent b7428c2 commit 0037f3e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tests [![Build Status](https://travis-ci.org/ethereum/tests.svg?branch=develop)](https://travis-ci.org/ethereum/tests)
=====

Common tests for all clients to test against. See the documentation http://www.ethdocs.org/en/latest/contracts-and-transactions/ethereum-tests/index.html
Common tests for all clients to test against. See the documentation http://ethereum-tests.readthedocs.io/

Do not change test files in folders:
* StateTests
Expand Down
19 changes: 19 additions & 0 deletions docs/contribute.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. _contribute:

==================
Contribute to Docs
==================

This documentation has been build using the Python `Sphinx <http://www.sphinx-doc.org/>`_
documentation tool.

Since the `Ethereum tests <https://github.com/ethereum/tests>`_ repository is very
large to clone locally, a convenient way to contribute to the documentation is to
make a fork of the test repo, add the changes online with the GitHub markdown editor
and then open a PR.

If you want to clone to your desk you might want to make use of ``git clone --depth 1``
for faster download.

You can build the documentation by running ``make html`` from the ``docs`` directory
in the tests repository.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Ethereum Tests
difficulty_tests/index.rst
transaction_tests/index.rst
vm_tests/index.rst
contribute.rst


Indices and tables
Expand Down

0 comments on commit 0037f3e

Please sign in to comment.