Skip to content

Merge the Docments Sprint!#3639

Merged
jph00 merged 306 commits into
fastai:masterfrom
fastaidocsprint:removed-typings
May 11, 2022
Merged

Merge the Docments Sprint!#3639
jph00 merged 306 commits into
fastai:masterfrom
fastaidocsprint:removed-typings

Conversation

@muellerzr

@muellerzr muellerzr commented May 10, 2022

Copy link
Copy Markdown
Contributor

Merging of the fastai docments sprint

What does this add?

This PR adds docments to an extremely large chunk of the library, and would not be possible without the help of over 20 community members.

It also updates the fastai notebooks to use the new nbdev annotations for tags

from future import __annotations__ was added to the top of every exported notebook as well in the first export cell.

Current issues

There are 114 cases where a tuple annotation is used for types such as: myVar:(type1, type2) and it needs to be replaced with a pipe, myVar:type1|type2. Until then, VSCode will complain (specifically PyLance)

@jph00 what ever you do, do not hit squash and merge so everyone else's commits stay in!

marii-moe and others added 30 commits February 19, 2022 21:04
Co-authored-by: Zachary Mueller <muellerzr@gmail.com>
…dev_build_docs --fname nbs/12_optimizer.ipynb`
This reverts commit d034976.
Co-authored-by: Benjamin Warner <me@benjaminwarner.dev>
@review-notebook-app

Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@muellerzr muellerzr changed the title [DO NOT MERGE] Merge the Docments Sprint! Merge the Docments Sprint! May 11, 2022
@muellerzr muellerzr marked this pull request as ready for review May 11, 2022 00:17
@muellerzr muellerzr requested a review from jph00 as a code owner May 11, 2022 00:17
@jph00 jph00 merged commit 5efad43 into fastai:master May 11, 2022
@jph00 jph00 deleted the removed-typings branch May 11, 2022 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.