Skip to content

Commit dd7874f

Browse files
committed
release doc updates, sphinx doc move from epydocs
1 parent d539fa9 commit dd7874f

File tree

110 files changed

+29
-23696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+29
-23696
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ dist
99
build
1010
.idea
1111
.DS_Store
12+
doc_src/.doctrees
13+
doc_src/_sources/*
14+
doc_src/_static/*
15+
doc_src/*.html
16+
doc_src/_build/*

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
2.3.1
5+
-----
6+
7+
* Set fedex logging to INFO for tests. (radzhome)
8+
* Sphinx documentation (hosted on read the docs). (radzhome)
9+
* Update Ship Service test to allow warnings. (radzhome)
10+
* Added log warning for requests that yield a WARNING. (radzhome)
11+
412
2.3.0
513
-----
614

README.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ Python FedEx SOAP API Module
1010
.. image:: https://requires.io/github/python-fedex-devs/python-fedex/requirements.svg?branch=master
1111
:target: https://requires.io/github/python-fedex-devs/python-fedex/requirements/?branch=master
1212
:alt: Requirements Status
13-
13+
14+
.. image:: https://readthedocs.org/projects/python-fedex/badge/?version=latest
15+
:target: http://python-fedex.readthedocs.org/en/latest/?badge=latest
16+
:alt: Documentation Status
17+
1418
:Author: Greg Taylor
1519
:Maintainer: Python FedEx Developers
1620
:License: BSD
@@ -42,7 +46,7 @@ Documentation
4246
-------------
4347

4448
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_.
49+
are found in docs_ and doc build scripts in doc_source_. Sphinx documentation is in doc_src_.
4650

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

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

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

85-
.. _documentation: https://pythonhosted.org/fedex/
88+
.. _documentation: https://readthedocs.org/projects/python-fedex/
89+
.. _documentation2: https://pythonhosted.org/fedex/
8690
.. _docs: docs/
8791
.. _doc_source: doc_source/
92+
.. _doc_src: doc_src/
-33.4 KB
Binary file not shown.
Binary file not shown.
-17 KB
Binary file not shown.
-30.3 KB
Binary file not shown.
-19.6 KB
Binary file not shown.
-12.3 KB
Binary file not shown.
-15.2 KB
Binary file not shown.
-1.35 MB
Binary file not shown.
-17.1 KB
Binary file not shown.
-15.3 KB
Binary file not shown.

doc_src/_build/doctrees/index.doctree

-8.84 KB
Binary file not shown.
-7.87 KB
Binary file not shown.
-28.3 KB
Binary file not shown.
-29.2 KB
Binary file not shown.
-148 KB
Binary file not shown.
-21.2 KB
Binary file not shown.

doc_src/_build/doctrees/tools.doctree

-15.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-9.84 KB
Binary file not shown.
-12.6 KB
Binary file not shown.
Binary file not shown.

doc_src/_build/html/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc_src/_build/html/_modules/fedex/base_service.html

Lines changed: 0 additions & 424 deletions
This file was deleted.

doc_src/_build/html/_modules/fedex/config.html

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)