File tree Expand file tree Collapse file tree 3 files changed +702
-41
lines changed Expand file tree Collapse file tree 3 files changed +702
-41
lines changed Original file line number Diff line number Diff line change 1
1
# Contributing to mkdocstrings-python-xref
2
2
3
- This project's environment and developemtn tasks are managed using [ pixi]
4
- (previously it used conda and make).
5
-
6
3
## Prerequisites
7
4
8
- * [ install pixi] [ pixi-install ]
9
-
10
- ## Development setup
11
-
12
- To (re)create a pixi development environment for this project, from inside
13
- the source tree run:
14
-
15
- ```
16
- pixi reinstall
17
- ```
5
+ * [ pixi] [ pixi ] [ must be installed] [ pixi-install ] on your machine
18
6
19
- This is actually optional, since pixi will automatically install the
20
- environment the first time you run a command.
7
+ ## Development tasks
21
8
22
- See ` pixi task list ` for a list of available tasks.
9
+ All development tasks are managed using [ pixi] [ pixi ] .
10
+ Use ` pixi task list ` to see the available tasks.
23
11
24
12
## Versioning
25
13
26
14
The versions will generally track the version of [ mkdocstrings_python] [ ] on which it depends.
27
15
16
+ [ pixi ] : https://pixi.sh/dev/
17
+ [ pixi-install ] : https://pixi.sh/dev/advanced/installation/
28
18
[ mkdocstrings_python ] : https://github.com/mkdocstrings/python
29
19
30
20
31
- [ pixi ] : https://pixi.sh/latest/
32
- [ pixi-install ] : https://pixi.sh/latest/installation/
You can’t perform that action at this time.
0 commit comments