Skip to content

Commit

Permalink
release doc updates, sphinx doc move from epydocs
Browse files Browse the repository at this point in the history
  • Loading branch information
radzhome committed Jan 31, 2016
1 parent d539fa9 commit dd7874f
Show file tree
Hide file tree
Showing 110 changed files with 29 additions and 23,696 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ dist
build
.idea
.DS_Store
doc_src/.doctrees
doc_src/_sources/*
doc_src/_static/*
doc_src/*.html
doc_src/_build/*
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

2.3.1
-----

* Set fedex logging to INFO for tests. (radzhome)
* Sphinx documentation (hosted on read the docs). (radzhome)
* Update Ship Service test to allow warnings. (radzhome)
* Added log warning for requests that yield a WARNING. (radzhome)

2.3.0
-----

Expand Down
13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Python FedEx SOAP API Module
.. image:: https://requires.io/github/python-fedex-devs/python-fedex/requirements.svg?branch=master
:target: https://requires.io/github/python-fedex-devs/python-fedex/requirements/?branch=master
:alt: Requirements Status


.. image:: https://readthedocs.org/projects/python-fedex/badge/?version=latest
:target: http://python-fedex.readthedocs.org/en/latest/?badge=latest
:alt: Documentation Status

:Author: Greg Taylor
:Maintainer: Python FedEx Developers
:License: BSD
Expand Down Expand Up @@ -42,7 +46,7 @@ Documentation
-------------

Refer to the documentation_ for more details on the project. Latest doc builds
are found in docs_ and doc build scripts in doc_source_.
are found in docs_ and doc build scripts in doc_source_. Sphinx documentation is in doc_src_.

There are also a lot of useful examples under the examples directory within
this directory.
Expand All @@ -67,7 +71,6 @@ Updates To Services: https://www.fedex.com/us/developer/web-services/process.htm
Todos
-----

- Read the docs documentation
- Increase service specific request validation
- Remove deprecated services (package movement service)

Expand All @@ -82,6 +85,8 @@ This software is licensed under the BSD License.
python-fedex is not authored by, endorsed by, or in any way affiliated with
FedEx.

.. _documentation: https://pythonhosted.org/fedex/
.. _documentation: https://readthedocs.org/projects/python-fedex/
.. _documentation2: https://pythonhosted.org/fedex/
.. _docs: docs/
.. _doc_source: doc_source/
.. _doc_src: doc_src/
Binary file removed doc_src/_build/doctrees/base_service.doctree
Binary file not shown.
Binary file not shown.
Binary file removed doc_src/_build/doctrees/color_objects.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/config_object.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/conversions.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/delta_e.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/density.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed doc_src/_build/doctrees/exceptions.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/illuminants.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/installation.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/quick_start.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/release_notes.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/services.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/suds_plugin.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/tools.doctree
Binary file not shown.
Binary file not shown.
Binary file removed doc_src/_build/doctrees/unused/conversions.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/unused/delta_e.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/unused/density.doctree
Binary file not shown.
Binary file removed doc_src/_build/doctrees/unused/illuminants.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions doc_src/_build/html/.buildinfo

This file was deleted.

424 changes: 0 additions & 424 deletions doc_src/_build/html/_modules/fedex/base_service.html

This file was deleted.

160 changes: 0 additions & 160 deletions doc_src/_build/html/_modules/fedex/config.html

This file was deleted.

Loading

0 comments on commit dd7874f

Please sign in to comment.