3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

Revert "docs/t: warn in main articles that specifications in master may be outdated"

This reverts commit 58b717a2a0.
This commit is contained in:
James Lu 2018-08-23 21:31:34 -07:00
parent 5838d88404
commit 79b3387bcb
3 changed files with 0 additions and 9 deletions

View File

@ -1,6 +1,3 @@
### Version Warning
This version of the document targets the current stable branch of PyLink, and may be considerably outdated when compared to the **devel** branch where active development takes place. When developing new plugins or protocol modules, we highly recommend targeting the devel branch.
# PyLink hooks reference
***Last updated for 2.0.0 (2018-07-11).***

View File

@ -1,6 +1,3 @@
### Version Warning
This version of the document targets the current stable branch of PyLink, and may be considerably outdated when compared to the **devel** branch where active development takes place. When developing new plugins or protocol modules, we highly recommend targeting the devel branch.
# PyLink Protocol Module Specification
***Last updated for 2.0.0 (2018-07-11).***

View File

@ -1,6 +1,3 @@
### Version Warning
This version of the document targets the current stable branch of PyLink, and may be considerably outdated when compared to the **devel** branch where active development takes place. When developing new plugins or protocol modules, we highly recommend targeting the devel branch.
# Writing plugins for PyLink
Most features in PyLink (Relay, Automode, etc.) are implemented as plugins, which can be mix-and-matched on any particular instance. Without any plugins loaded, PyLink can connect to servers but won't accomplish anything useful.