Skip to content

Commit 5f81b8d

Browse files
Docs: Fix invalid autorefs
1 parent f0cc487 commit 5f81b8d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/source/getting_started/installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ Installing all prerequisites for macOS 11 (with Homebrew):
109109
Running the build system
110110
^^^^^^^^^^^^^^^^^^^^^^^^
111111

112-
From the root `yosys` directory, call the following commands:
112+
From the root ``yosys`` directory, call the following commands:
113113

114114
.. code:: console
115115
116116
make
117117
sudo make install
118118
119119
This will build and then install Yosys, making it available on the command line
120-
as `yosys`. Note that this also downloads, builds, and installs `ABC`_ (using
120+
as ``yosys``. Note that this also downloads, builds, and installs `ABC`_ (using
121121
:program:`yosys-abc` as the executable name).
122122

123123
.. _ABC: https://github.com/berkeley-abc/abc

docs/source/using_yosys/synthesis/techmap_synth.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ provided implementation.
2929

3030
When no map file is provided, techmap uses a built-in map file that maps the
3131
Yosys RTL cell types to the internal gate library used by Yosys. The curious
32-
reader may find this map file as `techlibs/common/techmap.v` in the Yosys source
33-
tree.
32+
reader may find this map file as :file:`techlibs/common/techmap.v` in the Yosys
33+
source tree.
3434

3535
Additional features have been added to techmap to allow for conditional mapping
3636
of cells (see :doc:`/cmd/techmap`). This can for example be useful if the target

docs/source/yosys_internals/extending_yosys/extensions.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Writing extensions
1111
This chapter contains some bits and pieces of information about programming
1212
yosys extensions. Don't be afraid to ask questions on the YosysHQ Slack.
1313

14-
The `guidelines/` directory of the Yosys source code contains notes on various
15-
aspects of Yosys development. In particular, the files GettingStarted and
16-
CodingStyle may be of interest.
14+
The :file:`guidelines/` directory of the Yosys source code contains notes on
15+
various aspects of Yosys development. In particular, the files GettingStarted
16+
and CodingStyle may be of interest.
1717

1818
.. todo:: what's in guidelines/GettingStarted that's missing from the manual?
1919

0 commit comments

Comments
 (0)