diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2017-02-28 22:19:30 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-10 12:02:05 +0100 |
commit | 48cb17bc2a6fd8ee130e549f3b8d13bf20dedcef (patch) | |
tree | 59ed515303a32db26203d375b7c56f0b1f2c1a28 /doc/changelog/Meta.rst | |
parent | e3047c70d11bcbe9998518733c2fcb61cb729ab5 (diff) | |
download | ghdl-48cb17bc2a6fd8ee130e549f3b8d13bf20dedcef.tar.gz ghdl-48cb17bc2a6fd8ee130e549f3b8d13bf20dedcef.tar.bz2 ghdl-48cb17bc2a6fd8ee130e549f3b8d13bf20dedcef.zip |
Describe commands as options. Fix internal refs to options. Apply
suggestions about ch 2. Add options given by the executable but not
documented earlier.
Diffstat (limited to 'doc/changelog/Meta.rst')
-rw-r--r-- | doc/changelog/Meta.rst | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/changelog/Meta.rst b/doc/changelog/Meta.rst index 4b86d7d32..b14927205 100644 --- a/doc/changelog/Meta.rst +++ b/doc/changelog/Meta.rst @@ -5,7 +5,7 @@ Meta * Python snippet for Sphinx's `conf.py` to extract the current version number from Git (latest tag name). - * :ghdlsharp:`200` + * :ghdlsharp:`200`, :ghdlsharp:`221` * Reference :samp:`genindex.html` from the navigation bar. @@ -15,4 +15,17 @@ Meta * :ghdlsharp:`200` +* Intersphinx files + + * :ghdlsharp:`200` + * To decompress the inventory file: `curl -s http://ghdl.readthedocs.io/en/latest/objects.inv | tail -n+5 | openssl zlib -d`. From `how-to-uncompress-zlib-data-in-unix <http://unix.stackexchange.com/questions/22834/how-to-uncompress-zlib-data-in-unix>`_. + * External ref and link to section:: + + :ref:`GHDL Roadmap <ghdl:CHANGE:Roadmap>` + + * External ref to option (no link):: + + :ghdl:option:`--ieee` + :option:`ghdl:--ieee` + * Ubuntu uses `dash` instead of `bash` when a shell script is run. As a result, some functionalities, such as arrays like :samp:`array[1]`, are not supported. Therefore, build scripts in `dist/linux` should not use those functionalities unless they are sourced in a `bash` shell. That is, :file:`tavis-ci.sh` uses arrays, since it is sourced in the Travis CI machine. But :file:`docker-buildtest.sh` and :file:`buildtest.sh` do not use any. The same applies to the scripts in `testsuite`.
\ No newline at end of file |