Skip to content

Commit f3295fb

Browse files
author
Greg Taylor
committed
Re-organizing a bit.
1 parent be4d28b commit f3295fb

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

doc_source/epydoc.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ modules: ../fedex
1111

1212
# Write html output to the directory "apidocs"
1313
output: html
14-
target: apidocs/
14+
target: ../docs/
1515

1616
# Include all automatically generated graphs. These graphs are
1717
# generated using Graphviz dot.

examples/__init__.py

Whitespace-only changes.

example.py renamed to examples/track_shipment.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#!/usr/bin/env python
2+
"""
3+
This example shows how to track shipments.
4+
"""
15
import logging
26
from fedex.services.ship_service import FedexTrackRequest
37
from fedex.config import FedexConfig

0 commit comments

Comments
 (0)