Mention example code at top of documentation docs.

Details:
- Steer the reader towards the example code section of each
  documentation doc (object and typed).
- Trivial update to examples/oapi/README, examples/tapi/README.
This commit is contained in:
Field G. Van Zee
2020-08-06 17:28:14 -05:00
parent f4894512e5
commit 882dcb11bf
4 changed files with 11 additions and 6 deletions

View File

@@ -22,8 +22,8 @@ or by setting the same variable as part of the make command:
make BLIS_INSTALL_PATH=/usr/local
Once the executable files have been built, we recommend reading the code in
one terminal window alongside the executable output in another. This will
help you see the effects of each section of code.
one terminal window alongside the executable output in another terminal.
This will help you see the effects of each section of code.
This tutorial is not exhaustive or complete; many typed API functions
were omitted (mostly for brevity's sake) and thus more examples could be