-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove tests tmp folder - Update documentation [ci skip]
- Loading branch information
1 parent
cf0f4f5
commit cb48c95
Showing
32 changed files
with
274 additions
and
1,031 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
ezgpx.parser.fit\_parser package | ||
================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
ezgpx.parser.fit\_parser.fit\_parser module | ||
------------------------------------------- | ||
|
||
.. automodule:: ezgpx.parser.fit_parser.fit_parser | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ezgpx.parser.fit_parser | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
ezgpx.parser.gpx\_parser package | ||
================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
ezgpx.parser.gpx\_parser.gpx\_parser module | ||
------------------------------------------- | ||
|
||
.. automodule:: ezgpx.parser.gpx_parser.gpx_parser | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ezgpx.parser.gpx_parser | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
ezgpx.parser.kml\_parser package | ||
================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
ezgpx.parser.kml\_parser.kml\_parser module | ||
------------------------------------------- | ||
|
||
.. automodule:: ezgpx.parser.kml_parser.kml_parser | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ezgpx.parser.kml_parser | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
ezgpx.parser package | ||
==================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
ezgpx.parser.fit_parser | ||
ezgpx.parser.gpx_parser | ||
ezgpx.parser.kml_parser | ||
ezgpx.parser.xml_parser | ||
|
||
Submodules | ||
---------- | ||
|
||
ezgpx.parser.parser module | ||
-------------------------- | ||
|
||
.. automodule:: ezgpx.parser.parser | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ezgpx.parser | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
ezgpx.parser.xml\_parser package | ||
================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
ezgpx.parser.xml\_parser.xml\_parser module | ||
------------------------------------------- | ||
|
||
.. automodule:: ezgpx.parser.xml_parser.xml_parser | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ezgpx.parser.xml_parser | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
ezgpx.schemas package | ||
===================== | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ezgpx.schemas | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
ezgpx.writer.gpx\_writer package | ||
================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
ezgpx.writer.gpx\_writer.gpx\_writer module | ||
------------------------------------------- | ||
|
||
.. automodule:: ezgpx.writer.gpx_writer.gpx_writer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ezgpx.writer.gpx\_writer.gpx\_writer\_method\_behavior\_creator module | ||
---------------------------------------------------------------------- | ||
|
||
.. automodule:: ezgpx.writer.gpx_writer.gpx_writer_method_behavior_creator | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ezgpx.writer.gpx_writer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
ezgpx.writer.kml\_writer package | ||
================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
ezgpx.writer.kml\_writer.kml\_writer module | ||
------------------------------------------- | ||
|
||
.. automodule:: ezgpx.writer.kml_writer.kml_writer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ezgpx.writer.kml_writer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
ezgpx.writer package | ||
==================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
ezgpx.writer.gpx_writer | ||
ezgpx.writer.kml_writer | ||
|
||
Submodules | ||
---------- | ||
|
||
ezgpx.writer.writer module | ||
-------------------------- | ||
|
||
.. automodule:: ezgpx.writer.writer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ezgpx.writer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ezGPX API | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
ezgpx.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
ezgpx | ||
ezGPX | ||
===== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
ezgpx.rst | ||
ezgpx | ||
tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
tests package | ||
============= | ||
|
||
Submodules | ||
---------- | ||
|
||
tests.test\_GPX module | ||
---------------------- | ||
|
||
.. automodule:: tests.test_GPX | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
tests.test\_utils module | ||
------------------------ | ||
|
||
.. automodule:: tests.test_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: tests | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.