Move hints to FAQ and link to documentation

This commit is contained in:
mrg 2022-10-14 16:38:10 -07:00
parent fb66e37ac0
commit 74a1e21485
3 changed files with 6 additions and 5 deletions

View File

@ -194,12 +194,10 @@ You can view the .out file to see what the output of a test is in either case.
# Further Help # Further Help
+ [Additional hints](./HINTS.md)
+ [Documentation][documentation] + [Documentation][documentation]
+ [OpenRAM Slack Workspace][Slack] + [OpenRAM Slack Workspace][Slack]
+ [OpenRAM Users Group][user-group] ([subscribe here][user-group-subscribe]) + [OpenRAM Users Group][user-group] ([subscribe here][user-group-subscribe])
+ [OpenRAM Developers Group][dev-group] ([subscribe here][dev-group-subscribe]) + [OpenRAM Developers Group][dev-group] ([subscribe here][dev-group-subscribe])
+ <a rel="me" href="https://fosstodon.org/@mrg">@mrg@fostodon.org</a>
# License # License
@ -225,7 +223,7 @@ If I forgot to add you, please let me know!
[Github pull request]: https://github.com/VLSIDA/OpenRAM/pulls [Github pull request]: https://github.com/VLSIDA/OpenRAM/pulls
[Github project]: https://github.com/VLSIDA/OpenRAM [Github project]: https://github.com/VLSIDA/OpenRAM
[documentation]: https://docs.google.com/presentation/d/10InGB33N51I6oBHnqpU7_w9DXlx-qe9zdrlco2Yc5co/edit?usp=sharing [documentation]: documentation/docs/source/index.md
[dev-group]: mailto:openram-dev-group@ucsc.edu [dev-group]: mailto:openram-dev-group@ucsc.edu
[user-group]: mailto:openram-user-group@ucsc.edu [user-group]: mailto:openram-user-group@ucsc.edu
[dev-group-subscribe]: mailto:openram-dev-group+subscribe@ucsc.edu [dev-group-subscribe]: mailto:openram-dev-group+subscribe@ucsc.edu

View File

@ -1,3 +1,5 @@
### [Go Back](./index.md#directory)
# Debugging # Debugging
When OpenRAM runs, it puts files in a temporary directory that is When OpenRAM runs, it puts files in a temporary directory that is

View File

@ -24,6 +24,7 @@ These pages provide the documentation of OpenRAM. You can use the links below to
16. [Routing](./routing.md#go-back) 16. [Routing](./routing.md#go-back)
17. [Characterization](./characterization.md#go-back) 17. [Characterization](./characterization.md#go-back)
18. [Results](./results.md#go-back) 18. [Results](./results.md#go-back)
19. [FAQ](./FAQ.md#go-back)