Skip to content

Commit 6815138

Browse files
authored
Merge pull request #1314 from dotnet/copilot/update-documentation-nbgv-python
Add documentation for Python package nbgv-python
2 parents 5c3e15c + 22ab190 commit 6815138

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)