diff options
author | Vratko Polak <vrpolak@cisco.com> | 2024-01-23 15:37:14 +0100 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2024-01-24 08:59:29 +0000 |
commit | 852f60f525fdc6080387fe6a3b297736c83f0834 (patch) | |
tree | d3b12ee6072995b83e348a592953ed141f22d2be /PyPI/jumpavg/hints_and_todos.txt | |
parent | 064b326e365ad89b18b58d007d0b1f09ada65180 (diff) |
feat(PyPI): update metadata for jumpavg 0.4.2
+ Convert readme to .rst
+ Add Usage including a basic example.
- Detailed description points to C-DASH methodology.
+ That page is updated for new defaults and better description.
+ Unify readme layout and origins with MLRsearch metadata.
- Not releasing new MLRsearch version just for readme improvements.
+ Update the TODO file.
Change-Id: I76ac22b7f283f01349bf9a50459dc841e13b21ad
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'PyPI/jumpavg/hints_and_todos.txt')
-rw-r--r-- | PyPI/jumpavg/hints_and_todos.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/PyPI/jumpavg/hints_and_todos.txt b/PyPI/jumpavg/hints_and_todos.txt index 42072054e4..e829efa921 100644 --- a/PyPI/jumpavg/hints_and_todos.txt +++ b/PyPI/jumpavg/hints_and_todos.txt @@ -1,8 +1,7 @@ toml hint: https://flit.pypa.io/en/stable/pyproject_toml.html -md hint: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet +rst hint: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html build hint: https://packaging.python.org/en/latest/tutorials/packaging-projects/ -TODO: Copy improvements from MLRsearch metadata (readme and license extensions). TODO: Include simulator and tests. TODO: Test which Python versions is the code actually compatible with. TODO: Create a separate webpage for jumpavg library. |