Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit d772fce

Browse files
tredmanchristineyen
authored andcommitted
[docs] Publish python docs with each release (#34)
1 parent a2e01dc commit d772fce

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ deploy:
1313
repo: honeycombio/beeline-python
1414
password:
1515
secure: BstULKsJO1uJ3Q+wI1ox0St79sFiS7nzpOzrapdSpi4H/TBRI+yiyzL/vVrDKz0Xh42Krn3Ht9dpAR07VjneolTtkwL6ZFrrEiSyA9QVnJUqHQooBjJaEFpZN2gaffQ1y6bAXqI1jYm8OUxQRoKdpEQLudpJdGDuMju2bhUygfzKMl6VO0132w09oPresfcoRlalHgDhGVqYAu4SV7PvEfndvRGXyTiRjWuWbPkFOtFkSf3UsiF3spZf7Xskyfs4N2QR+FnfK62RMby0ZYkJ9yxXQkTOkJ4BR4zud01rPPue0opa1LhkPAoqWUJUyYNs+2r4kJwPHzb8yf1TJDNDpQs/PdOL7ss0MrRRl/k7Acg8kEqwxUhPNfRVlcNs4uOyuuhuGAMDtIRLQ11y4yYTW1aOMgbjUExJqMLixeoDQgjBN7LhY+HZrMYZLHCkI3IPha8gfKNWAqyuoLjWcFzWAAEWjYSNxE3ruaUxxhMsLPXfOmH6NZj+IIgVbFU85glYa3sbGAuEH5UCKYebRdzw2ZNyHhrGIqgmQyLZg6YHCw58rn//94F9EP0XR9sWkh2rlLDz8wy/ThUtTZPHhLzzvR2gmASalmOjfYfR4Kxrtz22UX2mp5da8eJdZy/cue1gh5kFQuW3q6LllqWLqn9CRNjlNoPzTLHPaAFGEoQ45oA=
16+
after_deploy:
17+
- ./push_docs.sh
18+
env:
19+
global:
20+
secure: nbpODCk4rMJ4dDTd78MnCRwqFZfQixZLG1HjnOIHph8R/9MHds6MZzPdHcR2tWw2vjZmi7/2vcmqKx3RPmYVmn9jpg29Mosetjfk23KHtk7gham5mDTAhShtwLjZ+lPDvHkD7bEaPg74uJoPSbLS/BBHWgaEBH3Rx0LA96dlulsS/z8jRFDBG3tGqexTmcUvlHvODxZCKgm46xLOsdo5wy9LK+FwFol8/ACcClR9mRfyuHgr73LAIK6F6csj5kF4SoEzSezydgYrk9O22sCgudeoJLaJQn4OefKGsSR2bhJTmf8FvwEmdx2fQ9lA+9OcgboXQPoRGFEYpG88e14E7XXeylPNA2XSvVLmWJmgyioDw92/Kj6ddkV1lu3eE5QnJ7XDlLeBUNDUaxzZ8Enq5v7Dm1t6dYgBJ81NzQBTI99U/LLusYnWGgrclpuL+3qJqNoCPjrqUE1rGrphMrLi1V8hoba4XQXmuL9TWru/39xzy1RX5bej4KFIeqSIHQg2U6msDkf4KV86eYzwAi2K29T72mt4fSoMKfq6T1A1ELrAt7QXswaUG55gboVT8/aZXVjaop19gADOllWqDXwfebr5TrWWJriKhEEeSnmBHruJVOb/v1IGGjO6eocGyPbiUuFQOc1KsOwtna4I7nZtr0HvOY46fmIN1yLTRjo9Q1s=

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
This package makes it easy to instrument your Python web application to send useful events to [Honeycomb](https://honeycomb.io), a service for debugging your software in production.
44
- [Usage and Examples](https://docs.honeycomb.io/getting-data-in/beelines/beeline-python/)
5+
- [API Reference](https://honeycombio.github.io/beeline-python/)
56

67
Currently supports Django (>1.10), Flask, Bottle, and Tornado.
78

push_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ git clean -fd
2020
git commit -m "Travis build: $TRAVIS_BUILD_NUMBER"
2121

2222
# Pushing via secure GH_TOKEN
23-
git remote add origin-pages https://${GH_TOKEN}@github.com/honeycombio/libhoney-py.git > /dev/null 2>&1
23+
git remote add origin-pages https://${GH_TOKEN}@github.com/honeycombio/beeline-python.git > /dev/null 2>&1
2424
git push --force --quiet --set-upstream origin-pages gh-pages

0 commit comments

Comments
 (0)