diff --git a/README.md b/README.md index 22bc8ff2c53fa34426ae4c391fb5af914058ff11..ce5e30a273b7135a91561716c2a5651de0bef6ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -``` # Installation ## Requirements * python versions >=2.7 or >=3.0 diff --git a/docs/Makefile b/docs/Makefile new file mode 120000 index 0000000000000000000000000000000000000000..d273f3216e74d8c1465805691d028ee59d1096db --- /dev/null +++ b/docs/Makefile @@ -0,0 +1 @@ +../make/python/docs/Makefile \ No newline at end of file diff --git a/docs/README.md b/docs/README.md new file mode 120000 index 0000000000000000000000000000000000000000..32d46ee883b58d6a383eed06eb98f33aa6530ded --- /dev/null +++ b/docs/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py new file mode 120000 index 0000000000000000000000000000000000000000..8ccad39c8baddc587d4d2e2ab61523a61b1dba6b --- /dev/null +++ b/docs/conf.py @@ -0,0 +1 @@ +../make/python/docs/conf.py \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst new file mode 120000 index 0000000000000000000000000000000000000000..a629f4c528775187d5d2becb52efa8f52345945c --- /dev/null +++ b/docs/index.rst @@ -0,0 +1 @@ +../make/python/docs/index.rst \ No newline at end of file diff --git a/tfields/__about__.py b/tfields/__about__.py index ed112ace3904aae3b15e75ed2982ae7c3928712b..b4fe5244aadf22ca99f17ce9116f9b16b3e1741f 100644 --- a/tfields/__about__.py +++ b/tfields/__about__.py @@ -4,7 +4,7 @@ Description of project with title, state and further constants import os __all__ = [ "__version__", - "__title__", + # "__title__", "__summary__", "__keywords__", "__uri__", @@ -18,7 +18,7 @@ __all__ = [ ] __version__ = '0.1.4' -__title__ = os.path.basename(os.path.abspath('.')) +# __title__ = os.path.basename(os.path.abspath('.')) # problematic __summary__ = "numpy + sympy implementation of tensor fields with attached coordinate systems" __keywords__ = "tensors coordinate system trafo sympy numpy" __uri__ = 'https://gitlab.mpcdf.mpg.de/dboe/tfields'