@@ -33,48 +33,55 @@ The easiest way is via pip or easy_install::
3333Quick Start
3434-----------
3535
36- Edit the `example_config.py ` file in `examples/ ` with your fedex credentials
36+ - Clone this repository.
37+
38+ - Edit the `example_config.py ` file in See `examples/ <examples/ >`_ with your fedex credentials
3739and run any of the provided examples.
3840
3941Documentation
4042-------------
4143
42- Refer to the documentation _ for more details on the project.
44+ Refer to the documentation _ for more details on the project. Latest doc builds
45+ are found in docs _ and doc build scripts in doc_source _.
4346
4447There are also a lot of useful examples under the examples directory within
4548this directory.
4649
4750Support
4851-------
4952
50- Head over to https://github.com/gtaylor/python-fedex/issues
51- and submit an issue if you have any problems or questions.
53+ Issues & Questions: https://github.com/gtaylor/python-fedex/issues
54+
5255Most problems are going to require investigation or a submitted
5356pull request by someone from the Python FedEx Developers organization.
5457To contribute a new feature or service, feel free to create a pull request.
58+ We are always looking for new contributors to help maintain the project.
5559
5660Fedex Support and Documentation
5761-------------------------------
5862
5963Fedex Support Email: websupport@fedex.com
6064Developer Portal: http://www.fedex.com/us/developer/
65+ Updates To Services: https://www.fedex.com/us/developer/web-services/process.html (FedEx Web Services Announcements)
6166
6267Todos
6368-----
64- * Read the docs documentation
65- * Travis test integration
66- * Increase validation
67- * Remove deprecated services
69+
70+ - Read the docs documentation
71+ - Increase service specific request validation
72+ - Remove deprecated services (package movement service)
6873
6974Legal
7075-----
7176
7277Copyright (C) 2008-2015 Greg Taylor
73- Copyright (C) 2016 Python FedEx Developers
78+ Copyright (C) 2015- 2016 Python FedEx Developers
7479
7580This software is licensed under the BSD License.
7681
7782python-fedex is not authored by, endorsed by, or in any way affiliated with
7883FedEx.
7984
8085.. _documentation : https://pythonhosted.org/fedex/
86+ .. _docs : docs/
87+ .. _doc_source : doc_source/
0 commit comments