Skip to content

Commit abd14ef

Browse files
authored
Merge pull request #7 from Hochfrequenz/develop
Rename python package to bo4e
2 parents 7049784 + 88f6bbd commit abd14ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PAPER =
88
BUILDDIR = ../build/sphinx/
99
AUTODOCDIR = api
1010
AUTODOCBUILD = sphinx-apidoc
11-
PROJECT = bo4e-python
11+
PROJECT = bo4e
1212
MODULEDIR = ../src/bo4e
1313

1414
# User-friendly check for sphinx-build

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
master_doc = "index"
9292

9393
# General information about the project.
94-
project = u"bo4e-python"
94+
project = u"bo4e"
9595
copyright = u"2020, Hochfrequenz GmbH"
9696

9797
# The version info for the project you're documenting, acts as replacement for
@@ -259,7 +259,7 @@
259259
(
260260
"index",
261261
"user_guide.tex",
262-
u"bo4e-python Documentation",
262+
u"bo4e Documentation",
263263
u"Kevin Krechan",
264264
"manual",
265265
),

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=============
2-
bo4e-python
2+
bo4e
33
=============
44

5-
This is the documentation of **bo4e-python**.
5+
This is the documentation of **bo4e**.
66

77
.. note::
88

0 commit comments

Comments
 (0)