diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-22 23:28:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-22 23:28:24 +0200 |
commit | 46ad6bc1faac82555a9e6cfea93536e2a504e2e8 (patch) | |
tree | 61c140c8943642091e3bec5acb59e06b35a1e00d /docs/rtd/source/index.rst | |
parent | d358840ebe02f45ef782546fc3f8369ff2870ea5 (diff) | |
parent | aac33a4a30a596a395f043b5762c88ccccc571a5 (diff) | |
download | podman-46ad6bc1faac82555a9e6cfea93536e2a504e2e8.tar.gz podman-46ad6bc1faac82555a9e6cfea93536e2a504e2e8.tar.bz2 podman-46ad6bc1faac82555a9e6cfea93536e2a504e2e8.zip |
Merge pull request #4321 from baude/readthedocsinit
Initial checking for readthedocs
Diffstat (limited to 'docs/rtd/source/index.rst')
-rw-r--r-- | docs/rtd/source/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/rtd/source/index.rst b/docs/rtd/source/index.rst new file mode 100644 index 000000000..90033056c --- /dev/null +++ b/docs/rtd/source/index.rst @@ -0,0 +1,20 @@ +.. Podman documentation master file, created by + sphinx-quickstart on Tue Oct 22 15:20:30 2019. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Podman's documentation! +================================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` |