Skip to content

Commit

Permalink
Docs (#135)
Browse files Browse the repository at this point in the history
* feat: moving to runnable

* feat: Bringing in docs

* feat: Bring in more renaming

* feat: SDK execute will work

* feat: simplified data passing

* feat: making local executor only serial

* fix: bug with parallel execution

* feat: SDK function can be a function insted of dotted path

* docs: fixing docs

* feat: removing re-run from entrypoints

* feat: retry executor

* docs: updating docs

* ci: no PR check on docs

* docs: updating readme

* docs: updating readme

* docs: updating readme

* docs: still working through it

* fix: getting the json parameter working

* feat: Tasks can send back objects now

* feat: returns of all tasks is complete

* feat: tasks can return objects

* docs: fixing docs

* fix: fixing parameters

* feat: working parameters

* feat: working parameters

* fix: removing tutorial

* fix: removing tutorial

* fix: map can return params

* fix: map can return params

* feat: Notebooks can pass objects between themselves

* fix: notebooks can return object parameters but cannot consume

* feat: map nodes and reducer functionality

* chore: isort

* chore: isort

* chore: isort

* chore: isort

* fix: examples, sdk execute

* docs: working on improving the docs

* feat: simpler sdk traversals

* docs: still working on it

* fix: removing tracker and fixing some bugs

* feat: metrics added

* feat: Improved logging and presentation

* feat: faux semantic release

* feat: faux semantic release
  • Loading branch information
vijayvammi authored Apr 9, 2024
1 parent 94e3839 commit 59b848b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 205 deletions.
203 changes: 0 additions & 203 deletions docs/extensions.md

This file was deleted.

4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
site_name: runnable
site_description: "Pipelines made easy"
strict: false
repo_url: https://github.com/vijayvammi/runnable
repo_url: https://github.com/AstraZeneca/runnable


# TODO: Set up versioning

Expand Down Expand Up @@ -151,5 +152,4 @@ nav:
- "Secrets": "configurations/secrets.md"
# - "Experiment tracking": "configurations/experiment-tracking.md"
- "Python SDK": "sdk.md"
- "Extensions": "extensions.md"
# - "Roadmap": "roadmap.md"
1 change: 1 addition & 0 deletions runnable/cli.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# A dummy to trigger the PR
import logging

import click
Expand Down

0 comments on commit 59b848b

Please sign in to comment.