fix links

This commit is contained in:
Arnav Sacheti
2025-10-14 20:42:40 -07:00
parent 066d9ca99e
commit 2937624ee7
12 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ assignees: ''
--- ---
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md) - [ ] I have reviewed this project's [contribution guidelines](https://github.com/arnavsacheti/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. A clear and concise description of what the bug is.

View File

@@ -7,7 +7,7 @@ assignees: ''
--- ---
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md) - [ ] I have reviewed this project's [contribution guidelines](https://github.com/arnavsacheti/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
**Describe the problem/limitation you think should be addressed** **Describe the problem/limitation you think should be addressed**
A clear and concise description of what the problem is. A clear and concise description of what the problem is.

View File

@@ -6,6 +6,6 @@ this change.
# Checklist # Checklist
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md) - [ ] I have reviewed this project's [contribution guidelines](https://github.com/arnavsacheti/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
- [ ] This change has been tested and does not break any of the existing unit tests. (if unable to run the tests, let us know) - [ ] This change has been tested and does not break any of the existing unit tests. (if unable to run the tests, let us know)
- [ ] If this change adds new features, I have added new unit tests that cover them. - [ ] If this change adds new features, I have added new unit tests that cover them.

View File

@@ -9,9 +9,9 @@ transparent as possible, whether it's:
- Becoming a maintainer - Becoming a maintainer
## Open an issue using the [Issue Tracker](https://github.com/SystemRDL/PeakRDL-busdecoder/issues) ## Open an issue using the [Issue Tracker](https://github.com/arnavsacheti/PeakRDL-busdecoder/issues)
Talking to us is the easiest way to contribute! Report a bug or feature request by Talking to us is the easiest way to contribute! Report a bug or feature request by
[opening a new issue](https://github.com/SystemRDL/PeakRDL-busdecoder/issues). [opening a new issue](https://github.com/arnavsacheti/PeakRDL-busdecoder/issues).
Issue submission expectations: Issue submission expectations:
* Please keep each issue submission limited to one topic. This helps us stay organized. * Please keep each issue submission limited to one topic. This helps us stay organized.

View File

@@ -1,6 +1,6 @@
[![Documentation Status](https://readthedocs.org/projects/peakrdl-busdecoder/badge/?version=latest)](http://peakrdl-busdecoder.readthedocs.io) [![Documentation Status](https://readthedocs.org/projects/peakrdl-busdecoder/badge/?version=latest)](http://peakrdl-busdecoder.readthedocs.io)
[![build](https://github.com/SystemRDL/PeakRDL-busdecoder/workflows/build/badge.svg)](https://github.com/SystemRDL/PeakRDL-busdecoder/actions?query=workflow%3Abuild+branch%3Amain) [![build](https://github.com/arnavsacheti/PeakRDL-busdecoder/workflows/build/badge.svg)](https://github.com/arnavsacheti/PeakRDL-busdecoder/actions?query=workflow%3Abuild+branch%3Amain)
[![Coverage Status](https://coveralls.io/repos/github/SystemRDL/PeakRDL-busdecoder/badge.svg?branch=main)](https://coveralls.io/github/SystemRDL/PeakRDL-busdecoder?branch=main) [![Coverage Status](https://coveralls.io/repos/github/arnavsacheti/PeakRDL-busdecoder/badge.svg?branch=main)](https://coveralls.io/github/arnavsacheti/PeakRDL-busdecoder?branch=main)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peakrdl-busdecoder.svg)](https://pypi.org/project/peakrdl-busdecoder) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peakrdl-busdecoder.svg)](https://pypi.org/project/peakrdl-busdecoder)
# PeakRDL-busdecoder # PeakRDL-busdecoder

View File

@@ -53,7 +53,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
html_theme = "sphinx_book_theme" html_theme = "sphinx_book_theme"
html_theme_options = { html_theme_options = {
"repository_url": "https://github.com/SystemRDL/PeakRDL-busdecoder", "repository_url": "https://github.com/arnavsacheti/PeakRDL-busdecoder",
"path_to_docs": "docs", "path_to_docs": "docs",
"use_download_button": False, "use_download_button": False,
"use_source_button": True, "use_source_button": True,

View File

@@ -127,5 +127,5 @@ complexity to the tool.
If you encounter a lint violation, please carefully review and consider waiving If you encounter a lint violation, please carefully review and consider waiving
it if it does not pose an actual danger. If you still believe it is a problem, it if it does not pose an actual danger. If you still believe it is a problem,
please let us know by `submitting an issue <https://github.com/SystemRDL/PeakRDL-busdecoder/issues>`_ please let us know by `submitting an issue <https://github.com/arnavsacheti/PeakRDL-busdecoder/issues>`_
that describes the problem. that describes the problem.

View File

@@ -35,9 +35,9 @@ PeakRDL-busdecoder: `PeakRDL-busdecoder-VHDL <https://peakrdl-busdecoder-vhdl.re
Links Links
----- -----
- `Source repository <https://github.com/SystemRDL/PeakRDL-busdecoder>`_ - `Source repository <https://github.com/arnavsacheti/PeakRDL-busdecoder>`_
- `Release Notes <https://github.com/SystemRDL/PeakRDL-busdecoder/releases>`_ - `Release Notes <https://github.com/arnavsacheti/PeakRDL-busdecoder/releases>`_
- `Issue tracker <https://github.com/SystemRDL/PeakRDL-busdecoder/issues>`_ - `Issue tracker <https://github.com/arnavsacheti/PeakRDL-busdecoder/issues>`_
- `PyPi <https://pypi.org/project/peakrdl-busdecoder>`_ - `PyPi <https://pypi.org/project/peakrdl-busdecoder>`_
- `SystemRDL Specification <http://accellera.org/downloads/standards/systemrdl>`_ - `SystemRDL Specification <http://accellera.org/downloads/standards/systemrdl>`_

View File

@@ -3,7 +3,7 @@ Licensing
Re-distribution of the PeakRDL-busdecoder code generator tool shall adhere to the Re-distribution of the PeakRDL-busdecoder code generator tool shall adhere to the
terms outlined by the GNU LGPL v3 license. For a copy of the license, see: terms outlined by the GNU LGPL v3 license. For a copy of the license, see:
https://github.com/SystemRDL/PeakRDL-busdecoder/blob/main/LICENSE https://github.com/arnavsacheti/PeakRDL-busdecoder/blob/main/LICENSE
Why LGPLv3? Why LGPLv3?
@@ -35,7 +35,7 @@ The following are exempt and are free to use with no restrictions:
* Any code snippets in this documentation can be freely copy/pasted. These are * Any code snippets in this documentation can be freely copy/pasted. These are
examples that are intended for this purpose. examples that are intended for this purpose.
* All reference files that are downloadable from this documentation, which are * All reference files that are downloadable from this documentation, which are
also available in the `hdl-src folder in the repository <https://github.com/SystemRDL/PeakRDL-busdecoder/tree/main/hdl-src>`_ also available in the `hdl-src folder in the repository <https://github.com/arnavsacheti/PeakRDL-busdecoder/tree/main/hdl-src>`_
Can I use this as part of my company's internally developed tools? Can I use this as part of my company's internally developed tools?

View File

@@ -41,9 +41,9 @@ classifiers = [
cli = ["peakrdl-cli >= 1.2.3"] cli = ["peakrdl-cli >= 1.2.3"]
[project.urls] [project.urls]
Source = "https://github.com/SystemRDL/PeakRDL-busdecoder" Source = "https://github.com/arnavsacheti/PeakRDL-busdecoder"
Tracker = "https://github.com/SystemRDL/PeakRDL-busdecoder/issues" Tracker = "https://github.com/arnavsacheti/PeakRDL-busdecoder/issues"
Changelog = "https://github.com/SystemRDL/PeakRDL-busdecoder/releases" Changelog = "https://github.com/arnavsacheti/PeakRDL-busdecoder/releases"
Documentation = "https://peakrdl-busdecoder.readthedocs.io/" Documentation = "https://peakrdl-busdecoder.readthedocs.io/"
[dependency-groups] [dependency-groups]

View File

@@ -7,7 +7,7 @@
// Date: {{current_date}} // Date: {{current_date}}
// Version: {{version}} // Version: {{version}}
// Links: // Links:
// - https://github.com/SystemRDL/PeakRDL-busdecoder // - https://github.com/arnavsacheti/PeakRDL-busdecoder
//========================================================== //==========================================================

View File

@@ -1,5 +1,5 @@
// Generated by PeakRDL-busdecoder - A free and open-source SystemVerilog generator // Generated by PeakRDL-busdecoder - A free and open-source SystemVerilog generator
// https://github.com/SystemRDL/PeakRDL-busdecoder // https://github.com/arnavsacheti/PeakRDL-busdecoder
package {{ds.package_name}}; package {{ds.package_name}};