diff options
-rw-r--r-- | doc/building/VendorPrimitives.rst | 19 | ||||
-rw-r--r-- | doc/building/index.rst | 12 | ||||
-rw-r--r-- | doc/changelog/Roadmap.rst | 4 | ||||
-rw-r--r-- | doc/changelog/index.rst | 4 | ||||
-rw-r--r-- | doc/getting/Releases.rst | 7 | ||||
-rw-r--r-- | doc/intro/Copyrights.rst | 10 |
6 files changed, 30 insertions, 26 deletions
diff --git a/doc/building/VendorPrimitives.rst b/doc/building/VendorPrimitives.rst index 1a35838fa..b608c0825 100644 --- a/doc/building/VendorPrimitives.rst +++ b/doc/building/VendorPrimitives.rst @@ -317,12 +317,13 @@ Last update: 28.10.2016 ------------------------ -.. TODO:: topic - - - Vendor Primitives - - Alters / Intel - - Lattice - - OSVVM - - UVVM - - Xilinx ISE - - Xilinx Vivado +.. TODO:: + + - Convert Markdown to RST + - Vendor Primitives + - Alters / Intel + - Lattice + - OSVVM + - UVVM + - Xilinx ISE + - Xilinx Vivado diff --git a/doc/building/index.rst b/doc/building/index.rst index 40162acb7..05fecf530 100644 --- a/doc/building/index.rst +++ b/doc/building/index.rst @@ -3,12 +3,12 @@ Building GHDL ############# -.. TODO:: topic +.. TODO:: - `./BUILD.txt <https://github.com/tgingold/ghdl/blob/master/BUILD.txt>`_ - Directory structure of the main branch [1138: #279] - Coverage, `gcov`, is unique to gcc. That specific difference is not explained anywhere. Should be added. - @1138 Backtraces optional -patchable- + - `./BUILD.txt <https://github.com/tgingold/ghdl/blob/master/BUILD.txt>`_ + - Directory structure of the main branch [1138: #279] + - Coverage, `gcov`, is unique to gcc. That specific difference is not explained anywhere. Should be added. + - @1138 Backtraces optional -patchable- GCC backend ================= @@ -37,6 +37,6 @@ Test suites ---------------- -.. TODO:: topic +.. TODO:: @1138 explain that there are two (maybe three with vhdl08 tests)
\ No newline at end of file diff --git a/doc/changelog/Roadmap.rst b/doc/changelog/Roadmap.rst index 3577bc704..949286ccc 100644 --- a/doc/changelog/Roadmap.rst +++ b/doc/changelog/Roadmap.rst @@ -11,4 +11,6 @@ I have several axes for `GHDL` improvements: * Optimization (simulation speed). * Graphical tools (to see waves and to debug) * Style checks -* VITAL acceleration
\ No newline at end of file +* VITAL acceleration + +.. todolist::
\ No newline at end of file diff --git a/doc/changelog/index.rst b/doc/changelog/index.rst index 406641fc2..d33dc0cfa 100644 --- a/doc/changelog/index.rst +++ b/doc/changelog/index.rst @@ -25,6 +25,6 @@ Change Log ------------------------ -.. TODO:: topic +.. TODO:: - `./NEWS <https://github.com/tgingold/ghdl/blob/master/NEWS>`_ + - `./NEWS <https://github.com/tgingold/ghdl/blob/master/NEWS>`_ diff --git a/doc/getting/Releases.rst b/doc/getting/Releases.rst index 7a15a4d24..60b44591b 100644 --- a/doc/getting/Releases.rst +++ b/doc/getting/Releases.rst @@ -3,6 +3,9 @@ Releases ######## -.. TODO:: topic +.. TODO:: - naming, stable, development, nightly
\ No newline at end of file + - Naming: + - branch ghdl-X.Y + - tag vX.Y + - stable, development, nightly
\ No newline at end of file diff --git a/doc/intro/Copyrights.rst b/doc/intro/Copyrights.rst index a2f15f177..3db6050c6 100644 --- a/doc/intro/Copyrights.rst +++ b/doc/intro/Copyrights.rst @@ -44,10 +44,8 @@ sources. To my mind, this is not a real restriction, since there is no points in distributing VHDL executable. Please, send a comment (:ref:`Reporting_bugs`) if you don't like this policy. -.. TODO:: topic +.. TODO:: - https://www.gnu.org/licenses/old-licenses/gpl-2.0.html - - Available in the following formats: plain text, Texinfo, LaTeX, standalone HTML, Docbook, Markdown, ODF, RT - - See `#280 <https://github.com/tgingold/ghdl/issues/280#issuecomment-279595802>`_
\ No newline at end of file + - https://www.gnu.org/licenses/old-licenses/gpl-2.0.html + - Available in the following formats: plain text, Texinfo, LaTeX, standalone HTML, Docbook, Markdown, ODF, RT + - See `#280 <https://github.com/tgingold/ghdl/issues/280#issuecomment-279595802>`_
\ No newline at end of file |