Skip to content

Commit afe354b

Browse files
jeremymanningclaude
andcommitted
Update documentation theme and repository links, format code with linters
- Change Sphinx theme to sphinx-rtd-theme across all documentation - Update all GitHub repository links to https://github.com/ContextLab/orchestrator - Update Context Lab homepage links to https://www.context-lab.com/ - Apply black and isort formatting to all Python files - Remove unused framework_documentation.md file - All 1211 tests pass successfully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent a62850c commit afe354b

File tree

86 files changed

+11286
-10488
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+11286
-10488
lines changed

docs/framework_documentation.md

Lines changed: 0 additions & 579 deletions
This file was deleted.

docs/getting_started/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To install from source for development:
3434

3535
.. code-block:: bash
3636
37-
git clone https://github.com/orchestrator-framework/orchestrator.git
37+
git clone https://github.com/ContextLab/orchestrator.git
3838
cd orchestrator
3939
pip install -e .
4040
@@ -178,7 +178,7 @@ Getting Help
178178
If you encounter issues:
179179

180180
1. Check the :doc:`../advanced/troubleshooting` guide
181-
2. Search existing `GitHub issues <https://github.com/orchestrator-framework/orchestrator/issues>`_
181+
2. Search existing `GitHub issues <https://github.com/ContextLab/orchestrator/issues>`_
182182
3. Create a new issue with your error details
183183

184184
Next Steps

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Orchestrator Framework Documentation
1515
Welcome to the **Orchestrator Framework** - a powerful, flexible, and production-ready system for orchestrating AI workflows. Whether you're building simple task chains or complex multi-model pipelines, Orchestrator provides the tools you need to create, manage, and scale your AI applications.
1616

1717
.. note::
18-
This documentation covers version 1.0.0 of the Orchestrator Framework. For the latest updates and features, please visit our `GitHub repository <https://github.com/orchestrator-framework/orchestrator>`_.
18+
This documentation covers version 1.0.0 of the Orchestrator Framework. For the latest updates and features, please visit our `GitHub repository <https://github.com/ContextLab/orchestrator>`_.
1919

2020
Quick Start
2121
-----------
@@ -211,7 +211,7 @@ Community & Support
211211
License
212212
-------
213213

214-
The Orchestrator Framework is released under the MIT License. See the `LICENSE <https://github.com/orchestrator-framework/orchestrator/blob/main/LICENSE>`_ file for details.
214+
The Orchestrator Framework is released under the MIT License. See the `LICENSE <https://github.com/ContextLab/orchestrator/blob/main/LICENSE>`_ file for details.
215215

216216
Indices and Tables
217217
==================

docs/tutorials/notebooks.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Interactive Tutorials
44
The Orchestrator Framework comes with comprehensive Jupyter notebook tutorials that provide hands-on learning experiences. These tutorials are designed to take you from beginner to advanced user.
55

66
.. note::
7-
All tutorials are available in the ``notebooks/`` directory of your Orchestrator installation. You can also `view them on GitHub <https://github.com/orchestrator-framework/orchestrator/tree/main/notebooks>`_.
7+
All tutorials are available in the ``notebooks/`` directory of your Orchestrator installation. You can also `view them on GitHub <https://github.com/ContextLab/orchestrator/tree/main/notebooks>`_.
88

99
Tutorial Overview
1010
-----------------
@@ -59,7 +59,7 @@ Installation
5959
pip install jupyter
6060
6161
# Clone the repository for tutorials
62-
git clone https://github.com/orchestrator-framework/orchestrator.git
62+
git clone https://github.com/ContextLab/orchestrator.git
6363
cd orchestrator
6464
6565
Starting Jupyter

docs_sphinx/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Getting Help
305305
If you encounter issues:
306306

307307
1. Check the :doc:`troubleshooting` guide
308-
2. Search existing `GitHub issues <https://github.com/contextualdynamics/orchestrator/issues>`_
308+
2. Search existing `GitHub issues <https://github.com/ContextLab/orchestrator/issues>`_
309309
3. Join our `Discord community <https://discord.gg/orchestrator>`_
310310
4. Create a new issue with detailed information
311311

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "py-orc"
77
version = "0.1.0"
88
description = "AI pipeline orchestration framework with intelligent ambiguity resolution"
99
authors = [
10-
{name = "Contextual Dynamics Lab", email = "contextualdynamics@gmail.com"},
10+
{name = "Contextual Dynamics Lab", email = "info@context-lab.com"},
1111
]
1212
readme = "README.md"
1313
license = {text = "MIT"}
@@ -70,10 +70,11 @@ all = [
7070
]
7171

7272
[project.urls]
73-
Homepage = "https://github.com/ContextLab/orchestrator"
73+
Homepage = "https://www.context-lab.com/"
7474
Repository = "https://github.com/ContextLab/orchestrator"
7575
Documentation = "https://orc.readthedocs.io"
7676
Changelog = "https://github.com/ContextLab/orchestrator/blob/main/CHANGELOG.md"
77+
Organization = "https://www.context-lab.com/"
7778

7879
[project.scripts]
7980
py-orc = "orchestrator.cli:main"

0 commit comments

Comments
 (0)