Skip to content
Snippets Groups Projects
Commit cc612677 authored by lukas leufen's avatar lukas leufen
Browse files

include always recent version number, get-started is split into a get-started and customise part

parent 3ebbabba
Branches
Tags
3 merge requests!146Develop,!145Resolve "new release v0.12.0",!138Resolve "Advanced Documentation"
Pipeline #43807 passed
machinelearningtools package MLAir package
============================ =============
.. automodule:: src .. automodule:: mlair
:members: :members:
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
......
...@@ -15,6 +15,8 @@ import sys ...@@ -15,6 +15,8 @@ import sys
sys.path.insert(0, os.path.abspath('../..')) sys.path.insert(0, os.path.abspath('../..'))
import mlair
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'MLAir' project = 'MLAir'
...@@ -22,9 +24,9 @@ copyright = '2020, Lukas H Leufen, Felix Kleinert' ...@@ -22,9 +24,9 @@ copyright = '2020, Lukas H Leufen, Felix Kleinert'
author = 'Lukas H Leufen, Felix Kleinert' author = 'Lukas H Leufen, Felix Kleinert'
# The short X.Y version # The short X.Y version
version = 'v0.9.0' version = "v" + ".".join(mlair.__version__.split(".")[0:2])
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = 'v0.9.0' release = "v" + mlair.__version__
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
.. machinelearningtools documentation master file, created by .. MLair documentation master file, created by
sphinx-quickstart on Wed Apr 15 14:27:29 2020. sphinx-quickstart on Wed Apr 15 14:27:29 2020.
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
Welcome to machinelearningtools's documentation! Welcome to MLAir's documentation!
================================================ ================================================
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Contents: :caption: Contents:
get-started get-started
customise
api api
......
...@@ -65,3 +65,5 @@ wcwidth==0.1.8 ...@@ -65,3 +65,5 @@ wcwidth==0.1.8
Werkzeug==1.0.0 Werkzeug==1.0.0
xarray==0.15.0 xarray==0.15.0
zipp==3.1.0 zipp==3.1.0
setuptools~=49.6.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment