Skip to content

Commit abf607b

Browse files
author
Birgit Schachler
authored
Merge pull request #365 from openego/dev
Release 0.2.1
2 parents 9350c60 + 1f6b36e commit abf607b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+657
-554
lines changed

.github/workflows/docs-check.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "Docs link check"
2+
on: [push]
3+
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v3
9+
- name: Install dependencies
10+
run: |
11+
sudo apt install pandoc
12+
python -m pip install --upgrade pip
13+
pip install -r rtd_requirements.txt
14+
- name: Check doc links
15+
run: |
16+
sphinx-build . -b linkcheck -d _build/doctrees _build/html
17+
working-directory: ./doc

doc/Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Minimal makefile for Sphinx documentation
2+
#
3+
4+
# You can set these variables from the command line, and also
5+
# from the environment for the first two.
6+
SPHINXOPTS ?=
7+
SPHINXBUILD ?= sphinx-build
8+
SOURCEDIR = .
9+
BUILDDIR = _build
10+
11+
# Put it first so that "make" without argument is like "make help".
12+
help:
13+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14+
15+
.PHONY: help Makefile
16+
17+
# Catch-all target: route all unknown targets to Sphinx using the new
18+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19+
%: Makefile
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

doc/api.rst

Lines changed: 0 additions & 17 deletions
This file was deleted.

doc/api/edisgo.flex_opt.rst

Lines changed: 0 additions & 66 deletions
This file was deleted.

doc/api/edisgo.io.rst

Lines changed: 0 additions & 42 deletions
This file was deleted.

doc/api/edisgo.network.rst

Lines changed: 0 additions & 58 deletions
This file was deleted.

doc/api/edisgo.opf.rst

Lines changed: 0 additions & 44 deletions
This file was deleted.

doc/api/edisgo.tools.rst

Lines changed: 0 additions & 82 deletions
This file was deleted.

doc/api/edisgo_class.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)