Skip to content

Commit 7beb0ee

Browse files
committed
Remove mentioning of mxmake.
1 parent df66341 commit 7beb0ee

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

docs/glossary.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ mxdev
5252
It is designed for developers who use stable version constraints, then layer their customizations on top of that base while using a version control system.
5353
This design allows developers to override their base package constraints with a customized or newer version.
5454
55-
mxmake
56-
mxmake helps create development environments for Python projects based on [make](https://www.gnu.org/software/make) and [mxdev](https://github.com/mxstack/mxdev).
57-
5855
NFS
5956
[Network File System](https://en.wikipedia.org/wiki/Network_File_System).
6057

docs/install/source-step-by-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ myst:
44
"description": "Install Plone 6 backend from its packages for the one who wants to look under the hood"
55
"property=og:description": "Install Plone 6 backend from its packages for the one who wants to look under the hood"
66
"property=og:title": "Install Plone backend from its Packages – Step by Step"
7-
"keywords": "Plone, Plone 6, install, backend, pip, mxdev, mxmake, cookiecutter, packages, source, Zope, buildout"
7+
"keywords": "Plone, Plone 6, install, backend, pip, mxdev, cookiecutter, packages, source, Zope, buildout"
88
---
99

1010

docs/install/source.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,6 @@ You can now run `cookiecutter` to create a Zope instance sceleton with configura
113113
cookiecutter https://github.com/bluedynamics/plone-kickstarter
114114
```
115115
116-
```{todo}
117-
- Documentation driven implementation: plone-kickstarter: configure with mxmake [on top of] / [enhancing with scripts like test and check and you name it] mxdev.
118-
- Move bluedynamics/plone-kickstarter to plone/plone-kickstarter in Plone repo?
119-
- See mxmake in action: https://github.com/rohberg/Plone_mxmake_example for ONE single Makefile, ONE single requirements, ONE single constraints
120-
```
121-
122116
Answer the prompts with:
123117
124118
```ini
@@ -218,7 +212,6 @@ Checkout an add-on
218212
url[email protected]:collective/collective.bookmarks.git
219213
branch=master
220214
extras = test
221-
mxmake-test-path = src
222215
```
223216

224217
Add it to {file}`instance.yml` to let Zope know that this add-on should be loaded:

0 commit comments

Comments
 (0)