Skip to content

Commit

Permalink
One more try to get sphinx and github pages to work together nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
devdattakulkarni committed Aug 30, 2017
1 parent 6454cd0 commit e373f93
Show file tree
Hide file tree
Showing 43 changed files with 15,087 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPHINXOPTS =
SPHINXBUILD = python -msphinx
SPHINXPROJ = CloudARK
SOURCEDIR = .
BUILDDIR = _build
BUILDDIR = html

# Put it first so that "make" without argument is like "make help".
help:
Expand All @@ -17,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Binary file added docs/html/doctrees/architecture.doctree
Binary file not shown.
Binary file added docs/html/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/html/doctrees/index.doctree
Binary file not shown.
Binary file added docs/html/doctrees/intro.doctree
Binary file not shown.
Binary file added docs/html/doctrees/tutorial.doctree
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/html/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 2f581fafad99018fe1216ebab9366149
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added docs/html/html/.nojekyll
Empty file.
4 changes: 4 additions & 0 deletions docs/html/html/_sources/architecture.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Architecture
-------------

CloudARK consists of two main abstractions - Environment and Application
23 changes: 23 additions & 0 deletions docs/html/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. CloudARK documentation master file, created by
sphinx-quickstart on Wed Aug 30 10:11:27 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to CloudARK's documentation!
====================================

.. toctree::
:maxdepth: 2
:caption: Contents:

intro
architecture
tutorial


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
3 changes: 3 additions & 0 deletions docs/html/html/_sources/intro.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Introduction
-------------
CloudARK is a command-line tool for creating cloud environments for containerized applications
4 changes: 4 additions & 0 deletions docs/html/html/_sources/tutorial.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Tutorial
---------

Check the cloud-ark/cloudark-samples repository to see examples of deploying applications using CloudARK.
Binary file added docs/html/html/_static/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e373f93

Please sign in to comment.