Skip to content

Commit

Permalink
Deployed 25ae328 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Usmani committed Jul 18, 2024
1 parent dbd7975 commit 4cee2cd
Show file tree
Hide file tree
Showing 36 changed files with 3,860 additions and 7 deletions.
4 changes: 4 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<li class="toctree-l1"><a class="reference internal" href="/using/">How to use</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/scenario/">The scenario file</a>
</li>
</ul>
<p class="caption"><span class="caption-text">Modules</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/weather/">Weather</a>
Expand Down
20 changes: 20 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# 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)
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
Binary file added build/doctrees/environment.pickle
Binary file not shown.
Binary file added build/doctrees/index.doctree
Binary file not shown.
19 changes: 19 additions & 0 deletions build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. ChaProEV documentation master file, created by
sphinx-quickstart on Mon Apr 29 18:35:36 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to ChaProEV's documentation!
====================================

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



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


* :ref:`search`
Loading

0 comments on commit 4cee2cd

Please sign in to comment.