Skip to content
Snippets Groups Projects
Commit effaf581 authored by Benoît Courty's avatar Benoît Courty
Browse files

NBDev first version with _nbdev.py

parent b54ce20c
No related branches found
No related tags found
1 merge request!1Nbdev
......@@ -4,9 +4,11 @@ __all__ = ["index", "modules", "custom_doc_links", "git_url"]
index = {"load_data": "02_word_count.ipynb",
"amdt": "02_word_count.ipynb",
"build_word_cloud": "02_word_count.ipynb"}
"build_word_cloud": "02_word_count.ipynb",
"display_distinct": "eda_ref_amendements.ipynb"}
modules = ["word_count.py"]
modules = ["word_count.py",
"eda_ref.py"]
doc_url = "https://leximpact.github.io/etudes-amendements/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment