Skip to content

Commit 22ab190

Browse files
CopilotAArnott
andcommitted
Add documentation reference for Python package nbgv-python
Co-authored-by: AArnott <[email protected]>
1 parent 5978051 commit 22ab190

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

docfx/docs/ecosystems/python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Python
2+
3+
A community-contributed Python package [`nbgv-python`](https://pypi.org/project/nbgv-python/) brings Nerdbank.GitVersioning to the Python ecosystem.
4+
5+
## Installation
6+
7+
```bash
8+
pip install nbgv-python
9+
```
10+
11+
See the [nbgv-python PyPI page](https://pypi.org/project/nbgv-python/) for usage instructions and documentation.

docfx/docs/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ See relevant documentation for any of these topics:
1717

1818
* [.NET](ecosystems/dotnet.md)
1919
* [Node](ecosystems/node.md)
20+
* [Python](ecosystems/python.md)
2021
* [VSIX](ecosystems/vsix.md)
2122

2223
## Build

docfx/docs/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ items:
1616
- href: ecosystems/node.md
1717
items:
1818
- href: npm-acquisition.md
19+
- href: ecosystems/python.md
1920
- href: ecosystems/vsix.md
2021
- href: nbgv-cli.md
2122
- href: path-filters.md

0 commit comments

Comments
 (0)