Skip to content

Commit ad8a1d3

Browse files
committed
Updated documentation
1 parent ecbe3bd commit ad8a1d3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ P4D makes it very easy to use python as a scripting language for Delphi applicat
1515
The best way to learn about how to use Python for Delphi is to try the extensive range of demos available. Also studying the unit tests for VarPyth and WrapDelphi can help understand what is possible with these two units.
1616

1717
### Wiki topics ###
18+
- [Installation](https://github.com/pyscripter/python4delphi/wiki/Installation)
1819
- [Supported Platforms](https://github.com/pyscripter/python4delphi/wiki/SupportedPlatforms)
1920
- [How Python for Delphi finds your Python distribution](https://github.com/pyscripter/python4delphi/wiki/FindingPython) (read before trying the demos)

Unsupported/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Unsupported folder contents
2+
3+
This folder contains:
4+
- Old and to a large extent obsolete documentation (Old docs).
5+
- VCL components providing python wrappers for TDataset, TBDEDataset, TTable and TQuery.
6+
(VCL folder). Deprecated and unsupported. They are superseded by WrapDelphi and WrapFireDAC.

0 commit comments

Comments
 (0)