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

Update README, add Git-Friendly Jupyter, set up files to ignore, and format the Python codes. #2

Merged
merged 6 commits into from
Mar 1, 2025

Conversation

ruddyscent
Copy link
Contributor

Description

This PR introduces several improvements to enhance the repository's documentation, version control setup, code formatting, and Jupyter Notebook management. Key updates include:

Summary of Changes

📖 Updated README

  • Expanded course description based on Udacity’s curriculum.
  • Clarified repository structure and how to navigate exercises.
  • Improved setup instructions for better onboarding.

🔧 Applied Git-Friendly Jupyter for Better Notebook Version Control

  • Integrated nbdev hooks (nbdev_clean, nbdev_export) in .pre-commit-config.yaml to:
    • Remove unnecessary metadata and output cells before committing.
    • Export .py files for better version control.
  • Added .gitattributes to manage .ipynb merge conflicts more efficiently.

📂 Refined .gitignore

  • Added rules to ignore Jupyter checkpoints (.ipynb_checkpoints/) and macOS system files (.DS_Store).
  • Ensured .nbdev and generated files are not tracked.

📑 Notebook Formatting Improvements

  • Standardized indentation and print statement formatting for consistency.
  • Minor adjustments to dictionary key access format (['generated_text']["generated_text"]).
  • Cleaned up redundant comments.

- Deleted all .DS_Store files to clean up unnecessary macOS system files.
- Added a comprehensive .gitignore file to prevent .DS_Store and other unwanted files from being tracked in the future.
- Renamed `LICENSE.md` to `LICENSE` to follow common naming conventions.
- Ensures consistency with standard license file naming practices.
- Replaced the placeholder README content with a detailed course overview.
- Added a structured table of contents for easier navigation.
- Included descriptions of Transformer Neural Networks and PyTorch implementations from Udacity’s course.
- Updated repository structure and contribution guidelines.
- Added `.pre-commit-config.yaml` with `nbdev_clean` hook to clean Jupyter Notebooks.
- Installed `nbdev` Git hooks to manage notebook merges.
- Added `.gitattributes` to handle `.ipynb` merge conflicts using `nbdev-merge`.
- Updated `.gitconfig` to include `nbdev_fix` for resolving merge conflicts.
- Updated the copyright year in LICENSE from 2012-2020 to 2012-2025.
@SudKul SudKul merged commit e5b47b1 into udacity:main Mar 1, 2025
1 check failed
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.

2 participants