Skip to content
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Using this toolkit you can plan, execute, and analyze free energy calculations u

Follow our installation guide to get **openfe** running on your machine!

.. grid-item-card:: :fas:`laptop-code` CLI
.. grid-item-card:: :fas:`laptop-code` CLI Quickstart
:text-align: center
:link: reference/cli/index
:link: tutorials/rbfe_cli_tutorial
Comment thread
atravitz marked this conversation as resolved.
:link-type: doc

Documentation for **openfe**\'s simple command line interface.
Get started with **openfe**\'s command line interface.

.. grid-item-card:: :fas:`person-chalkboard` Tutorials
:text-align: center
Expand All @@ -53,12 +53,12 @@ Using this toolkit you can plan, execute, and analyze free energy calculations u

How-to guides for common tasks.

.. grid-item-card:: :fas:`code` Python API
.. grid-item-card:: :fas:`code` API Docs
:text-align: center
:link: reference/api/index
:link: reference/index
:link-type: doc

Comprehensive details of the **openfe** Python API.
Comprehensive details of the **openfe** Python and CLI APIs.

.. grid-item-card:: :fas:`gears` Protocols
:text-align: center
Expand Down
2 changes: 1 addition & 1 deletion openfecli/parameters/plan_network_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def load_yaml_planner_options(path: Optional[str], context) -> PlanNetworkOption

# TODO: do we want this in the docs anywhere?
DEFAULT_YAML = """
mapper: KartografAtomMapper
mapper: kartograf
settings:
atom_max_distance: 0.95
atom_map_hydrogens: true
Expand Down
Loading