diff --git a/.github/configs/mlc_config.json b/.github/configs/mlc_config.json index 3944d41..921372c 100644 --- a/.github/configs/mlc_config.json +++ b/.github/configs/mlc_config.json @@ -11,6 +11,9 @@ }, { "pattern": "^https://nbviewer.org/github/pcornier/1pCPU/blob/master/pCPU.ipynb$" + }, + { + "pattern":"^https://stackoverflow.com" } ] } diff --git a/docs/_get-started/01-overview.md b/docs/_get-started/01-overview.md index 0ffccdd..7b84a1f 100644 --- a/docs/_get-started/01-overview.md +++ b/docs/_get-started/01-overview.md @@ -50,8 +50,7 @@ Dart has an excellent package manager called "pub" (). It is p ### The Challenge of Justifying Trying a New Language -[This StackOverflow answer](https://stackoverflow.com/questions/53007782/what-benefits-does-chisel-offer-over-classic-hardware-description-languages) about why it's worth trying Chisel (an alternative to ROHD) contains valuable insight into why it is difficult in general to justify a new language to someone who hasn't used it before: - +[This StackOverflow answer](https://stackoverflow.com/questions/53007782/what-benefits-does-chisel-offer-over-classic-hardware-description-languages) about why it's worth trying Chisel (an alternative to ROHD) contains valuable insight into why it is difficult in general to justify a new language to someone who hasn't used it before: > Language *power* is notoriously difficult to objectively evaluate. Paul Graham describes this as the "Blub Paradox" in his ["Beating the Averages" essay](http://www.paulgraham.com/avg.html). Graham's thesis is that an engineer proficient in a less powerful language cannot evaluate the utility of a more powerful language. diff --git a/docs/_get-started/02-installation.md b/docs/_get-started/02-installation.md index 1780499..f8e2ba7 100644 --- a/docs/_get-started/02-installation.md +++ b/docs/_get-started/02-installation.md @@ -22,11 +22,7 @@ import 'package:rohd/rohd.dart'; There are complete API docs available at . -If you need some help, you can join the [Discord server](https://discord.com/invite/jubxF84yGw) or visit our [Discussions](https://github.com/intel/rohd/ - -discussions) page. These are friendly places where you can ask questions, share ideas, or just discuss openly! You could also head to [StackOverflow.com](https:// - -stackoverflow.com/) (use the tag `rohd`) to ask questions or look for answers. +If you need some help, you can join the [Discord server](https://discord.com/invite/jubxF84yGw) or visit our [Discussions](https://github.com/intel/rohd/discussions) page. These are friendly places where you can ask questions, share ideas, or just discuss openly! You could also head to [StackOverflow.com](https://stackoverflow.com/) (use the tag `rohd`) to ask questions or look for answers. You also may be interested to join the [ROHD Forum](https://intel.github.io/rohd-website/forum/rohd-forum/) periodic meetings with other users and developers in the ROHD community. The meetings are open to anyone interested!