Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ixstools
xrstools
Commits
6f47a88c
Commit
6f47a88c
authored
Dec 22, 2020
by
myron
Browse files
doc
parent
9635a6d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
6f47a88c
...
@@ -33,7 +33,7 @@ sys.path.insert(0, os.path.abspath('../nonregressions'))
...
@@ -33,7 +33,7 @@ sys.path.insert(0, os.path.abspath('../nonregressions'))
# Add any Sphinx extension module names here, as strings. They can be extensions
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.todo'
,
'sphinx.ext.
pn
gmath'
,
'sphinx.ext.ifconfig'
,
'sphinx.ext.mathbase'
,
'sphinx.ext.viewcode'
]
# , 'breathe' ]
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.todo'
,
'sphinx.ext.
im
gmath'
,
'sphinx.ext.ifconfig'
,
'sphinx.ext.viewcode'
]
# , 'breathe' ]
# ]
# ]
# Add any paths that contain templates here, relative to this directory.
# Add any paths that contain templates here, relative to this directory.
...
...
doc/installation.rst
View file @
6f47a88c
...
@@ -22,20 +22,19 @@ Installation
...
@@ -22,20 +22,19 @@ Installation
export MYPREFIX=/REPLACE/WITH/YOUR/TARGET
export MYPREFIX=/REPLACE/WITH/YOUR/TARGET
cd ${MYPREFIX}
cd ${MYPREFIX}
python3 -m venv myenv
python3 -m venv myenv
* Examples :
There is an archive containing datas for tests by anonymous ftp at ::
source ${MYPREFIX}/myenv/bin/activate
source ${MYPREFIX}/myenv/bin/activate
pip install pip --upgrade
pip install pip --upgrade
pip install setuptools --upgrade
pip install setuptools --upgrade
git clone https://gitlab.esrf.fr/ixstools/xrstools
git clone https://gitlab.esrf.fr/ixstools/xrstools
cd ${MYPREFIX}/xr
dctpc
/
cd ${MYPREFIX}/xr
stools
/
pip install -r requirements.txt
pip install -r requirements.txt
python setup.py install
python setup.py install
* Examples can be found in the nonregression directory.
* For the roi selection tool you need a recent version of pymca installed on your sistem
* For the roi selection tool you need a recent version of pymca installed on your sistem
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment