diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-08-31 20:01:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 20:01:56 +0800 |
commit | f93e53ddcf5220dceb9f22222e55b54ab90ddf8f (patch) | |
tree | 8b0b253d62286073b506c253a7007391fc0a87a8 /docs/index.rst | |
parent | 2bf539099e93b87aa0149065f0bc0e60aa6811b9 (diff) | |
parent | 047ea6801d058a6bd58f0f7a3d4aaa6d659684a7 (diff) | |
download | tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar.gz tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar.bz2 tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar.lz tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar.xz tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar.zst tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.zip |
Merge pull request #292 from holgerd77/update-docs
Structural overhaul of the whole docs / Updated state test section / info box on test type status
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/index.rst b/docs/index.rst index cfd45916f..323902751 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,27 +1,26 @@ .. _ethereum_tests: -################################################################################ +############## Ethereum Tests -################################################################################ +############## | Common tests for all clients to test against. The `git repo <https://github.com/ethereum/tests>`_ updated regulary with new tests. | This section describes basic test concepts and templates which are created by cpp-client. | .. note:: - Larger parts of the test docs are currently outdated (see :ref:`contribute` on how to - help). + See :ref:`contribute` if you want to help improve this documentation. .. toctree:: :maxdepth: 2 :caption: Contents: using-testeth.rst - blockchain_tests/index.rst - state_tests/index.rst - rlp_tests/index.rst - difficulty_tests/index.rst - transaction_tests/index.rst - vm_tests/index.rst + test_types/blockchain_tests.rst + test_types/state_tests.rst + test_types/rlp_tests.rst + test_types/difficulty_tests.rst + test_types/transaction_tests.rst + test_types/vm_tests.rst contribute.rst |