Skip to content
Snippets Groups Projects
Commit cdfecdf3 authored by David Schäfer's avatar David Schäfer
Browse files

rename modulesAPIs -> modules

parent 19615fdc
No related branches found
No related tags found
6 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!501Release 2.1,!478Draft: Documentation cleanups
......@@ -27,8 +27,8 @@ clean:
mkdir _static
rm -f *.automodsumm
rm -f *.automodapi
rm -f moduleAPIs/*.automodsumm
rm -f moduleAPIs/*.automodapi
rm -f modules/*.automodsumm
rm -f modules/*.automodapi
rm -f */*.automodsumm
rm -f -r coredoc
......@@ -40,8 +40,8 @@ doc:
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
rm -f *.automodsumm
rm -f *.automodapi
rm -f moduleAPIs/*.automodsumm
rm -f moduleAPIs/*.automodapi
rm -f modules/*.automodsumm
rm -f modules/*.automodapi
rm -f */*.automodsumm
# make documentation
......@@ -57,8 +57,8 @@ testonly:
@$(SPHINXBUILD) -M doctest "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
rm -f *.automodsumm
rm -f *.automodapi
rm -f moduleAPIs/*.automodsumm
rm -f moduleAPIs/*.automodapi
rm -f modules/*.automodsumm
rm -f modules/*.automodapi
rm -f */*.automodsumm
rm -f -r coredoc
......
......@@ -16,7 +16,7 @@ The Python API of SaQC consists of three distinct components:
1. the core class, :py:class:`saqc.SaQC`
2. a number of flagging schemes
3. a collection of :doc:`functions <../moduleAPIs/saqcFuncTOC>`.
3. a collection of :doc:`functions <../modules/saqcFuncTOC>`.
One and two are implemented as distinct classes, the core object is called ``SaQC`` and we currently
provide three flagging schemes, namely:
......
......@@ -75,9 +75,9 @@ Getting Started
:hidden:
:maxdepth: 2
Package <moduleAPIs/saqc>
Core <moduleAPIs/saqcCore>
Constants <moduleAPIs/saqcConstants>
Package <modules/saqc>
Core <modules/saqcCore>
Constants <modules/saqcConstants>
Methods <funcs/allFunctions>
Config Environment <environment/configEnv>
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment