-
Notifications
You must be signed in to change notification settings - Fork 155
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
1.0 advanced usage documentation #182
Milestone
Comments
Closed
masklinn
added a commit
to masklinn/uap-python
that referenced
this issue
Mar 16, 2024
Merged
masklinn
added a commit
to masklinn/uap-python
that referenced
this issue
Mar 24, 2024
masklinn
added a commit
to masklinn/uap-python
that referenced
this issue
Mar 25, 2024
masklinn
added a commit
to masklinn/uap-python
that referenced
this issue
Mar 26, 2024
masklinn
added a commit
to masklinn/uap-python
that referenced
this issue
Mar 26, 2024
Trimmed the readme, and added a bit on re2. Had to update a ton of docstrings to have a decent API doc. Also removed a bunch of leftover references to parsers, and removed the completely useless `Parse` bit from `ParseResult`, `PartialParseResult`, and `DefaultedParseResult`, which further contributed to the churn and every file in the project being touched, as it required editing files without docstrings. Fixes ua-parser#182
masklinn
added a commit
to masklinn/uap-python
that referenced
this issue
Mar 26, 2024
Trimmed the readme, and added a bit on re2. Had to update a ton of docstrings to have a decent API doc. Also removed a bunch of leftover references to parsers, and removed the completely useless `Parse` bit from `ParseResult`, `PartialParseResult`, and `DefaultedParseResult`, which further contributed to the churn and every file in the project being touched, as it required editing files without docstrings. Fixes ua-parser#182
masklinn
added a commit
that referenced
this issue
Mar 26, 2024
Trimmed the readme, and added a bit on re2. Had to update a ton of docstrings to have a decent API doc. Also removed a bunch of leftover references to parsers, and removed the completely useless `Parse` bit from `ParseResult`, `PartialParseResult`, and `DefaultedParseResult`, which further contributed to the churn and every file in the project being touched, as it required editing files without docstrings. Fixes #182
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if the loaders stuff belongs here or in the base guide, in 0.x custom yaml data sets is an "advanced feature" because you need to start your software with the right envvars. Here it's just loading stuff from a json or yaml file (or even some other format as long as the schema is correct once deserialized).
The text was updated successfully, but these errors were encountered: