Skip to content

Commit 4e882ba

Browse files
authored
Merge pull request #224 from Labelbox/ms/update-docs
update docs
2 parents 73fd5f7 + 8c59cb2 commit 4e882ba

File tree

5 files changed

+2
-470
lines changed

5 files changed

+2
-470
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
run: |
2929
python setup.py sdist bdist_wheel
3030
31-
- name: Update help docs
32-
run: |
33-
python setup.py install
34-
python ./tools/api_reference_generator.py ${{ secrets.HELPDOCS_API_KEY }}
35-
3631
- name: Publish
3732
env:
3833
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

CONTRIB.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,11 @@ yapf labelbox -i --verbose --recursive --parallel --style "google"
4747
Each release should follow the following steps:
4848

4949
1. Update the Python SDK package version in `REPO_ROOT/setup.py`
50-
2. Make sure the `CHANGELOG.md` contains appropriate info
50+
2. Make sure the `CHANGELOG.md` contains appropriate info
5151
3. Commit these changes and tag the commit in Git as `vX.Y`
5252
4. Merge `develop` to `master` (fast-forward only).
5353
5. Create a GitHub release.
5454
6. This will kick off a Github Actions workflow that will:
5555
- Build the library in the [standard way](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives)
5656
- Upload the distribution archives in the [standard way](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives)
5757
with credentials for the `labelbox` PyPI user.
58-
- Run the `REPO_ROOT/tools/api_reference_generator.py` script to update
59-
[HelpDocs documentation](https://labelbox.helpdocs.io/docs/). You will need
60-
to provide a HelpDocs API key for.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '2.6.0'
24+
release = '3.0.0-rc0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

docs/source/index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ AssetAttachment
2121
:members:
2222
:show-inheritance:
2323

24-
AssetMetadata
25-
--------------------------------------
26-
27-
.. automodule:: labelbox.schema.asset_metadata
28-
:members:
29-
:show-inheritance:
3024

3125
Benchmark
3226
--------------------------------

0 commit comments

Comments
 (0)