From 7edba2d10f980016462f917c6d21d64585ddfd6b Mon Sep 17 00:00:00 2001
From: Adam Izraelevitz
Date: Fri, 21 Aug 2020 12:02:26 -0700
Subject: Added website docs and mdoc. (#1560)
* Added website docs and mdoc. Removed all warnings
* Updated README and added build to circle ci
* Added how to build documentation, deprecated wiki
* Fix copypasta
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>---
doc/images/Makefile | 12 -
doc/images/chisel_logo.png | Bin 33246 -> 0 bytes
doc/images/chisel_logo.svg | 12593 ----------------------------------------
doc/images/fir_filter.svg | 126 -
doc/images/type_hierarchy.dot | 52 -
doc/images/type_hierarchy.png | Bin 34477 -> 0 bytes
doc/images/type_hierarchy.svg | 261 -
doc/images/vec-forall.svg | 330 --
8 files changed, 13374 deletions(-)
delete mode 100644 doc/images/Makefile
delete mode 100644 doc/images/chisel_logo.png
delete mode 100644 doc/images/chisel_logo.svg
delete mode 100644 doc/images/fir_filter.svg
delete mode 100644 doc/images/type_hierarchy.dot
delete mode 100644 doc/images/type_hierarchy.png
delete mode 100644 doc/images/type_hierarchy.svg
delete mode 100644 doc/images/vec-forall.svg
(limited to 'doc/images')
diff --git a/doc/images/Makefile b/doc/images/Makefile
deleted file mode 100644
index 20a41d1f..00000000
--- a/doc/images/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-.PHONY: all
-
-sources = \
- type_hierarchy.dot
-
-all: $(sources:%.dot=%.svg) $(sources:%.dot=%.png)
-
-%.svg: %.dot
- dot -Tsvg $< -o $@
-
-%.png: %.dot
- dot -Tpng $< -o $@
diff --git a/doc/images/chisel_logo.png b/doc/images/chisel_logo.png
deleted file mode 100644
index df7d0001..00000000
Binary files a/doc/images/chisel_logo.png and /dev/null differ
diff --git a/doc/images/chisel_logo.svg b/doc/images/chisel_logo.svg
deleted file mode 100644
index a6b1e273..00000000
--- a/doc/images/chisel_logo.svg
+++ /dev/null
@@ -1,12593 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/doc/images/fir_filter.svg b/doc/images/fir_filter.svg
deleted file mode 100644
index c2627b88..00000000
--- a/doc/images/fir_filter.svg
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
\ No newline at end of file
diff --git a/doc/images/type_hierarchy.dot b/doc/images/type_hierarchy.dot
deleted file mode 100644
index d3bf6eb4..00000000
--- a/doc/images/type_hierarchy.dot
+++ /dev/null
@@ -1,52 +0,0 @@
-digraph TypeHierarchy {
- graph [rankdir=BT bgcolor="transparent"]
- { node [style=filled,shape=box]
- { node [fillcolor="#f7fbff"]
- Data
- Element
- Bits Num
- Aggregate
- VecLike
- "Chisel Internal"
- }
- { node [fillcolor="#e5f5e0"]
- Bool UInt SInt FixedPoint
- Reset
- AsyncReset
- Record
- Bundle
- Vec
- "Chisel Types"
- }
- { node [fillcolor="#fcbba1"]
- "User Types"
- Ellipsis [label="..."]
- }
-
- subgraph cluster_data_hierarchy {
- color=transparent
- Element
- Bits Num
- Reset
- Bool UInt SInt FixedPoint
- color=transparent
- Aggregate
- VecLike
- Record
- Bundle
- Vec
-
- {Aggregate Element} -> Data
- {Bits Reset} -> Element
- {FixedPoint SInt UInt} -> {Bits Num}
- Bool -> {UInt Reset}
- Ellipsis -> Bundle -> Record -> Aggregate
- Vec -> {Aggregate VecLike}
- AsyncReset -> {Element Reset}
- }
- subgraph cluster_legend {
- label=Legend
- "User Types" -> "Chisel Types" -> "Chisel Internal"
- }
- }
-}
diff --git a/doc/images/type_hierarchy.png b/doc/images/type_hierarchy.png
deleted file mode 100644
index f3947975..00000000
Binary files a/doc/images/type_hierarchy.png and /dev/null differ
diff --git a/doc/images/type_hierarchy.svg b/doc/images/type_hierarchy.svg
deleted file mode 100644
index c120daba..00000000
--- a/doc/images/type_hierarchy.svg
+++ /dev/null
@@ -1,261 +0,0 @@
-
-
-
-
-
diff --git a/doc/images/vec-forall.svg b/doc/images/vec-forall.svg
deleted file mode 100644
index 24c6a267..00000000
--- a/doc/images/vec-forall.svg
+++ /dev/null
@@ -1,330 +0,0 @@
-
-
-
-
--
cgit v1.2.3