diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-04 14:16:02 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-04 15:05:58 +0200 |
| commit | 5bea04869dedb616a702e5ca612315752e8bba94 (patch) | |
| tree | 18567124d95b71afcb6876a4c0f98a8d94f72227 /docs/dev/makefile.rst | |
| parent | c5ccd50ffaa4254b6ad9902f6eb89c34e4f22f01 (diff) | |
[docs] move LXC blog article into developer documentation.
Move article 'Developing in Linux Containers' from blog section do developer
section. Since there are no more articles in the blog section, remove the
section completely.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev/makefile.rst')
| -rw-r--r-- | docs/dev/makefile.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst index 870b5d49c..b7472dad7 100644 --- a/docs/dev/makefile.rst +++ b/docs/dev/makefile.rst @@ -29,8 +29,8 @@ Calling the ``help`` target gives a first overview (``make help``): .. _make install: -Python environment -================== +Python Environment (``make install``) +===================================== .. sidebar:: activate environment |