Joel Stanley
|
490fca5745
|
docs: Update up_counter to avoid deprecation warning
nmigen/docs/_code/up_counter.py:44: DeprecationWarning: instead of nmigen.back.pysim.*, use nmigen.sim.*
from nmigen.back.pysim import Simulator
|
2021-01-17 12:56:30 +00:00 |
|
whitequark
|
e46118dac0
|
docs/lang: use less confusing placeholder variable names.
Fixes #474.
|
2020-08-15 13:01:09 +00:00 |
|
Filipe Laíns
|
d714d78de1
|
docs: add install instructions for arch
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-14 00:28:24 +00:00 |
|
whitequark
|
175c8a596e
|
docs: use working sphinxcontrib-platformpicker.
|
2020-07-05 23:51:14 +00:00 |
|
whitequark
|
1fbd7f1d08
|
docs: use sphinxcontrib-platformpicker.
Fixes #416.
|
2020-07-05 23:39:47 +00:00 |
|
whitequark
|
f1153352c0
|
docs: link to community tutorials until we have an official one.
|
2020-07-04 02:09:35 +00:00 |
|
whitequark
|
f24f1b02e8
|
docs/lang: document constshifts.
|
2020-07-02 23:11:35 +00:00 |
|
whitequark
|
76b3ef4b13
|
docs/index: rename to "Language & toolchain".
|
2020-07-02 23:08:10 +00:00 |
|
whitequark
|
7fa4b348a9
|
docs/install: use pip/pip3 more consistently.
|
2020-07-01 08:58:36 +00:00 |
|
whitequark
|
6c0530cf4e
|
docs: clarify naming.
|
2020-07-01 08:53:52 +00:00 |
|
whitequark
|
76c7e70582
|
docs: add a crude approximation of intersphinx toctrees.
This is a pretty awful hack. We could do this properly after one of
the following issues is fixed:
* sphinx-doc/sphinx#701
* sphinx-doc/sphinx#1836
|
2020-07-01 08:03:57 +00:00 |
|
whitequark
|
f5670a9b71
|
docs/install: fix dead link.
|
2020-07-01 06:33:03 +00:00 |
|
whitequark
|
43da4e3f0a
|
docs/install: quote special chars to avoid issues with extended glob.
|
2020-07-01 06:32:15 +00:00 |
|
whitequark
|
f50303ca7c
|
docs/install: explain how to install non-editable snapshot from git.
|
2020-07-01 06:15:16 +00:00 |
|
whitequark
|
adbc947274
|
docs/install: use pip install --user on *nix.
|
2020-07-01 05:06:20 +00:00 |
|
whitequark
|
78c027fb36
|
docs/install: reduce repetition.
|
2020-07-01 04:11:51 +00:00 |
|
whitequark
|
20baea401b
|
docs: reword slightly.
|
2020-07-01 03:59:16 +00:00 |
|
whitequark
|
9f731d185d
|
docs: explain how to install GTKWave on Windows.
|
2020-07-01 03:47:02 +00:00 |
|
whitequark
|
c20266164d
|
docs: rewrite install instructions to be easier to understand.
|
2020-07-01 03:32:17 +00:00 |
|
whitequark
|
5048c5efc7
|
docs: fix syntax.
|
2020-06-30 22:29:43 +00:00 |
|
whitequark
|
9928b6067d
|
docs: explain that pip3 install -e should be run after pulling.
|
2020-06-30 22:26:54 +00:00 |
|
whitequark
|
399b8f9863
|
Add (heavily work in progress) documentation.
To render correctly, the docs require:
* pygments/pygments#1441
|
2020-06-30 22:21:16 +00:00 |
|