Conversation
for more information, see https://pre-commit.ci
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
==========================================
+ Coverage 88.16% 89.19% +1.03%
==========================================
Files 7 6 -1
Lines 338 324 -14
==========================================
- Hits 298 289 -9
+ Misses 40 35 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
All these don't seem to be used anywhere, why add them?
There was a problem hiding this comment.
Are these here because they are needed or because openfe has them?
There was a problem hiding this comment.
Are these actually generated files? If not, to avoid confusion, I would say just add the rst files as-is under the api folder alongside the index.
If they are auto-generated, then it's not immediately clear to me that they should be commited.
| # | ||
| html_theme = "ofe_sphinx_theme" | ||
| html_theme_options = { | ||
| "logo": {"text": "OpenFE docs"}, |
There was a problem hiding this comment.
| "logo": {"text": "OpenFE docs"}, | |
| "logo": {"text": "openfe-analysis docs"}, |
| sass_src_dir = "_sass" | ||
| sass_out_dir = "_static/css" | ||
|
|
||
| # Clone or update ExampleNotebooks |
|
|
||
| The **OpenFE Analysis** toolkit provides a free and open-source framework for analyzing alchemical free energy calculations. | ||
|
|
||
| .. grid:: 1 2 2 4 |
There was a problem hiding this comment.
Do you plan on populating the full grid? Otherwise I would not go for this and just have an API title entry.
The openfe layout is a bit much for most sub-projects. Maybe see how Kartograf or gufe are set up?
| If only a ligand: | ||
| If only a ligand is present: | ||
| - prevents the ligand from jumping between periodic images | ||
| - Aligns the ligand to minimize its RMSD |
There was a problem hiding this comment.
make capitalization consistent in these bullet points?
| [](https://openfree.energy/) | ||
| [](https://github.com/OpenFreeEnergy/openfe_analysis/actions/workflows/ci.yaml) | ||
| [](https://codecov.io/gh/OpenFreeEnergy/openfe_analysis) | ||
| [](https://docs.openfree.energy/en/stable/?badge=stable) |
No description provided.