-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
77 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ko_fi: Jaxcie | ||
github: Jaxc | ||
github: Jaxc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Changelog | ||
Here follows a log of released versions of PyStageLinQ. | ||
|
||
## [0.1.1] - Documentation update | ||
Added documentation | ||
### Added | ||
docs/folder with documentation, run `make html` to create documentation. It is also available at h | ||
https://pystagelinq.readthedocs.io/en/latest/ | ||
|
||
### Changes | ||
Some code has been changed to better correspond to how it is used. This mostly means that functions has been marked | ||
as private. | ||
|
||
### Known Issues | ||
Same known issues as for version 0.1.0. | ||
|
||
## [0.1.0] - Inital release | ||
Basic functionality done, but documentation needs to be done. I expect the API to change when I write this, so this is | ||
a pre-release until Documentation is in place. | ||
### Added | ||
Everything | ||
### Changes | ||
Yes | ||
### Fixed | ||
Some things | ||
### Security | ||
No | ||
### Known Issues | ||
There are currently one known issue: | ||
#### PyStageLinq cannot connect to device | ||
For some reason that I cannot figure out PyStageLinQ cannot connect to my Prime Go sometimes. This seems to be | ||
completely random and is because the device does not send a table of services when requested |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
API | ||
*** | ||
|
||
.. module:: PyStageLinQ | ||
|
||
This documentation describes the API of PyStageLinQ | ||
|
||
Application Object | ||
------------------ | ||
|
||
.. autoclass:: PyStageLinQ.PyStageLinQ.PyStageLinQ | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Version info | ||
************ | ||
|
||
.. mdinclude:: ../changelog.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Quickstart | ||
************ | ||
|
||
.. mdinclude:: ../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters