Skip to content

Commit 0786307

Browse files
authored
Merge branch 'main' into documentation
2 parents 4c530cc + b22d761 commit 0786307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v5
1414
- name: Install dependencies
1515
run: |
16-
pip install sphinx sphinx_mdinclude furo sphinx-copybutton #sphinx-new-tab-link
16+
pip install sphinx sphinx_mdinclude furo sphinx-copybutton sphinx-new-tab-link
1717
- name: Sphinx build
1818
run: |
1919
sphinx-build -M html doc/source/ doc/build/

doc/source/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RFdiffusion2 addresses these limitations by:
1212

1313
To learn how to run RFdiffusion2 using an [Apptainer](https://apptainer.org/) image, see the [READEME](readme_link.html).
1414

15-
> **NOTE:** The current rendition of RFdiffusion2 makes it particularly useful for enzyme scaffolding and it has increased backbone flexibility compared to RFdiffusion. However, for binder design it is recommended to use the original RFdiffusion.
15+
> **NOTE:** The current rendition of RFdiffusion2 makes it particularly useful for enzyme scaffolding, but for many other applications RFdiffusion (the original) will be easier to use and may provide comparable or better results.

0 commit comments

Comments
 (0)