Add (heavily work in progress) documentation.
authorwhitequark <whitequark@whitequark.org>
Mon, 27 Apr 2020 07:21:31 +0000 (07:21 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 14:21:07 +0000 (14:21 +0000)
commit0539f16aa2fe60cf6b8df804042fd6d41ba04480
treea672dfe623af482d16446cf8ce6ed638072e21e4
parent03357b6b53cb10ba021358a09b25715d05ddfb0d
Add (heavily work in progress) documentation.

To render correctly, the docs require:
 * pygments/pygments#1441
23 files changed:
.github/workflows/main.yaml [new file with mode: 0644]
.gitignore
doc/COMPAT_SUMMARY.md [deleted file]
doc/PROPOSAL.md [deleted file]
docs/.gitignore [new file with mode: 0644]
docs/_code/led_blinker.py [new file with mode: 0644]
docs/_code/up_counter.py [new file with mode: 0644]
docs/_code/up_counter.v [new file with mode: 0644]
docs/_historical/COMPAT_SUMMARY.md [new file with mode: 0644]
docs/_historical/PROPOSAL.md [new file with mode: 0644]
docs/_images/up_counter_gtkwave.png [new file with mode: 0644]
docs/_static/custom.css [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/install.rst [new file with mode: 0644]
docs/intro.rst [new file with mode: 0644]
docs/lang.rst [new file with mode: 0644]
docs/requirements.txt [new file with mode: 0644]
docs/start.rst [new file with mode: 0644]
nmigen/hdl/ast.py
nmigen/hdl/dsl.py
nmigen/test/test_hdl_ast.py
nmigen/test/test_hdl_dsl.py