Skip to content

Commit 37f5ab1

Browse files
committed
Tidy up mrdeveloper.md
1 parent 6203e56 commit 37f5ab1

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

coredev/mrdeveloper.md

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,36 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": ""
7-
"keywords": ""
4+
"description": "mr.developer"
5+
"property=og:description": "mr.developer"
6+
"property=og:title": "mr.developer"
7+
"keywords": "mr.developer"
88
---
99

10-
% -*- coding: utf-8 -*-
10+
# `mr.developer`
1111

12-
# Mr. Developer
13-
14-
This buildout uses mr.developer to manage package development.
15-
See <http://pypi.python.org/pypi/mr.developer> for more information,
16-
or run {command}`bin/develop help` for a list of available commands.
12+
This buildout uses `mr.developer` to manage package development.
13+
See https://pypi.org/project/mr.developer/ for more information, or run `bin/develop help` for a list of available commands.
1714

1815
The most common workflow to get all the latest updates is:
1916

20-
```
21-
> git pull
22-
> bin/develop rb
17+
```shell
18+
git pull
19+
bin/develop rb
2320
```
2421

25-
This will get you the latest coredev configuration,
26-
checkout and update all packages via git and Subversion in src and run buildout to configure the whole thing.
22+
This will get you the latest `coredev` configuration, checkout and update all packages via git and Subversion in src, and run buildout to configure the whole thing.
2723

2824
From time to time you can check if some old cruft has accumulated:
2925

30-
```
31-
> bin/develop st
26+
```shell
27+
bin/develop st
3228
```
3329

3430
If this prints any lines with a question mark in front, you can cleanup by:
3531

36-
```
37-
> bin/develop purge
32+
```shell
33+
bin/develop purge
3834
```
3935

40-
This will remove packages from {file}`src/` which are no longer needed,
41-
as they have been replaced by proper egg releases of these packages.
36+
This will remove packages from {file}`src/` which are no longer needed, as they have been replaced by proper egg releases of these packages.

0 commit comments

Comments
 (0)