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

Documenation Improvements and Updates #279

Merged
merged 28 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8ab5c06
Documenation Improvements
tyler-romero Nov 30, 2024
018ba33
Lots more cleanup and updates
tyler-romero Nov 30, 2024
f14b083
renumber
tyler-romero Nov 30, 2024
194a64c
Restore index
tyler-romero Nov 30, 2024
ab2a3c7
link fix
tyler-romero Nov 30, 2024
f3eff02
Rework nav bar, default dark mode
tyler-romero Dec 1, 2024
a09e1fd
slight improvements
tyler-romero Dec 2, 2024
d7a58b1
my nits while reviewing (#280)
brandon-groundlight Dec 2, 2024
5ce6cac
relocate the quick answers advice
tyler-romero Dec 2, 2024
2f88019
revert one python3.9 change
tyler-romero Dec 2, 2024
75763a1
Quick fixes
tyler-romero Dec 2, 2024
80bba2c
add no-test
tyler-romero Dec 2, 2024
ca1aea9
Rework sdk documentation
tyler-romero Dec 3, 2024
ac851fc
Brush up experimental_api documentation
tyler-romero Dec 3, 2024
7412a6e
more sdk docs
tyler-romero Dec 3, 2024
9e0d5a3
small fixes
tyler-romero Dec 3, 2024
2a6d566
Autoupdate copyright
tyler-romero Dec 3, 2024
9a322c8
Fix lint errors
tyler-romero Dec 3, 2024
aaf2175
Another lint fix
tyler-romero Dec 3, 2024
b8a4d41
Update node
tyler-romero Dec 3, 2024
e8e1e41
update python version in old gitlab and travis files
tyler-romero Dec 3, 2024
241159b
npm update
tyler-romero Dec 3, 2024
6cf3481
explicitly set npm version
tyler-romero Dec 3, 2024
cd6d9f7
clean up npm install
tyler-romero Dec 3, 2024
9462e29
Maybe this will work
tyler-romero Dec 3, 2024
b029291
Update a bunch of things
tyler-romero Dec 3, 2024
09e726e
Update docs/docs/guide/5-managing-confidence.md
tyler-romero Dec 3, 2024
877c5bf
Address PR feedback
tyler-romero Dec 3, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
python-version: [
#"3.6", # Default on Ubuntu18.04 but openapi-generator fails
# "3.7", # Removed support as of 0.17
# "3.8", # Removed support as of 0.19
# "3.9", # Removed support as of 0.19
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, this should be 3.8. We still support 3.9

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah my bad! replace error

"3.9",
"3.10",
"3.11",
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ persistent=yes

# Min Python version to use for version dependend checks. Will default to the
# version used to run pylint.
py-version=3.8
py-version=3.9

# When enabled, pylint would attempt to guess common misconfiguration and emit
# user-friendly hints instead of false-positive error messages.
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ you can install the package dependencies by running:
make install
```

Note: We support Python 3.8+ for clients of the SDK, but we recommend developing with Python 3.10+.
Note: We support Python 3.9+ for clients of the SDK, but we recommend developing with Python 3.10+.

### Run tests

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api-reference/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "API Reference",
"position": 5,
"position": 6,
"collapsed": false
}
29 changes: 0 additions & 29 deletions docs/docs/building-applications/1-sample-applications.md

This file was deleted.

99 changes: 0 additions & 99 deletions docs/docs/building-applications/3-working-with-detectors.md

This file was deleted.

51 changes: 0 additions & 51 deletions docs/docs/building-applications/4-managing-confidence.md

This file was deleted.

73 changes: 0 additions & 73 deletions docs/docs/building-applications/6-async-queries.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/docs/building-applications/7-edge.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/docs/building-applications/_category_.json

This file was deleted.

Loading
Loading