From 7531bc4f426cd2383c236c1f3d3e74acbb31703f Mon Sep 17 00:00:00 2001 From: TexZK Date: Sat, 1 Feb 2020 15:24:29 +0100 Subject: [PATCH] Minor changes --- CHANGELOG.rst | 2 +- README.rst | 4 ++-- .../_autosummary/hexrec.formats.ascii_hex.rst | 22 ++++++++++++++++++ docs/_autosummary/hexrec.formats.binary.rst | 22 ++++++++++++++++++ docs/_autosummary/hexrec.formats.intel.rst | 23 +++++++++++++++++++ docs/_autosummary/hexrec.formats.mos.rst | 22 ++++++++++++++++++ docs/_autosummary/hexrec.formats.motorola.rst | 23 +++++++++++++++++++ .../_autosummary/hexrec.formats.tektronix.rst | 23 +++++++++++++++++++ docs/reference.rst | 16 +++++++++++++ 9 files changed, 154 insertions(+), 3 deletions(-) create mode 100644 docs/_autosummary/hexrec.formats.ascii_hex.rst create mode 100644 docs/_autosummary/hexrec.formats.binary.rst create mode 100644 docs/_autosummary/hexrec.formats.intel.rst create mode 100644 docs/_autosummary/hexrec.formats.mos.rst create mode 100644 docs/_autosummary/hexrec.formats.motorola.rst create mode 100644 docs/_autosummary/hexrec.formats.tektronix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d9f040f..76f56ce 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -0.2.0 (TODO) +0.2.0 (2020-02-01) ------------------ * Added support for current Python versions (3.8, PyPy 3) diff --git a/README.rst b/README.rst index 74c8a5d..ee4fa2c 100644 --- a/README.rst +++ b/README.rst @@ -40,9 +40,9 @@ Overview :alt: PyPI Package latest release :target: https://pypi.org/project/hexrec/ -.. |commits-since| image:: https://img.shields.io/github/commits-since/TexZK/hexrec/v0.1.0.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/TexZK/hexrec/v0.2.0.svg :alt: Commits since latest release - :target: https://github.com/TexZK/hexrec/compare/v0.1.0...master + :target: https://github.com/TexZK/hexrec/compare/v0.2.0...master .. |wheel| image:: https://img.shields.io/pypi/wheel/hexrec.svg :alt: PyPI Wheel diff --git a/docs/_autosummary/hexrec.formats.ascii_hex.rst b/docs/_autosummary/hexrec.formats.ascii_hex.rst new file mode 100644 index 0000000..9b3c59d --- /dev/null +++ b/docs/_autosummary/hexrec.formats.ascii_hex.rst @@ -0,0 +1,22 @@ +hexrec.formats.ascii\_hex +========================= + +.. automodule:: hexrec.formats.ascii_hex + + + + + + + + .. rubric:: Classes + + .. autosummary:: + + Record + + + + + + \ No newline at end of file diff --git a/docs/_autosummary/hexrec.formats.binary.rst b/docs/_autosummary/hexrec.formats.binary.rst new file mode 100644 index 0000000..1d00611 --- /dev/null +++ b/docs/_autosummary/hexrec.formats.binary.rst @@ -0,0 +1,22 @@ +hexrec.formats.binary +===================== + +.. automodule:: hexrec.formats.binary + + + + + + + + .. rubric:: Classes + + .. autosummary:: + + Record + + + + + + \ No newline at end of file diff --git a/docs/_autosummary/hexrec.formats.intel.rst b/docs/_autosummary/hexrec.formats.intel.rst new file mode 100644 index 0000000..66688cd --- /dev/null +++ b/docs/_autosummary/hexrec.formats.intel.rst @@ -0,0 +1,23 @@ +hexrec.formats.intel +==================== + +.. automodule:: hexrec.formats.intel + + + + + + + + .. rubric:: Classes + + .. autosummary:: + + Record + Tag + + + + + + \ No newline at end of file diff --git a/docs/_autosummary/hexrec.formats.mos.rst b/docs/_autosummary/hexrec.formats.mos.rst new file mode 100644 index 0000000..de754dc --- /dev/null +++ b/docs/_autosummary/hexrec.formats.mos.rst @@ -0,0 +1,22 @@ +hexrec.formats.mos +================== + +.. automodule:: hexrec.formats.mos + + + + + + + + .. rubric:: Classes + + .. autosummary:: + + Record + + + + + + \ No newline at end of file diff --git a/docs/_autosummary/hexrec.formats.motorola.rst b/docs/_autosummary/hexrec.formats.motorola.rst new file mode 100644 index 0000000..1afbf33 --- /dev/null +++ b/docs/_autosummary/hexrec.formats.motorola.rst @@ -0,0 +1,23 @@ +hexrec.formats.motorola +======================= + +.. automodule:: hexrec.formats.motorola + + + + + + + + .. rubric:: Classes + + .. autosummary:: + + Record + Tag + + + + + + \ No newline at end of file diff --git a/docs/_autosummary/hexrec.formats.tektronix.rst b/docs/_autosummary/hexrec.formats.tektronix.rst new file mode 100644 index 0000000..57377e1 --- /dev/null +++ b/docs/_autosummary/hexrec.formats.tektronix.rst @@ -0,0 +1,23 @@ +hexrec.formats.tektronix +======================== + +.. automodule:: hexrec.formats.tektronix + + + + + + + + .. rubric:: Classes + + .. autosummary:: + + Record + Tag + + + + + + \ No newline at end of file diff --git a/docs/reference.rst b/docs/reference.rst index e2a27f5..0b8446d 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -6,14 +6,30 @@ Reference hexrec.blocks hexrec.blocks.Memory + hexrec.formats + + hexrec.formats.ascii_hex hexrec.formats.ascii_hex.Record + + hexrec.formats.binary hexrec.formats.binary.Record + + hexrec.formats.intel hexrec.formats.intel.Record + + hexrec.formats.mos hexrec.formats.mos.Record + + hexrec.formats.motorola hexrec.formats.motorola.Record + + hexrec.formats.tektronix hexrec.formats.tektronix.Record + hexrec.records hexrec.records.Record + hexrec.utils + hexrec.xxd