Skip to content
Snippets Groups Projects
Select Git revision
  • 68dd12335219c09c538d9694436d4555325f6615
  • master default protected
  • documentation-non-recours
  • pote_2023
  • ajout-variable-taux-allegement-general
  • tester-variable-taux-allegement-cotisations
  • ppa-rsa
  • documentations-html-acad4c9f95a39e798170e3e9ab147b24b9f7e613
  • 184-ajouter-une-variable-sur-le-non-recours
  • aides-logement
  • statistiques_impot
  • documentations-html-ab2ff75179b3a97939d5c802e370f32c1978b99b
  • statistiques_impot_corrections_chloe
  • documentations-html-e96b6fd1b3963bc54903d8de1e23ea3f7dbb2e00
  • cdhr_reform
  • memo_pfu
  • 177-integration-erfs-2021-pipeline
  • 175-ajout-code-casd
  • memo-navbar-color
  • memo-rsa-rmi
  • memo-aah-modif
21 results

settings.ini

Blame
  • cgl's avatar
    Chloé Lallemand authored
    91a55ae3
    History
    settings.ini 1.46 KiB
    ############
    ### Settings for NBDev (leximpact_socio_fisca_simu_etat)
    ############
    
    [DEFAULT]
    # All sections below are required unless otherwise specified
    host = gitlab
    lib_name = leximpact_prepare_data
    # For Enterprise Git add variable repo_name and company name
    repo_name = leximpact-prepare-data
    company_name = leximpact
    
    user = leximpact
    description = Data preparation package
    keywords = data
    author = benoit-cty
    author_email = 4-benoit-cty@users.noreply.git.leximpact.dev
    copyright = Assemblee Nationale
    branch = master
    version = 0.0.47
    min_python = 3.8
    audience = Developers
    language = French
    # Set to True if you want to create a more fancy sidebar.json than the default
    custom_sidebar = True
    clean_ids = False
    # Passer à False pour pouvoir utiliser `poetry run nbdev_sidebar`
    #custom_sidebar = False
    # Add licenses and see current list in `setup.py`
    license = agpl3
    # From 1-7: Planning Pre-Alpha Alpha Beta Production Mature Inactive
    status = 4
    
    
    # Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root
    nbs_path = notebooks
    doc_path = _docs
    
    # Whether to look for library notebooks recursively in the `nbs_path` dir
    recursive = True
    
    # Anything shown as '%(...)s' is substituted with that setting automatically
    #doc_host =  https://%(user)s.github.io
    url = https://documentation.leximpact.dev/
    doc_host = %(url)s
    doc_baseurl = /%(lib_name)s/
    
    git_url = https://git.leximpact.dev/leximpact/%(repo_name)s/tree/%(branch)s/
    
    lib_path = %(lib_name)s
    title = %(lib_name)s