Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pytask 0.5.9.dev101+gd0f4cb046 documentation
Light Logo Dark Logo
  • Tutorials
    • Installation
    • Set up a project
    • Write a task
    • Defining dependencies and products
    • Using a data catalog
    • Invoking pytask
    • Configuration
    • Plugins
    • Debugging
    • Repeating tasks with different inputs
    • Selecting tasks
    • Skipping tasks
    • Making tasks persist
    • Capturing output
    • Markers
    • Collecting tasks
    • Profiling tasks
    • Cleaning projects
    • Visualizing the DAG
  • How-to Guides
    • Migrating from scripts to pytask
    • Interfaces for dependencies and products
    • Portability
    • Remote files
    • Functional Interface
    • Capture warnings
    • How to influence the build order
    • Hashing inputs of tasks
    • Using task returns
    • Provisional nodes and task generators
    • Writing custom nodes
    • Extending pytask
    • The DataCatalog - Revisited
    • Using workspaces
    • Structure of a research project
    • Structure of task files
    • Templates and projects
    • Complex task repetitions
  • Explanations
    • Why pytask?
    • Comparison to other tools
    • pluggy and the Plugin Architecture
  • Reference Guides
    • The command line interface
    • The configuration
    • The Lock File
    • Hook Specifications
    • API
  • Plugin List
  • Type hints
  • Developer’s Guide
  • Glossary
  • Changes
  • On Github
Back to top

Reference Guides¶

Reference guides are articles which can be read alongside the code and provide additional details on the inner workings of pytask.

  • The command line interface
  • The configuration
  • The Lock File
  • Hook Specifications
  • API
Next
The command line interface
Previous
pluggy and the Plugin Architecture
Copyright © 2020, Tobias Raabe
Made with Sphinx and @pradyunsg's Furo