Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Doc: Add API Doc (#12) #23

Merged
merged 28 commits into from
Mar 5, 2024
Merged

Conversation

41ow1ives
Copy link
Collaborator

@41ow1ives 41ow1ives commented Mar 5, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

  • [V] The commit message follows dataverse guidelines link:
  • [V] Tests for the changes have been added (for bug fixes / features)
  • [V] Docs have been added / updated (for bug fixes / features)

What does this PR do?

  1. Changed folder name guideline -> examples
    : I know this is out of scope, aplogies.
  2. Edit precommits
    : edited formats, and add some ignores on flake8.
  3. Updated overall docstring in google style and added some descriptions.
  4. Unified accent.py into char.py
  5. Added some logics on registry.py to pass the document building process
  6. Initial commit for docs. (under docs/ folder)
  7. Also out of scope, but added detail info about what is ETL on main README.md

41ow1ives added 25 commits March 5, 2024 09:40
because without ignoring E203, makes conflict with black's policy.

ignore E501 (line too long error)

since line lengths are checked by black, it doesn't need to alert an error about it.

add W503

recent PEP8 recommends to break before binary operator
docs: modify docstring, add license, typo (#12)

docs: modify docstring, add license, typo (#12)

docs: modify docstring, add license, typo (#12)
This is for documentation - sphinx \n - Pass logic for already registered keys \n - add two attributes to etl_cls to help sphinx to find docstring of registered functions
@41ow1ives 41ow1ives requested a review from Parkchanjun March 5, 2024 13:17
@41ow1ives 41ow1ives merged commit 8cc6ce8 into UpstageAI:main Mar 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants