-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
13 changed files
with
79 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,14 +1,15 @@ | ||
# Changes here will be overwritten by Copier | ||
_commit: 1.2.0 | ||
_commit: 1.2.6 | ||
_src_path: gh:pawamoy/copier-pdm | ||
author_email: [email protected] | ||
author_email: [email protected] | ||
author_fullname: Timothée Mazzucotelli | ||
author_username: pawamoy | ||
copyright_date: '2021' | ||
copyright_holder: Timothée Mazzucotelli | ||
copyright_holder_email: [email protected] | ||
copyright_holder_email: [email protected] | ||
copyright_license: ISC License | ||
insiders: true | ||
insiders_email: [email protected] | ||
insiders_repository_name: mkdocstrings-python | ||
project_description: A Python handler for mkdocstrings. | ||
project_name: mkdocstrings-python | ||
|
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.idea/ | ||
.vscode/ | ||
__pycache__/ | ||
*.py[cod] | ||
dist/ | ||
|
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 |
---|---|---|
|
@@ -60,7 +60,7 @@ representative at an online or offline event. | |
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported to the community leaders responsible for enforcement at | ||
[email protected]. | ||
[email protected]. | ||
All complaints will be reviewed and investigated promptly and fairly. | ||
|
||
All community leaders are obligated to respect the privacy and security of the | ||
|
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 |
---|---|---|
|
@@ -65,17 +65,31 @@ data_source = [ | |
``` | ||
|
||
<!-- blacken-docs:off --> | ||
```python exec="1" session="insiders" | ||
```python exec="1" session="insiders" idprefix="" | ||
--8<-- "scripts/insiders.py" | ||
|
||
print( | ||
f"""The moment you <a href="#how-to-become-a-sponsor">become a sponsor</a>, you'll get **immediate | ||
access to {len(unreleased_features)} additional features** that you can start using right away, and | ||
which are currently exclusively available to sponsors:\n""" | ||
) | ||
|
||
for feature in unreleased_features: | ||
feature.render(badge=True) | ||
if unreleased_features: | ||
print( | ||
"The moment you [become a sponsor](#how-to-become-a-sponsor), you'll get **immediate " | ||
f"access to {len(unreleased_features)} additional features** that you can start using right away, and " | ||
"which are currently exclusively available to sponsors:\n" | ||
) | ||
|
||
for feature in unreleased_features: | ||
feature.render(badge=True) | ||
|
||
print( | ||
"\n\nThese are just the features related to this project. " | ||
"[See the complete feature list on the author's main Insiders page](https://pawamoy.github.io/insiders/#whats-in-it-for-me)." | ||
) | ||
else: | ||
print( | ||
"The moment you [become a sponsor](#how-to-become-a-sponsor), you'll get immediate " | ||
"access to all released features that you can start using right away, and " | ||
"which are exclusively available to sponsors. At this moment, there are no " | ||
"Insiders features for this project, but checkout the [next funding goals](#goals) " | ||
"to see what's coming, as well as **[the feature list for all Insiders projects](https://pawamoy.github.io/insiders/#whats-in-it-for-me).**" | ||
) | ||
``` | ||
<!-- blacken-docs:on --> | ||
|
||
|
@@ -88,7 +102,7 @@ You can use your individual or organization GitHub account for sponsoring. | |
|
||
**Important**: If you're sponsoring **[@pawamoy][github sponsor profile]** | ||
through a GitHub organization, please send a short email | ||
to [email protected] with the name of your | ||
to [email protected] with the name of your | ||
organization and the GitHub account of the individual | ||
that should be added as a collaborator.[^4] | ||
|
||
|
@@ -97,7 +111,7 @@ You can cancel your sponsorship anytime.[^5] | |
[^4]: | ||
It's currently not possible to grant access to each member of an | ||
organization, as GitHub only allows for adding users. Thus, after | ||
sponsoring, please send an email to [email protected], stating which | ||
sponsoring, please send an email to [email protected], stating which | ||
account should become a collaborator of the Insiders repository. We're | ||
working on a solution which will make access to organizations much simpler. | ||
To ensure that access is not tied to a particular individual GitHub account, | ||
|
@@ -120,10 +134,10 @@ You can cancel your sponsorship anytime.[^5] | |
|
||
<hr> | ||
<div class="premium-sponsors"> | ||
|
||
<div id="bronze-sponsors"></div> | ||
<div id="gold-sponsors"></div> | ||
<div id="silver-sponsors"></div> | ||
<div id="bronze-sponsors"></div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div id="sponsors"></div> | ||
|
@@ -188,7 +202,7 @@ yearly billing cycle][billing cycle]. If for some reason you cannot do that, you | |
could also create a dedicated GitHub account with a yearly billing cycle, which | ||
you only use for sponsoring (some sponsors already do that). | ||
|
||
If you have any problems or further questions, please reach out to [email protected]. | ||
If you have any problems or further questions, please reach out to [email protected]. | ||
|
||
### Terms | ||
|
||
|
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 |
---|---|---|
|
@@ -143,7 +143,7 @@ as it is against our [Terms of use](index.md#terms).** | |
> ```bash | ||
> # clone the repository | ||
> git clone [email protected]:pawamoy-insiders/mkdocstrings-python | ||
> cd python | ||
> cd mkdocstrings-python | ||
> | ||
> # install build | ||
> pip install --user build | ||
|
@@ -184,7 +184,7 @@ git clone [email protected]:pawamoy-insiders/mkdocstrings-python | |
When cloning from `git`, the package must be installed: | ||
|
||
``` | ||
pip install -e python | ||
pip install -e mkdocstrings-python | ||
``` | ||
|
||
## Upgrading | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "pdm.backend" | |
[project] | ||
name = "mkdocstrings-python" | ||
description = "A Python handler for mkdocstrings." | ||
authors = [{name = "Timothée Mazzucotelli", email = "[email protected]"}] | ||
authors = [{name = "Timothée Mazzucotelli", email = "[email protected]"}] | ||
license = {text = "ISC"} | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
|
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