@@ -48,10 +48,10 @@ The biggest bottleneck in Open Source is time.[^3]
48
48
you can be sure that bugs are fixed quickly and new features are added
49
49
regularly.
50
50
51
- If you're unsure if you should sponsor this project, check out the list of
51
+ <!-- If you're unsure if you should sponsor this project, check out the list of
52
52
[completed funding goals][goals completed] to learn whether you're already using features that
53
53
were developed with the help of sponsorships. You're most likely using at least
54
- a handful of them, [ thanks to our awesome sponsors] [ sponsors ] !
54
+ a handful of them, [thanks to our awesome sponsors][sponsors]! -->
55
55
56
56
## What's in it for me?
57
57
@@ -61,14 +61,22 @@ data_source = "docs/insiders/goals.yml"
61
61
62
62
``` python exec="1" session="insiders"
63
63
-- 8 < -- " scripts/insiders.py"
64
+ ```
64
65
66
+ <!-- ```python exec="1" session="insiders"
65
67
print(f"""The moment you <a href="#how-to-become-a-sponsor">become a sponsor</a>, you'll get **immediate
66
68
access to {len(completed_features)} additional features** that you can start using right away, and
67
69
which are currently exclusively available to sponsors:\n""")
68
70
69
71
for feature in completed_features:
70
72
feature.render(badge=True)
71
- ```
73
+ ``` -->
74
+
75
+ We currently don't have any features available to sponsors only.
76
+ Right now we are putting our efforts into the documentation,
77
+ then we will start again implementing features.
78
+ You can get updates on * mkdocstrings-python Insiders* work
79
+ by following ** @pawamoy ** on :material-mastodon:{ .mastodon } [ Fosstodon] ( https://fosstodon.org/@pawamoy ) .
72
80
73
81
## How to become a sponsor
74
82
@@ -107,13 +115,10 @@ You can cancel your sponsorship anytime.[^5]
<
8000
/div>
107
115
regarding your payment, and GitHub doesn't offer refunds, sponsorships are
108
116
non-refundable.
109
117
110
-
111
118
``` python exec="1" session="insiders"
112
119
print_join_sponsors_button()
113
120
```
114
121
115
-
116
-
117
122
<br >
118
123
119
124
``` python exec="1" session="insiders"
@@ -132,11 +137,16 @@ print_sponsors()
132
137
133
138
## Funding
134
139
135
- ``` python exec="1" session="insiders" idprefix=""
136
- print (f " Current funding is at **$ { human_readable_amount(current_funding)} a month**. " )
140
+ ``` python exec="1" session="insiders"
141
+ print (f """
142
+ Current funding is at **$ { human_readable_amount(current_funding)} a month**.
143
+ We do not have any funding goals yet.
144
+ Stay updated by following **@pawamoy**
145
+ on :material-mastodon: {{ .mastodon }} [Fosstodon](https://fosstodon.org/@pawamoy).
146
+ """ )
137
147
```
138
148
139
- ### Goals
149
+ <!-- ### Goals
140
150
141
151
The following section lists all funding goals. Each goal contains a list of
142
152
features prefixed with a checkmark symbol, denoting whether a feature is
@@ -161,7 +171,7 @@ can be used by all users.
161
171
for goal in goals.values():
162
172
if goal.complete:
163
173
goal.render()
164
- ```
174
+ ``` -->
165
175
166
176
## Frequently asked questions
167
177
@@ -177,8 +187,6 @@ feature flags. Most Insiders features enhance the overall experience,
177
187
though while these features add value for the users of your project, they
178
188
shouldn't be necessary for previewing when making changes to content.
179
189
180
-
181
-
182
190
### Payment
183
191
184
192
> We don't want to pay for sponsorship every month. Are there any other options?
0 commit comments