Bug in the docs
sobolevn opened this issue · 9 comments
sobolevn commented
>>> complex_math_expression = 50 / (_ ** 2) * 2
>>> print(complex_math_expression(5))
100.0
But:
>>> 50 / (5 ** 2) * 2
4.0
Not good :)
thepabloaguilar commented
Btw, we need to setup "Read the Docs" here! Could you do it?
sobolevn commented
It does not open for me for some reason
thepabloaguilar commented
Is it not opening the page to add lambdas
?
sobolevn commented
Yes, readthedocs.org is not openning :(
I think you can add this too, you just need some permissions. Please, tell me which ones and I will give them
thepabloaguilar commented
Sure! I just need the permission to manage webhooks within this repo!
sobolevn commented
I've sent you a new invite
sobolevn commented
Please, try again :)
thepabloaguilar commented
It didn't appeared for me 😞
thepabloaguilar commented
The good news is the documentation was build successfully (lambdas.readthedocs.io) BUT I had to trigger the build manually 'cause the webhook is not properly configured yet