• Grelot Frederic's avatar
    geau Version 1.0.5.0 · 49795a94
    Grelot Frederic authored
    0 errors :heavy_check_mark: | 0 warnings :heavy_check_mark: | 0 notes :heavy_check_mark:
    
    - map_so_ii
    	- correction du thème hydro
    		- ajustement de detail en fonction de degre & type
    	- correction du thème collectivity
    		- traçacge du contour des communes par défaut
    	- amélioration de l'aide
    		- sous-section "year" dans details
    		- MAJ de sous-section "detail" dans details
    
    - so_ii_hydro dataset
    	- intégration des waterbody
    	- réorganisation des données
    		- degre pour niveau de détail seulement
    		- type pour type d'éléments
    
    Refs #6
    49795a94
.gitlab-ci.yml 569 bytes
image: python:3.9-bullseye
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
  stage: deploy
  script:
  - apt-get update
  - apt-get install --assume-yes pandoc
  - pip install numpy pandas termcolor paho-mqtt zmq  # top import of Ohmpi.py
  - pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark
  - cd doc
  - make html
  # also make latex? pdf?
  - cd ..
  - mv doc/build/html/ public/
  - ls public/
  artifacts:
    paths:
    - public/
  only:
  - master