Skip to content

Commit

Permalink
fix headings in installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Jan 15, 2024
1 parent 8bb4119 commit 3620271
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/getting_started/common/_ubuntu_packages.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2> Installation of required packages </h2>
# Installation of required packages

Update the package database and upgrade the packages to avoid version mismatches then install required packages as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ See 'docker run --help'.
OpenLane>
```

## Checking Installation Requirements
# Checking Installation Requirements

In order to check the installation, you can use the following commands:

Expand All @@ -68,7 +68,7 @@ Once an environment has been created, you may wish to activate it, e.g. by
sourcing an activate script in its bin directory.
```

## Download and Install OpenLane
# Download and Install OpenLane

- Download OpenLane using PIP:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ https://docs.docker.com/get-started/
```

```{include} docker_no_root.md
:heading-offset: 1
:heading-offset: 2
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
Only Ubuntu 20.04 and above are supported.

```{include} ../_ubuntu_packages.md
:heading-offset: 1
```

<h3> Installing Docker </h3>
## Installing Docker

Next, install Docker.
Follow [the instructions provided in the Docker documentation here](https://docs.docker.com/engine/install/ubuntu/) as the steps provided below might be outdated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

```{include} ../wsl/_wsl.md
:relative-images:
:heading-offset: 1
```

## Installing Nix
Expand Down
1 change: 1 addition & 0 deletions docs/source/getting_started/common/wsl/_wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ https://docs.docker.com/go/wsl2/
9. Follow the steps shown below.

```{include} ../_ubuntu_packages.md
:heading-offset: 1
```

0 comments on commit 3620271

Please sign in to comment.