aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/index.rst5
-rw-r--r--doc/intro/Contributing.rst6
-rw-r--r--doc/intro/WhatIsVHDL.rst4
3 files changed, 8 insertions, 7 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 018e96711..209bd5b29 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -125,6 +125,7 @@ sanctus est Lorem ipsum dolor sit amet
:caption: Appendix
:hidden:
- X_ChangeLog/Roadmap
- X_ChangeLog/index
+ appendix/Roadmap
+ appendix/Changelog
+ appendix/Meta
genindex
diff --git a/doc/intro/Contributing.rst b/doc/intro/Contributing.rst
index e76f83628..3c9b50862 100644
--- a/doc/intro/Contributing.rst
+++ b/doc/intro/Contributing.rst
@@ -65,11 +65,11 @@ you have not understood some parts of this manual, please tell me.
English is not my mother tongue, so this manual may not be well-written.
Again, rewriting part of it is a good way to improve it.
-.. TODO:: topic
+.. TODO::
- Reporting bugs
- [1138: Issues, search first]
- Minimum-(non)-Working-Example (MWE)
- Pull Requests (PRs)
- - [1138: check chapter 2 -> building -> GHDL -> directory structure]
- - [1138: beware that some commit messages can `automatically close <https://help.github.com/articles/closing-issues-via-commit-messages/>`_ PRs] \ No newline at end of file
+ - Check Building -> GHDL -> Directory Structure]
+ - Beware that some commit messages can `automatically close <https://help.github.com/articles/closing-issues-via-commit-messages/>`_ PRs] \ No newline at end of file
diff --git a/doc/intro/WhatIsVHDL.rst b/doc/intro/WhatIsVHDL.rst
index 852168f78..4d40e0c59 100644
--- a/doc/intro/WhatIsVHDL.rst
+++ b/doc/intro/WhatIsVHDL.rst
@@ -28,6 +28,6 @@ Like a program written in another hardware description language, a `VHDL`
program can be transformed with a :dfn:`synthesis tool` into a netlist, that is,
a detailed gate-level implementation.
-.. TODO:: topic
+.. TODO::
- @1138 very very briefly explain that there are four major verions: 87, 93, 02 and 08 \ No newline at end of file
+ very very briefly explain that there are four major verions: 87, 93, 02 and 08 \ No newline at end of file