Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in the docs #176

Open
sobolevn opened this issue Sep 14, 2023 · 9 comments
Open

Bug in the docs #176

sobolevn opened this issue Sep 14, 2023 · 9 comments

Comments

@sobolevn
Copy link
Member

>>> complex_math_expression = 50 / (_ ** 2) * 2
>>> print(complex_math_expression(5))
100.0

But:

>>> 50 / (5 ** 2) * 2
4.0

Not good :)

@thepabloaguilar
Copy link
Member

Btw, we need to setup "Read the Docs" here! Could you do it?

@sobolevn
Copy link
Member Author

It does not open for me for some reason

@thepabloaguilar
Copy link
Member

Is it not opening the page to add lambdas?

@sobolevn
Copy link
Member Author

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
Copy link
Member

Sure! I just need the permission to manage webhooks within this repo!

@sobolevn
Copy link
Member Author

I've sent you a new invite

@sobolevn
Copy link
Member Author

Please, try again :)

@thepabloaguilar
Copy link
Member

It didn't appeared for me 😞

@thepabloaguilar
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants