From 567d3ea570b018f8f7a1320a739b3f2c14d56893 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Fri, 31 Jan 2025 12:40:37 -0500 Subject: [PATCH] Update signac links. --- README.md | 6 +++--- doc/src/guide/python/actions.md | 2 +- doc/src/guide/python/signac.md | 2 +- doc/src/signac-flow.md | 2 +- doc/src/workflow/workspace.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7829633..1796a7b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ process your entire workflow to completion over many submissions. The name is **row** as in *"row, row, row your boat"*. Notable features: -* Support arbitrary directories and [signac](https://signac.io) workspaces. +* Support arbitrary directories and [signac](https://signac.readthedocs.io/) workspaces. * Define your workflow in a configuration file. * Execute actions via user-defined shell commands. * Flexible group definitions: @@ -71,11 +71,11 @@ dir19 eligible 691 Tutorial, command line interface documentation, and configuration file specifications. - [Row discussion board](https://github.com/glotzerlab/row/discussions/): Ask the **row** user community for help. -- [signac](https://signac.io): +- [signac](https://signac.readthedocs.io/): Python package to help you manage your workspace. ## History **Row** is a spiritual successor to [signac-flow][flow]. -[flow]: https://docs.signac.io/projects/flow/en/latest/. +[flow]: https://signac.readthedocs.io/projects/flow/en/latest/. diff --git a/doc/src/guide/python/actions.md b/doc/src/guide/python/actions.md index 2456f2e..888f40b 100644 --- a/doc/src/guide/python/actions.md +++ b/doc/src/guide/python/actions.md @@ -42,7 +42,7 @@ to initialize the signac workspace and populate it with directories. > For extra credit, reimplement the **signac** tutorial workflow in **row** after you > finish reading this guide. -[*basic* tutorial]: https://docs.signac.io/en/latest/tutorial.html#basics +[*basic* tutorial]: https://signac.readthedocs.io/en/latest/tutorial.html#basics ## Write actions.py diff --git a/doc/src/guide/python/signac.md b/doc/src/guide/python/signac.md index afa5382..78273a3 100644 --- a/doc/src/guide/python/signac.md +++ b/doc/src/guide/python/signac.md @@ -1,6 +1,6 @@ # Working with signac projects -[signac](https://signac.io) is a Python library that helps you manage your workspace +[signac](https://signac.readthedocs.io/) is a Python library that helps you manage your workspace directories. Define **values** as dictionaries, and **signac** will automatically create directories for you. **signac** also offers many APIs to iterate, search, and perform many other tasks. diff --git a/doc/src/signac-flow.md b/doc/src/signac-flow.md index 00dd871..ffd920c 100644 --- a/doc/src/signac-flow.md +++ b/doc/src/signac-flow.md @@ -1,7 +1,7 @@ # Migrating from signac-flow **Row** is a spiritual successor to -[signac-flow](https://docs.signac.io/projects/flow/en/latest/). Many concepts and +[signac-flow](https://signac.readthedocs.io/projects/flow). Many concepts and common usage patters map directly from **signac-flow** to **row**. Concepts: diff --git a/doc/src/workflow/workspace.md b/doc/src/workflow/workspace.md index 92db218..316ae8e 100644 --- a/doc/src/workflow/workspace.md +++ b/doc/src/workflow/workspace.md @@ -27,4 +27,4 @@ Set ```toml workspace.value_file = "signac_statepoint.json" ``` -to use **row** with [signac](https://signac.io) workspaces. +to use **row** with [signac](https://signac.readthedocs.io/) workspaces.