Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extraneous 'title-ref' references #297

Merged
merged 1 commit into from Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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