Further work on documentation, now have doc/index.rst and separate doc/*.rst file...
authorNick Downing <nick.downing@lifx.co>
Sun, 16 Feb 2020 07:26:11 +0000 (18:26 +1100)
committerNick Downing <nick.downing@lifx.co>
Sun, 16 Feb 2020 07:26:11 +0000 (18:26 +1100)
commit5a8b2fc9200723edf651185ead841db5d5dbd349
tree97c6706c59027d143c8a2e0ff0b871aa51ee8040
parent0f44bf6592bacb0130177b7a79a0f2e3d88e09df
Further work on documentation, now have doc/index.rst and separate doc/*.rst file for each ndcode/piyacc/*.py file (extra design documentation goes in here)
16 files changed:
Makefile [new file with mode: 0644]
doc/Makefile
doc/_static/classic.css [new file with mode: 0644]
doc/bisect_set.rst [new file with mode: 0644]
doc/bison_lr1dfa.rst [new file with mode: 0644]
doc/cli.rst [new file with mode: 0644]
doc/element.rst [new file with mode: 0644]
doc/index.rst
doc/lr1.rst [new file with mode: 0644]
element.py [new file with mode: 0644]
ndcode/Makefile [new file with mode: 0644]
ndcode/piyacc/Makefile
ndcode/piyacc/bisect_set.py
ndcode/piyacc/bison_lr1dfa.py
ndcode/piyacc/cli.py
ndcode/piyacc/lr1dfa.py