Skip to content

Commit

Permalink
fix: not use boldface in <summary> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
UniverseFly committed Aug 23, 2023
1 parent 4852fe1 commit 7aff964
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For a more comprehensive guidance on how to use Rectify and how to reproduce the
> - **All three versions of Java 8, 11, and 18** are required. For convenient management of multiple Java versions, we recommend [coursier](https://get-coursier.io/docs/cli-java).
> - (Optional) It's recommended to have an NVIDIA GPU with >6G memory for running Rectify with CodeT5 and >30G memory for Incoder-6.7B.
<details><summary><b>Download and build the modified Eclipse JDT Language Server</b></summary>
<details><summary>Download and build the modified Eclipse JDT Language Server</summary>

Follow the instructions in [the repo](https://github.com/UniverseFly/eclipse.jdt.ls) to build the modified Eclipse JDT Language Server. Note you will need Java 11:

Expand Down Expand Up @@ -86,7 +86,7 @@ java \
If everything goes well, you can move on to the next step.
</details>

<details><summary><b>Download and install Rectify as a Python package including its dependencies</b></summary>
<details><summary>Download and install Rectify as a Python package including its dependencies</summary>

```bash
git clone https://github.com/UniverseFly/Rectify && cd Rectify
Expand All @@ -97,7 +97,7 @@ pip install -e .
```
</details>

<details><summary><b>Prepare the runtime environment of Rectify</b></summary>
<details><summary>Prepare the runtime environment of Rectify</summary>

We need to prepare a `meta_config.json` file for Rectify to work properly. The file should be placed in the root directory of Rectify. Please **modify** the following template according to your environment and save the file in the root directory of Rectify:

Expand Down Expand Up @@ -130,7 +130,7 @@ We need to prepare a `meta_config.json` file for Rectify to work properly. The f
```
</details>

<details><summary><b>Install the Defects4j datasets</b></summary>
<details><summary>Install the Defects4j datasets</summary>

Rectify evaluates on the [Defects4j](https://github.com/rjust/defects4j) dataset. Please checkout to its [v2.0.0 release](https://github.com/rjust/defects4j/releases/tag/v2.0.0) and follow its instructions to install the dataset.

Expand All @@ -148,7 +148,7 @@ python -m rectify.cli.init
</details>


<details><summary><b>Do an example run</b></summary>
<details><summary>Do an example run</summary>

```bash
# Generate patches with the full Rectify approach using CodeT5
Expand All @@ -165,7 +165,7 @@ python -m rectify.cli.main evaluate -d chart-9-rectify
You will see a table of evaluation results if everything goes well.
</details>

<details><summary><b>(Optional) Unpack the pre-generated patches</b></summary>
<details><summary>(Optional) Unpack the pre-generated patches</summary>
The GitHub repo also contains pre-generated patches the experiments in our paper. You can unpack if you would like to check them. First make sure you `cd` to the root directory of Rectify. Then run the following command:

```bash
Expand Down

0 comments on commit 7aff964

Please sign in to comment.