Merge pull request #525 from antmicro/umarcor/intersphinx

update RTD URLs
This commit is contained in:
Karol Gugala 2022-02-21 19:24:07 +01:00 committed by GitHub
commit 350fb4ead1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -110,9 +110,9 @@ man_pages = [
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"arch-defs": ("https://symbiflow.readthedocs.io/projects/arch-defs/en/latest/", None),
"arch-defs": ("https://f4pga.readthedocs.io/projects/arch-defs/en/latest/", None),
"fasm": ("https://fasm.readthedocs.io/en/latest/", None),
"prjtrellis": ("https://prjtrellis.readthedocs.io/en/latest/", None),
"prjxray": ("https://symbiflow.readthedocs.io/projects/prjxray/en/latest/", None),
"prjxray": ("https://f4pga.readthedocs.io/projects/prjxray/en/latest/", None),
"vtr": ("https://docs.verilogtorouting.org/en/latest/", None),
}

View File

@ -6,7 +6,7 @@ F4PGA documentation
introduction
toolchain-desc/index
Architecture Definitions ➚ <https://symbiflow.readthedocs.io/projects/arch-defs/en/latest/>
Project X-Ray ➚ <https://symbiflow.readthedocs.io/projects/prjxray/en/latest/>
Architecture Definitions ➚ <https://f4pga.readthedocs.io/projects/arch-defs/en/latest/>
Project X-Ray ➚ <https://f4pga.readthedocs.io/projects/prjxray/en/latest/>
Project Trellis ➚ <https://prjtrellis.readthedocs.io/en/latest/>
FPGA Assembly (FASM) ➚ <https://fasm.readthedocs.io/en/latest/>

View File

@ -6,7 +6,7 @@ This section provides a description of the F4PGA toolchain as well as the basic
.. toctree::
:maxdepth: 3
Getting started ➚ <https://symbiflow.readthedocs.io/projects/arch-defs/en/latest/getting-started.html>
Getting started ➚ <https://f4pga.readthedocs.io/projects/arch-defs/en/latest/getting-started.html>
design-flow
yosys
VPR ➚ <https://docs.verilogtorouting.org/en/latest/vpr/>