mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
* Docs: Installation FAQ space and minor RFD3 docs updates Installation FAQ: created a document to specify any common installation issues and questions. Should be continuously updated based on logged issues and questions. Not specific to any model. RFD3: - changed the checkpoint files specified in the examples to rfd3_latest.ckpt - updated information in input.md to clarify information based on recent issues that had been submitted * Docs: Symlinks for RF3 and MPNN docs, RFD3 README minor edits RF3 and MPNN: folders, index files, and symlinks were created in order to provide space for eventual RF3 and MPNN docs. Several small changes in the RFD3 README to improve readability and add a pointer to the PPI tutorial as a starting point for someone new to RFdiffusion tools.
25 lines
736 B
ReStructuredText
25 lines
736 B
ReStructuredText
.. foundry documentation master file, created by
|
|
sphinx-quickstart on Wed Dec 17 16:36:38 2025.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to the official documentation for foundry
|
|
=================================================
|
|
|
|
`foundry <https://github.com/RosettaCommons/foundry/tree/production>`_ is a home for
|
|
many of the machine learning models produced by `Rosetta Commons member labs <https://rosettacommons.org/about/labs/>`_.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: General
|
|
|
|
license_link.rst
|
|
installation_faq.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Models
|
|
|
|
models/rfd3/index
|
|
models/rf3/index
|
|
models/mpnn/index |