Skip to content

Commit

Permalink
chore(docs): Incremental docs improvements (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaikaN57 authored Jan 7, 2025
1 parent 0fc50d5 commit 7ad3855
Show file tree
Hide file tree
Showing 21 changed files with 265 additions and 265 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2025 Nextdoor, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Kingpin: Deployment Automation Engine

Kingpin provides 3 main functions:

- **API Abstraction** - Job instructions are provided to Kingpin via a JSON based DSL (read below). The schema is strict and consistent from one action to another.
- **API Abstraction** - Job instructions are provided to Kingpin via a JSON based DSL (read below). The schema is strict and consistent from one action to another.
- **Automation Engine** - Kingpin leverages python's `tornado <http://tornado.readthedocs.org>`_ engine.
- **Parallel Execution** - Aside from non-blocking network IO, Kingpin can execute any action in parallel with another. (Read group.Async below)

Expand Down
Loading

0 comments on commit 7ad3855

Please sign in to comment.