Skip to content

Commit

Permalink
Initial rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
AAndersn committed May 25, 2021
1 parent 4ad04bd commit be6082e
Show file tree
Hide file tree
Showing 168 changed files with 5,539 additions and 9,397 deletions.
11 changes: 0 additions & 11 deletions docs/.project

This file was deleted.

2 changes: 0 additions & 2 deletions docs/.settings/org.eclipse.core.resources.prefs

This file was deleted.

10 changes: 5 additions & 5 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = GridAPPS-D
# 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

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)
5 changes: 2 additions & 3 deletions docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if "%SPHINXBUILD%" == "" (
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=GridAPPS-D

if "%1" == "" goto help

Expand All @@ -26,11 +25,11 @@ if errorlevel 9009 (
exit /b 1
)

%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
goto end

:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%

:end
popd
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
javasphinx
sphinx
nbsphinx
sphinx-autobuild
sphinx-rtd-theme
recommonmark
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file modified docs/source/GridAPPS-D_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
314 changes: 0 additions & 314 deletions docs/source/api_docs/gov/pnnl/gridlabd/cim/CDPSM_to_GLM-GldNode.rst

This file was deleted.

Loading

0 comments on commit be6082e

Please sign in to comment.