# Week 8
## Summary
I did start to work on the second project `Enhance the documentation website`; the goal is to have the [consensus-specs documentation website](https://ethereum.github.io/consensus-specs/) to looks like the [execution-spec-test documentation website](https://ethereum.github.io/execution-spec-tests/). Hwwhww asks for the tests to have a dedicated section in the consensus-specs documentation. I did take the [`execution-spec-tests` code](https://github.com/ethereum/execution-spec-tests/blob/main/docs/gen_test_case_reference.py) that generates the documentation from the test files with some modification to match our needs.
It works perfectly, even if I have an issue regarding an python module import from a non python module.
This code generates the below structure that will be used to generates a new section in documentation website 'tests':

## Ressources
- [consensus-specs documentation website](https://ethereum.github.io/consensus-specs/)
- [execution-spec-test documentation website](https://ethereum.github.io/execution-spec-tests)
## Activity
- [PR '📝 Add gen test documentation generation'](https://github.com/ethereum/consensus-specs/pull/3497)