aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-02-19 18:49:32 +0100
committertgingold <tgingold@users.noreply.github.com>2017-12-10 12:02:05 +0100
commitbb37f17aef2e69655c61510c4896dd8cb303c993 (patch)
treec9d4b97c8d7197f40e8f5909beea2b4b5fa459f2
parent87a5d4a2ea5172b4ba485d208092ecb88dce75cb (diff)
downloadghdl-bb37f17aef2e69655c61510c4896dd8cb303c993.tar.gz
ghdl-bb37f17aef2e69655c61510c4896dd8cb303c993.tar.bz2
ghdl-bb37f17aef2e69655c61510c4896dd8cb303c993.zip
Move split ols txts to doc/oldmds. Add shields to README. Change target of license shield on RTD.
-rw-r--r--README.md14
-rw-r--r--doc/building/index.rst10
-rw-r--r--doc/index.rst8
-rw-r--r--doc/oldmds/BUILD.txt (renamed from BUILD.txt)0
-rw-r--r--doc/oldmds/STYLE (renamed from STYLE)0
-rw-r--r--doc/oldmds/gcc/ANNOUNCE (renamed from dist/gcc/ANNOUNCE)0
-rw-r--r--doc/oldmds/gcc/INSTALL (renamed from dist/gcc/INSTALL)0
-rw-r--r--doc/oldmds/gcc/README (renamed from dist/gcc/README)0
-rw-r--r--doc/oldmds/mcode-README (renamed from dist/windows/mcode/README)0
-rw-r--r--doc/references/CondigStyle.rst6
10 files changed, 28 insertions, 10 deletions
diff --git a/README.md b/README.md
index 38d491467..6446e8e98 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,17 @@
# GHDL
-[![Join the chat at https://gitter.im/ghdl1/Lobby](https://badges.gitter.im/ghdl1/Lobby.svg)](https://gitter.im/ghdl1/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-
+[![Join the chat at https://gitter.im/ghdl1/Lobby](https://badges.gitter.im/ghdl1/Lobby.svg)](https://gitter.im/ghdl1/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+
+Build status:
+ - [![Linux containers at Travis-CI](https://travis-ci.org/tgingold/ghdl.svg?branch=master)](https://travis-ci.org/tgingold/ghdl)
+ - [![Windows VMs at AppVeyor](https://ci.appveyor.com/api/projects/status/r5dtv6amsppigpsp/branch/release?svg=true)](https://ci.appveyor.com/project/Paebbels/poc/branch/release)
+Distribution:
+ - ![Latest tag](https://img.shields.io/github/tag/tgingold/ghdl.svg?style=flat)
+ - [![Latest release](https://img.shields.io/github/release/tgingold/ghdl.svg?style=flat)](https://github.com/tgingold/ghdl/releases)
+ - ![GNU General Public License 2](https://img.shields.io/github/license/tgingold/ghdl.svg?style=flat)
+
+---
+
This directory contains the sources of GHDL, the VHDL simulator.
GHDL is not an interpreter: it generates machine code from your design,
diff --git a/doc/building/index.rst b/doc/building/index.rst
index 05fecf530..ea35d19c0 100644
--- a/doc/building/index.rst
+++ b/doc/building/index.rst
@@ -5,7 +5,7 @@ Building GHDL
.. TODO::
- - `./BUILD.txt <https://github.com/tgingold/ghdl/blob/master/BUILD.txt>`_
+ - `./doc/oldmds/BUILD.txt <https://github.com/tgingold/ghdl/blob/master/doc/oldmds/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-
@@ -13,8 +13,8 @@ Building GHDL
GCC backend
=================
-- ./dist/gcc/INSTALL
-- ./gcc/README
+- `./doc/oldmds/gcc/INSTALL <https://github.com/tgingold/ghdl/blob/master/doc/oldmds/gcc/INSTALL>`_
+- `./doc/oldmds/gcc/README <https://github.com/tgingold/ghdl/blob/master/doc/oldmds/gcc/README>`_
- Linux
LLVM backend
@@ -27,7 +27,7 @@ LLVM backend
Mcode backend
=================
-- ./dist/mcode/README
+- `./doc/oldmds/mcode/README <https://github.com/tgingold/ghdl/blob/master/doc/oldmds/windows/mcode/README>`_
- Linux
- Windows GNAT GPL (32 only)
- Windows MinGW 32/64
@@ -35,8 +35,6 @@ Mcode backend
Test suites
=================
-----------------
-
.. TODO::
@1138 explain that there are two (maybe three with vhdl08 tests) \ No newline at end of file
diff --git a/doc/index.rst b/doc/index.rst
index 209bd5b29..ea328da82 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -13,7 +13,10 @@ LRM) is a plus.
:scale: 60
:target: https://www.github.com/tgingold/ghdl
:alt: Source Code on GitHub
- .. image:: https://travis-ci.org/tgingold/ghdl.svg?branch=release
+ .. image:: https://badges.gitter.im/ghdl/ghdl1.svg
+ :target: https://gitter.im/ghdl/ghdl1
+ :alt: Join
+ .. image:: https://travis-ci.org/tgingold/ghdl.svg?branch=master
:target: https://travis-ci.org/tgingold/ghdl
:alt: Build status by Travis-CI
.. image:: https://ci.appveyor.com/api/projects/status/r5dtv6amsppigpsp/branch/release?svg=true
@@ -33,7 +36,7 @@ LRM) is a plus.
:target: https://github.com/tgingold/ghdl/releases
:alt: Latest release
.. image:: https://img.shields.io/github/license/tgingold/ghdl.svg?style=flat
- :target: License.html
+ :target: intro/Copyrights.html
:alt: GNU General Public License 2
.. raw:: html
@@ -114,6 +117,7 @@ sanctus est Lorem ipsum dolor sit amet
:hidden:
4_References/CommandReference
+ 4_References/CodingStyle
4_References/ImplementationOfVHDL
4_References/ImplementationOfVITAL
diff --git a/BUILD.txt b/doc/oldmds/BUILD.txt
index 27029b757..27029b757 100644
--- a/BUILD.txt
+++ b/doc/oldmds/BUILD.txt
diff --git a/STYLE b/doc/oldmds/STYLE
index c7acb2756..c7acb2756 100644
--- a/STYLE
+++ b/doc/oldmds/STYLE
diff --git a/dist/gcc/ANNOUNCE b/doc/oldmds/gcc/ANNOUNCE
index 7b1060e20..7b1060e20 100644
--- a/dist/gcc/ANNOUNCE
+++ b/doc/oldmds/gcc/ANNOUNCE
diff --git a/dist/gcc/INSTALL b/doc/oldmds/gcc/INSTALL
index b341317b5..b341317b5 100644
--- a/dist/gcc/INSTALL
+++ b/doc/oldmds/gcc/INSTALL
diff --git a/dist/gcc/README b/doc/oldmds/gcc/README
index c58e0f923..c58e0f923 100644
--- a/dist/gcc/README
+++ b/doc/oldmds/gcc/README
diff --git a/dist/windows/mcode/README b/doc/oldmds/mcode-README
index 1e591b0b5..1e591b0b5 100644
--- a/dist/windows/mcode/README
+++ b/doc/oldmds/mcode-README
diff --git a/doc/references/CondigStyle.rst b/doc/references/CondigStyle.rst
new file mode 100644
index 000000000..51e236ee8
--- /dev/null
+++ b/doc/references/CondigStyle.rst
@@ -0,0 +1,6 @@
+.. _REF:Style:
+
+Coding style
+#################
+
+- `./doc/oldmds/gcc/STYLE <https://github.com/tgingold/ghdl/blob/master/doc/oldmds/STYLE>`_ \ No newline at end of file