Add "See also" to README (#591)

* Add "See also" section

* Add date

* chore(docs): update TOC

* Add YouTube videos

* Add components.cloud

* verbose loggin

---------

Co-authored-by: basnijholt <basnijholt@users.noreply.github.com>
This commit is contained in:
Bas Nijholt 2023-05-12 11:36:24 -07:00 committed by GitHub
commit 29e54185e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 26 deletions

View file

@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10"]
core-version: ["2023.2.5", "2023.3.6", "2023.4.6", "dev"]
core-version: ["2023.2.5", "2023.3.6", "2023.4.6", "2023.5.2", "dev"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3
@ -54,6 +54,7 @@ jobs:
run: |
cd core
python3 -X dev -m pytest \
-vvv \
-qq \
--timeout=9 \
--durations=10 \