Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos.toolbox
Commits
532d143d
Commit
532d143d
authored
9 years ago
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
convert documentation to rst
parent
7c327f1a
No related merge requests found
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
4 deletions
+14
-4
README.rst
README.rst
+12
-0
README.txt
README.txt
+0
-2
setup.py
setup.py
+2
-2
slapos/README.builder.rst
slapos/README.builder.rst
+0
-0
slapos/README.cloudmgr.rst
slapos/README.cloudmgr.rst
+0
-0
slapos/README.monitor.rst
slapos/README.monitor.rst
+0
-0
slapos/README.onetimeupload.rst
slapos/README.onetimeupload.rst
+0
-0
slapos/README.shacache.rst
slapos/README.shacache.rst
+0
-0
slapos/README.webrunner.rst
slapos/README.webrunner.rst
+0
-0
No files found.
README.rst
0 → 100644
View file @
532d143d
slapos.toolbox
==============
SlapOS toolbox contains :
- `builder <slapos/README.builder.rst>`_
- `cloudmgr <slapos/README.cloudmgr.rst>`_
- `monitor <slapos/README.monitor.rst>`_
- `onetimeupload <slapos/README.onetimeupload.rst>`_
- `shacache <slapos/README.shacache.rst>`_
- `webrunner <slapos/README.webrunner.rst>`_
This diff is collapsed.
Click to expand it.
README.txt
deleted
100644 → 0
View file @
7c327f1a
slapos.toolbox
==============
This diff is collapsed.
Click to expand it.
setup.py
View file @
532d143d
...
...
@@ -4,10 +4,10 @@ import os
version
=
'0.49.dev0'
name
=
'slapos.toolbox'
long_description
=
open
(
"README.
tx
t"
).
read
()
+
"
\
n
"
+
\
long_description
=
open
(
"README.
rs
t"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.txt"
).
read
()
+
"
\
n
"
for
f
in
sorted
(
glob
.
glob
(
os
.
path
.
join
(
'slapos'
,
'README.*.
tx
t'
))):
for
f
in
sorted
(
glob
.
glob
(
os
.
path
.
join
(
'slapos'
,
'README.*.
rs
t'
))):
long_description
+=
'
\
n
'
+
open
(
f
).
read
()
+
'
\
n
'
# Provide a way to install additional requirements
...
...
This diff is collapsed.
Click to expand it.
slapos/README.builder.
tx
t
→
slapos/README.builder.
rs
t
View file @
532d143d
File moved
This diff is collapsed.
Click to expand it.
slapos/README.cloudmgr.
tx
t
→
slapos/README.cloudmgr.
rs
t
View file @
532d143d
File moved
This diff is collapsed.
Click to expand it.
slapos/README.monitor.
tx
t
→
slapos/README.monitor.
rs
t
View file @
532d143d
File moved
This diff is collapsed.
Click to expand it.
slapos/README.onetimeupload.
tx
t
→
slapos/README.onetimeupload.
rs
t
View file @
532d143d
File moved
This diff is collapsed.
Click to expand it.
slapos/README.shacache.
tx
t
→
slapos/README.shacache.
rs
t
View file @
532d143d
File moved
This diff is collapsed.
Click to expand it.
slapos/README.webrunner.
tx
t
→
slapos/README.webrunner.
rs
t
View file @
532d143d
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment