diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-05-08 11:13:43 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2020-05-08 17:40:30 +0200 |
commit | 203564db51bb4db5b9009f122ac4823d6c499e9c (patch) | |
tree | 7fb8be80a6c238fb7aabca2661cb71695cf7271d /doc | |
parent | 76188151377b4c2edaa9e2aca3a24deaf50eba3a (diff) | |
download | ghdl-203564db51bb4db5b9009f122ac4823d6c499e9c.tar.gz ghdl-203564db51bb4db5b9009f122ac4823d6c499e9c.tar.bz2 ghdl-203564db51bb4db5b9009f122ac4823d6c499e9c.zip |
doc: move Documentation roadmap to the github wiki
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/Documentation.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/development/Documentation.rst b/doc/development/Documentation.rst deleted file mode 100644 index 364986542..000000000 --- a/doc/development/Documentation.rst +++ /dev/null @@ -1,14 +0,0 @@ -.. _DEV:Documentation: - -Documentation -############# - -* Using/Synthesis: formal verification, etc. -* Development/libghdl. How to interact with GHDL through ``libghdl`` and/or ``libghdl-py``. -* Development/Related Projects. Brief discussion about similarities/differences with other open source projects such as rust_hdl or pyVHDLParser. -* Usage/Docker. Probably copy/convert :file:`README.md` and :file:`USE_CASES.md` in ghdl/docker :ghdlsharp:`166`. -* Usage/Language Server. -* Usage/Examples/Coverage. Code coverage in GHDL is a side effect of using GCC as a backend. In the future, GCC backend support might be dropped in favour of mcode and LLVM. To do so, code coverage with LLVM should be supported first. Anyway, comments/bits of info should be gathered somewhere in the docs, along with references to gcov, lcov, etc. -* Usage/Examples/UART. Dossmatik's UART and unisim guides. We have ``*.doc`` sources to be converted to Sphinx. -* Usage/Examples/Free Range VHDL. https://github.com/fabriziotappero/Free-Range-VHDL-book -* It is possible to add waveforms with wavedrom, since there is a sphinx extension available. |