aboutsummaryrefslogtreecommitdiff
path: root/docs/source/pod.rst
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2019-10-29 17:27:12 -0700
committerMatthew Heon <mheon@redhat.com>2019-10-31 16:34:29 -0400
commit28ad43940f3bfca3870a5450342c4b79c6a2f60f (patch)
treee09c845896ba74942de8ec13e4404df393f374a5 /docs/source/pod.rst
parent27e79f55407b9e46cee06c97ba53bc3a485f5c03 (diff)
downloadpodman-28ad43940f3bfca3870a5450342c4b79c6a2f60f.tar.gz
podman-28ad43940f3bfca3870a5450342c4b79c6a2f60f.tar.bz2
podman-28ad43940f3bfca3870a5450342c4b79c6a2f60f.zip
Update document formatting and packaging code
* Refactored code and Makefile to support new docs layout * Removed some old code packaging code * Add Readme.md to document what we're doing Signed-off-by: Jhon Honce <jhonce@redhat.com> Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'docs/source/pod.rst')
-rw-r--r--docs/source/pod.rst28
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/source/pod.rst b/docs/source/pod.rst
index 94ed9604a..391686ce5 100644
--- a/docs/source/pod.rst
+++ b/docs/source/pod.rst
@@ -1,30 +1,30 @@
Pod
===
-:doc:`create <man/podman-pod-create.1>` Create a new empty pod
+:doc:`create <markdown/podman-pod-create.1>` Create a new empty pod
-:doc:`exists <man/podman-pod-exists.1>` Check if a pod exists in local storage
+:doc:`exists <markdown/podman-pod-exists.1>` Check if a pod exists in local storage
-:doc:`inspect <man/podman-pod-inspect.1>` Displays a pod configuration
+:doc:`inspect <markdown/podman-pod-inspect.1>` Displays a pod configuration
-:doc:`kill <man/podman-pod-kill.1>` Send the specified signal or SIGKILL to containers in pod
+:doc:`kill <markdown/podman-pod-kill.1>` Send the specified signal or SIGKILL to containers in pod
-:doc:`pause <man/podman-pause.1>` Pause one or more pods
+:doc:`pause <markdown/podman-pause.1>` Pause one or more pods
-:doc:`prune <man/podman-pod-prune.1>` Remove all stopped pods
+:doc:`prune <markdown/podman-pod-prune.1>` Remove all stopped pods
-:doc:`ps <man/podman-pod-ps.1>` List pods
+:doc:`ps <markdown/podman-pod-ps.1>` List pods
-:doc:`restart <man/podman-pod-restart.1>` Restart one or more pods
+:doc:`restart <markdown/podman-pod-restart.1>` Restart one or more pods
-:doc:`rm <man/podman-pod-rm.1>` Remove one or more pods
+:doc:`rm <markdown/podman-pod-rm.1>` Remove one or more pods
-:doc:`start <man/podman-pod-start.1>` Start one or more pods
+:doc:`start <markdown/podman-pod-start.1>` Start one or more pods
-:doc:`stats <man/podman-pod-stats.1>` Display a live stream of resource usage statistics for the containers in one or more pods
+:doc:`stats <markdown/podman-pod-stats.1>` Display a live stream of resource usage statistics for the containers in one or more pods
-:doc:`stop <man/podman-pod-stop.1>` Stop one or more pods
+:doc:`stop <markdown/podman-pod-stop.1>` Stop one or more pods
-:doc:`top <man/podman-pod-top.1>` Display the running processes of containers in a pod
+:doc:`top <markdown/podman-pod-top.1>` Display the running processes of containers in a pod
-:doc:`unpause <man/podman-pod-unpause.1>` Unpause one or more pods
+:doc:`unpause <markdown/podman-pod-unpause.1>` Unpause one or more pods