Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TexZK committed Feb 1, 2020
1 parent 219a1bc commit 7531bc4
Show file tree
Hide file tree
Showing 9 changed files with 154 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions docs/_autosummary/hexrec.formats.ascii_hex.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
hexrec.formats.ascii\_hex
=========================

.. automodule:: hexrec.formats.ascii_hex







.. rubric:: Classes

.. autosummary::

Record






22 changes: 22 additions & 0 deletions docs/_autosummary/hexrec.formats.binary.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
hexrec.formats.binary
=====================

.. automodule:: hexrec.formats.binary







.. rubric:: Classes

.. autosummary::

Record






23 changes: 23 additions & 0 deletions docs/_autosummary/hexrec.formats.intel.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
hexrec.formats.intel
====================

.. automodule:: hexrec.formats.intel







.. rubric:: Classes

.. autosummary::

Record
Tag






22 changes: 22 additions & 0 deletions docs/_autosummary/hexrec.formats.mos.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
hexrec.formats.mos
==================

.. automodule:: hexrec.formats.mos







.. rubric:: Classes

.. autosummary::

Record






23 changes: 23 additions & 0 deletions docs/_autosummary/hexrec.formats.motorola.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
hexrec.formats.motorola
=======================

.. automodule:: hexrec.formats.motorola







.. rubric:: Classes

.. autosummary::

Record
Tag






23 changes: 23 additions & 0 deletions docs/_autosummary/hexrec.formats.tektronix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
hexrec.formats.tektronix
========================

.. automodule:: hexrec.formats.tektronix







.. rubric:: Classes

.. autosummary::

Record
Tag






16 changes: 16 additions & 0 deletions docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7531bc4

Please sign in to comment.