8000 docs: Comment out not-ready insiders docs · FasterSpeeding/python@c5a30ce · GitHub
[go: up one dir, main page]

Skip to content

Commit c5a30ce

Browse files
committed
docs: Comment out not-ready insiders docs
1 parent 6321193 commit c5a30ce

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

docs/insiders/index.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ The biggest bottleneck in Open Source is time.[^3]
4848
you can be sure that bugs are fixed quickly and new features are added
4949
regularly.
5050

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
5252
[completed funding goals][goals completed] to learn whether you're already using features that
5353
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]! -->
5555

5656
## What's in it for me?
5757

@@ -61,14 +61,22 @@ data_source = "docs/insiders/goals.yml"
6161

6262
```python exec="1" session="insiders"
6363
--8<-- "scripts/insiders.py"
64+
```
6465

66+
<!-- ```python exec="1" session="insiders"
6567
print(f"""The moment you <a href="#how-to-become-a-sponsor">become a sponsor</a>, you'll get **immediate
6668
access to {len(completed_features)} additional features** that you can start using right away, and
6769
which are currently exclusively available to sponsors:\n""")
6870
6971
for feature in completed_features:
7072
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).
7280

7381
## How to become a sponsor
7482

@@ -107,13 +115,10 @@ You can cancel your sponsorship anytime.[^5]
< 8000 /div>
107115
regarding your payment, and GitHub doesn't offer refunds, sponsorships are
108116
non-refundable.
109117

110-
111118
```python exec="1" session="insiders"
112119
print_join_sponsors_button()
113120
```
114121

115-
116-
117122
<br>
118123

119124
```python exec="1" session="insiders"
@@ -132,11 +137,16 @@ print_sponsors()
132137

133138
## Funding
134139

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+
""")
137147
```
138148

139-
### Goals
149+
<!-- ### Goals
140150
141151
The following section lists all funding goals. Each goal contains a list of
142152
features prefixed with a checkmark symbol, denoting whether a feature is
@@ -161,7 +171,7 @@ can be used by all users.
161171
for goal in goals.values():
162172
if goal.complete:
163173
goal.render()
164-
```
174+
``` -->
165175

166176
## Frequently asked questions
167177

@@ -177,8 +187,6 @@ feature flags. Most Insiders features enhance the overall experience,
177187
though while these features add value for the users of your project, they
178188
shouldn't be necessary for previewing when making changes to content.
179189

180-
181-
182190
### Payment
183191

184192
> We don't want to pay for sponsorship every month. Are there any other options?

0 commit comments

Comments
 (0)
0