justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.22k stars 96 forks source link

Improve tutorial with macros to e.g. allow to point to demo website #595

Closed WolfgangFahl closed 2 years ago

WolfgangFahl commented 2 years ago

see https://github.com/fralau/mkdocs_macros_plugin#Using-variables

WolfgangFahl commented 2 years ago

for testing:

# install mkdocs (just once)
scripts/mkdocs --install
# rebuild pages
mkdocs build 
# sever locally
mkdocs serve
# upload new version to http://justpy.io
scripts/mkdocs --release
WolfgangFahl commented 2 years ago

First example for this feature is at https://justpy.io/charts_tutorial/stock_charts/

WolfgangFahl commented 2 years ago

the actual pointers should imho be tracked with the still open #487