Bug in the docs
>>> complex_math_expression = 50 / (_ ** 2) * 2
>>> print(complex_math_expression(5))
100.0
But:
>>> 50 / (5 ** 2) * 2
4.0
Not good :)
Btw, we need to setup "Read the Docs" here! Could you do it?
It does not open for me for some reason
Is it not opening the page to add lambdas?
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
Sure! I just need the permission to manage webhooks within this repo!
I've sent you a new invite
Please, try again :)
It didn't appeared for me 😞
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