Skip to content

Commit

Permalink
test rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigaud committed May 18, 2018
1 parent e2c7968 commit 7a99e0c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ makedoc:
# create preview folder (if not master)
- if [ "$CI_BUILD_REF_NAME" != "master" ]; then sshpass -p $RSYNC_PASSWORD sftp -o PreferredAuthentications=password -o PubkeyAuthentication=no -o StrictHostKeyChecking=no $RSYNC_USER@$WEB_SERVER_URL:$WEB_SERVER_ROOT_FOLDER <<< $'mkdir preview'; fi
- if [ "$CI_BUILD_REF_NAME" != "master" ]; then sshpass -p $RSYNC_PASSWORD sftp -o PreferredAuthentications=password -o PubkeyAuthentication=no -o StrictHostKeyChecking=no $RSYNC_USER@$WEB_SERVER_URL:$WEB_SERVER_ROOT_FOLDER/preview <<< $'mkdir $CI_BUILD_REF_NAME'; fi
# deploy on sw.lsst.eu
# deploy on lsst-sw.in2p3.fr
- rsync --rsh="sshpass -p $RSYNC_PASSWORD ssh -l $RSYNC_USER -o StrictHostKeyChecking=no" --recursive --force --delete /builds/$CI_PROJECT_NAMESPACE/htmloutput/ $WEB_SERVER_URL:$WEB_SERVER_ROOT_FOLDER$output_folder
14 changes: 14 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. LSST User Guide documentation master file, created by
sphinx-quickstart on Thu Feb 23 16:01:53 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
######################
LSST-France User Guide
######################

Welcome to the LSST-France User Guide. Here you will find supplemental information to the official LSST documentation specifically about the activities of the LSST community in France.

.. note::

This space is a permanent work in progress.

0 comments on commit 7a99e0c

Please sign in to comment.