File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1- Developers
2- ==========
1+ Contribution Guide
2+ ==================
33
44We welcome contributions to the pyApp project (and sub projects).
55
1616
1717- Update the docs with the details if required.
1818
19- - The API matters, ensure any features provide a nice API for end users.
20-
19+ - The API matters, ensure any features provide a nice API for both developers and
20+ end-users.
2121
2222The core pyApp package is intended to be light and mainly made up of plumbing
2323code. If you want to add support for a particular service or server an extension
Original file line number Diff line number Diff line change 22Extensions
33##########
44
5+ Extensions are features that are not part of the core pyApp framework but extend
6+ it's functionality.
7+
58
69Available Extensions
710====================
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Getting Started
55In this section we will run through the processes of building an application with
66``pyApp ``.
77
8- App Layout
9- ==========
8+ Application Layout
9+ ==================
1010
1111We'll start with a simple application that accepts input from the command line
1212and combines it with a value from configuration.
@@ -45,9 +45,11 @@ uses this file to find information for the application.
4545
4646``__version__ ``
4747 The version number of the application, it is recommended that this be a
48- semantic version. ``pyApp `` also provides tools for this to be fetched from
48+ ` semantic version `_ . ``pyApp `` also provides tools for this to be fetched from
4949 the installed package list.
5050
51+ .. _semantic version : https://semver.org/
52+
5153
5254``__main__.py ``
5355---------------
You can’t perform that action at this time.
0 commit comments