We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4d28b commit f3295fbCopy full SHA for f3295fb
doc_source/epydoc.config
@@ -11,7 +11,7 @@ modules: ../fedex
11
12
# Write html output to the directory "apidocs"
13
output: html
14
-target: apidocs/
+target: ../docs/
15
16
# Include all automatically generated graphs. These graphs are
17
# generated using Graphviz dot.
examples/__init__.py
example.py examples/track_shipment.pyexample.py renamed to examples/track_shipment.py
@@ -1,3 +1,7 @@
1
+#!/usr/bin/env python
2
+"""
3
+This example shows how to track shipments.
4
5
import logging
6
from fedex.services.ship_service import FedexTrackRequest
7
from fedex.config import FedexConfig
0 commit comments