mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-10 02:35:41 +00:00
21d4370fd5
* Add docs * update link to template * Add more info * Try mkdocs * Create docs.yml * Update docs.yml * update * update * update * Try mkdocs * Add "B: Make it executable for pytest and test generator" section * Use mkdocs-material * Use `mkdocs-awesome-pages-plugin` to create custom specs order * Add toc permalink * Update site_url * Add .pages files for navigations. Update highlight style * Dark theme * Fix list indent
46 lines
673 B
Plaintext
46 lines
673 B
Plaintext
*.pyc
|
|
/__pycache__
|
|
venv
|
|
.venvs
|
|
.venv
|
|
/.pytest_cache
|
|
|
|
build/
|
|
output/
|
|
dist/
|
|
|
|
consensus-spec-tests/
|
|
|
|
.pytest_cache
|
|
.mypy_cache
|
|
|
|
# Dynamically built from Markdown spec
|
|
tests/core/pyspec/eth2spec/phase0/
|
|
tests/core/pyspec/eth2spec/altair/
|
|
tests/core/pyspec/eth2spec/bellatrix/
|
|
tests/core/pyspec/eth2spec/capella/
|
|
tests/core/pyspec/eth2spec/deneb/
|
|
tests/core/pyspec/eth2spec/eip6110/
|
|
|
|
# coverage reports
|
|
.htmlcov
|
|
.coverage
|
|
.coverage.*
|
|
|
|
# local CI testing output
|
|
tests/core/pyspec/test-reports
|
|
tests/core/pyspec/eth2spec/test_results.xml
|
|
|
|
*.egg-info
|
|
|
|
# TOC tool outputs temporary files
|
|
*.tmp
|
|
|
|
# docs reader build
|
|
docs/specs
|
|
docs/sync
|
|
docs/ssz
|
|
docs/fork_choice
|
|
docs/README.md
|
|
site
|