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

Improved documentation #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions participants/scipy_013/doc/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Ok so I guess you are reading this cuz you wanna use my code. There are some
functions that do stuf and thats:
Better documentation. Here is one thing.

>>> from simple_functions import factorial
>>> factorial(10)
9

and this other part does something. I forget why that I did it:
Here is another thing.

>>> fibonnaccci(100)
[0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89]

If you can't use it, its kind of your problem, not mine!
I'm trying my best. I really am.