Add (heavily work in progress) documentation.
authorwhitequark <whitequark@whitequark.org>
Mon, 27 Apr 2020 07:21:31 +0000 (07:21 +0000)
committerwhitequark <whitequark@whitequark.org>
Tue, 30 Jun 2020 22:21:16 +0000 (22:21 +0000)
commit399b8f986391d0bf90126814162a6eca0dae910a
tree298b61fa7f3452cc6d025717ba81e6e58dbf2c3d
parent8dacbbb2b25c145fe8806292acf3f340d7d6eb3d
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