diff --git a/README.html b/README.html index b088d66..f75cfb1 100644 --- a/README.html +++ b/README.html @@ -7,7 +7,7 @@ - + Code Review Automation with Language Models — Code Review Automation with Language Models diff --git a/_static/basic.css b/_static/basic.css index 9e364ed..5685b52 100644 --- a/_static/basic.css +++ b/_static/basic.css @@ -236,6 +236,16 @@ div.body p, div.body dd, div.body li, div.body blockquote { a.headerlink { visibility: hidden; } +a.brackets:before, +span.brackets > a:before{ + content: "["; +} + +a.brackets:after, +span.brackets > a:after { + content: "]"; +} + h1:hover > a.headerlink, h2:hover > a.headerlink, @@ -324,17 +334,11 @@ aside.sidebar { p.sidebar-title { font-weight: bold; } -nav.contents, -aside.topic, - div.admonition, div.topic, blockquote { clear: left; } /* -- topics ---------------------------------------------------------------- */ -nav.contents, -aside.topic, - div.topic { border: 1px solid #ccc; padding: 7px; @@ -373,9 +377,6 @@ div.body p.centered { div.sidebar > :last-child, aside.sidebar > :last-child, -nav.contents > :last-child, -aside.topic > :last-child, - div.topic > :last-child, div.admonition > :last-child { margin-bottom: 0; @@ -383,9 +384,6 @@ div.admonition > :last-child { div.sidebar::after, aside.sidebar::after, -nav.contents::after, -aside.topic::after, - div.topic::after, div.admonition::after, blockquote::after { diff --git a/docs/conclusion.html b/docs/conclusion.html index 318706a..14c8cb5 100644 --- a/docs/conclusion.html +++ b/docs/conclusion.html @@ -7,7 +7,7 @@ - + Conclusion — Code Review Automation with Language Models @@ -350,15 +350,14 @@

Conclusion

Bibliography#

-
-[p4v] -

CodeBERT CodeReviewer - a Hugging Face Space by p4vv37. URL: https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer (visited on 2023-09-13).

-
-
-[LLG+22] -

Zhiyu Li, Shuai Lu, Daya Guo, Nan Duan, Shailesh Jannu, Grant Jenks, Deep Majumder, Jared Green, Alexey Svyatkovskiy, Shengyu Fu, and others. Codereviewer: pre-training for automating code review activities. arXiv preprint arXiv:2203.09095, 2022.

-
-
+
+
p4v
+

CodeBERT CodeReviewer - a Hugging Face Space by p4vv37. URL: https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer (visited on 2023-09-13).

+
+
LLG+22
+

Zhiyu Li, Shuai Lu, Daya Guo, Nan Duan, Shailesh Jannu, Grant Jenks, Deep Majumder, Jared Green, Alexey Svyatkovskiy, Shengyu Fu, and others. Codereviewer: pre-training for automating code review activities. arXiv preprint arXiv:2203.09095, 2022.

+
+
diff --git a/docs/intro.html b/docs/intro.html index 83a9cab..c5849a5 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -7,7 +7,7 @@ - + Code Review Automation with Language Models — Code Review Automation with Language Models @@ -390,15 +390,14 @@

Table of Contents

Bibliography#

-
-[p4v] -

CodeBERT CodeReviewer - a Hugging Face Space by p4vv37. URL: https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer (visited on 2023-09-13).

-
-
-[LLG+22] -

Zhiyu Li, Shuai Lu, Daya Guo, Nan Duan, Shailesh Jannu, Grant Jenks, Deep Majumder, Jared Green, Alexey Svyatkovskiy, Shengyu Fu, and others. Codereviewer: pre-training for automating code review activities. arXiv preprint arXiv:2203.09095, 2022.

-
-
+
+
p4v
+

CodeBERT CodeReviewer - a Hugging Face Space by p4vv37. URL: https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer (visited on 2023-09-13).

+
+
LLG+22
+

Zhiyu Li, Shuai Lu, Daya Guo, Nan Duan, Shailesh Jannu, Grant Jenks, Deep Majumder, Jared Green, Alexey Svyatkovskiy, Shengyu Fu, and others. Codereviewer: pre-training for automating code review activities. arXiv preprint arXiv:2203.09095, 2022.

+
+
diff --git a/notebooks/1_collect_reviews.html b/notebooks/1_collect_reviews.html index 4d81e5c..0de073f 100644 --- a/notebooks/1_collect_reviews.html +++ b/notebooks/1_collect_reviews.html @@ -7,7 +7,7 @@ - + Collecting Code Review Data — Code Review Automation with Language Models diff --git a/notebooks/2_inference.html b/notebooks/2_inference.html index 2c4432f..df30b5e 100644 --- a/notebooks/2_inference.html +++ b/notebooks/2_inference.html @@ -7,7 +7,7 @@ - + CodeReviewer Model Inference — Code Review Automation with Language Models diff --git a/notebooks/3_evaluation.html b/notebooks/3_evaluation.html index e4cbbeb..3b5a68f 100644 --- a/notebooks/3_evaluation.html +++ b/notebooks/3_evaluation.html @@ -7,7 +7,7 @@ - + Predictions Evaluation — Code Review Automation with Language Models