Skip to content

Commit

Permalink
Merge pull request #365 from openego/dev
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
birgits authored Apr 2, 2023
2 parents 9350c60 + 1f6b36e commit abf607b
Show file tree
Hide file tree
Showing 56 changed files with 657 additions and 554 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Docs link check"
on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt install pandoc
python -m pip install --upgrade pip
pip install -r rtd_requirements.txt
- name: Check doc links
run: |
sphinx-build . -b linkcheck -d _build/doctrees _build/html
working-directory: ./doc
20 changes: 20 additions & 0 deletions doc/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 = .
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)
17 changes: 0 additions & 17 deletions doc/api.rst

This file was deleted.

66 changes: 0 additions & 66 deletions doc/api/edisgo.flex_opt.rst

This file was deleted.

42 changes: 0 additions & 42 deletions doc/api/edisgo.io.rst

This file was deleted.

58 changes: 0 additions & 58 deletions doc/api/edisgo.network.rst

This file was deleted.

44 changes: 0 additions & 44 deletions doc/api/edisgo.opf.rst

This file was deleted.

82 changes: 0 additions & 82 deletions doc/api/edisgo.tools.rst

This file was deleted.

5 changes: 0 additions & 5 deletions doc/api/edisgo_class.rst

This file was deleted.

Loading

0 comments on commit abf607b

Please sign in to comment.