Skip to content

Commit

Permalink
refactor: Removed some API files that are no longer needed (outdated/…
Browse files Browse the repository at this point in the history
…broken) (#82)

* refactor: Removed some API files that are no longer needed (outdated/broken).

* docs: Add favicon for the documentation.

* docs: Comment out the readthedocs status badge in the readme and mark the linkcheck test as no longer expected to fail.
  • Loading branch information
nfelt14 authored Oct 31, 2023
1 parent 4897518 commit a38bd8c
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 6,440 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ______________________________________________________________________

Things to be included in the next release go here.

### Removed

- Removed some outdated and broken API files

______________________________________________________________________

## v0.1.24 (2023-10-30)
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
.. |pre-commit status| image:: https://results.pre-commit.ci/badge/github/tektronix/tm_devices/main.svg
:target: https://results.pre-commit.ci/latest/github/tektronix/tm_devices/main

.. |ReadTheDocs status| image:: https://readthedocs.org/projects/tm-devices/badge/?version=latest
:target: https://tm-devices.readthedocs.io/en/latest/?badge=latest
.. .. |ReadTheDocs status| image:: https://readthedocs.org/projects/tm-devices/badge/?version=latest
.. :target: https://tm-devices.readthedocs.io/en/latest/?badge=latest
.. |GitHub Pages status| image:: https://github.com/tektronix/tm_devices/actions/workflows/deploy-documentation.yml/badge.svg?branch=main
:target: https://github.com/tektronix/tm_devices/actions/workflows/deploy-documentation.yml
Expand Down
Binary file added docs/_static/favicon_readthedocs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def prep_jinja_env(jinja_env: JinjaEnvironment) -> None:
"navigation_depth": 4,
"collapse_navigation": True,
}
html_favicon = "_static/favicon_readthedocs.png"
intersphinx_mapping = { # pylint: disable=consider-using-namedtuple-or-dataclass
"python": ("https://docs.python.org/3/", None),
"pyvisa": ("https://pyvisa.readthedocs.io/en/latest/", None),
Expand Down
1,096 changes: 0 additions & 1,096 deletions src/tm_devices/commands/_c3g63_lpdmso/measu.py

This file was deleted.

3,045 changes: 0 additions & 3,045 deletions src/tm_devices/commands/_c69b1_lpdmso/actonevent.py

This file was deleted.

Loading

0 comments on commit a38bd8c

Please sign in to comment.