microsoft / semantic-link-labs

Early access to new features for Microsoft Fabric's Semantic Link.
MIT License
109 stars 20 forks source link

can't find refresh_semantic_model documentations #95

Closed muhssamy closed 2 weeks ago

muhssamy commented 2 weeks ago

Dears i am not able to see the documentation of this method refresh_semantic_model()

m-kovalsky commented 2 weeks ago

Thanks. I'm working to resolve this. For now you can use this. The same pattern applies for any function.

import sempy_labs as labs
labs.refresh_semantic_model?
gbrueckl commented 2 weeks ago

I think thats the same issue but some (most?) links on the release page for individual functions - e.g. refresh_semantic_model do not work

in general, I could not find any documentation on readthedocs.io for that function

m-kovalsky commented 2 weeks ago

I fixed it. There was an issue with the auto-documentation with the stable release. The links now point to the 'latest' release which is working properly. For versions after 0.7.0 it will be best to use the stable version of the docs.