Skip to content

Commit

Permalink
Remove extraneous 'title-ref' references
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio authored and bari12 committed Mar 19, 2024
1 parent f723cf8 commit 7e02741
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/operator/installing_daemons.md
Expand Up @@ -74,9 +74,8 @@ docker run --name=rucio-judge-cleaner \
## Environment Variables

As shown in the examples above the rucio-daemon image can be configured
using environment variables that are passed with [docker
run]{.title-ref}. Below is a list of all available variables and their
behaviour:
using environment variables that are passed with `docker run`.
Below is a list of all available variables and their behaviour:

### RUCIO_DAEMON

Expand Down
2 changes: 1 addition & 1 deletion docs/operator/installing_server.md
Expand Up @@ -147,7 +147,7 @@ you set this variable to `True` the output will be written to `access_log` and

### RUCIO_LOG_LEVEL

The default log level is [info]{.title-ref}. You can change it using this
The default log level is `info`. You can change it using this
variable.

### RUCIO_LOG_FORMAT
Expand Down
2 changes: 1 addition & 1 deletion docs/operator/setting_up_demo.md
Expand Up @@ -16,7 +16,7 @@ Please make sure that you install this recent Docker version especially
if you are on CentOS, i.e. its default version is ancient and does not
support some features we rely on.

Start the Docker daemon with [sudo systemctl start docker]{.title-ref}.
Start the Docker daemon with `sudo systemctl start docker`.
You can confirm that Docker is running properly by executing (might need
`sudo`:

Expand Down
2 changes: 1 addition & 1 deletion docs/user/developing_with_rucio.md
Expand Up @@ -25,7 +25,7 @@ The methods are separated per resource type. The API in full can be viewed
In the case of an error, Rucio returns a Python Exception with the appropriate
Traceback, a detailed error string, and a unique error number. If the error
occurred on the server side, it will be propagated to the client. The command
line clients will exit back to the shell with the POSIX [errno]{.title-ref} of
line clients will exit back to the shell with the POSIX `errno` of
the unique Rucio error number. The full and up to date list can be found in the
[Exception
definition](https://github.com/rucio/rucio/blob/master/lib/rucio/common/exception.py).
Expand Down

0 comments on commit 7e02741

Please sign in to comment.