File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -326,22 +326,6 @@ $ pytest --cov-report=term-missing --cov=ciscoconfparse2 ./
326
326
...
327
327
```
328
328
329
-
330
- ### Editing the Package
331
-
332
- This uses the example of editing the package on a git branch called ` develop ` ... It also requires [ ` hatch ` ] ( https://pypi.org/project/hatch/ )
333
-
334
- - ` git clone https://github.com/mpenning/ciscoconfparse2 `
335
- - ` cd ciscoconfparse2 `
336
- - ` git branch develop `
337
- - ` git checkout develop `
338
- - Add / modify / delete things on the ` develop ` branch
339
- - ` make test `
340
- - If tests run clean, ` git commit ` all the pending changes on the ` develop ` branch
341
- - ` hatch version micro `
342
- - Edit ` CHANGES.md `
343
- - ` make cicd `
344
-
345
329
### Sphinx Documentation
346
330
347
331
Building the ciscoconfparse2 documentation tarball comes down to this one wierd trick:
You can’t perform that action at this time.
0 commit comments