Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

settings.ini 1.6 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  1. [DEFAULT]
  2. # All sections below are required unless otherwise specified
  3. lib_name = ds4se
  4. user = ncoop57
  5. description = Data Science for Software Engieering (ds4se) is an academic initiative to perform exploratory analysis on software engieering artifact and metadata. Data Management, Analysis, and Benchmarking for DL and Traceability
  6. keywords = data science software engineering management analysis benchmarking
  7. author = Semeru Lab
  8. author_email = semeru.lab.wm@gmail.com
  9. copyright = Semeru Lab
  10. branch = master
  11. version = 0.0.1
  12. min_python = 3.6
  13. audience = Researchers
  14. language = English
  15. # Set to True if you want to create a more fancy sidebar.json than the default
  16. custom_sidebar = False
  17. # Add licenses and see current list in `setup.py`
  18. license = apache2
  19. # From 1-7: Planning Pre-Alpha Alpha Beta Production Mature Inactive
  20. status = 2
  21. # Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root
  22. nbs_path = nbs
  23. doc_path = docs
  24. # Optional. Same format as setuptools console_scripts
  25. # console_scripts =
  26. # Optional. Same format as setuptools requirements
  27. # requirements =
  28. # Anything shown as '%(...)s' is substituted with that setting automatically
  29. doc_host = https://%(user)s.github.io
  30. doc_baseurl = /%(lib_name)s/
  31. git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/
  32. lib_path = %(lib_name)s
  33. title = %(lib_name)s
  34. #Optional advanced parameters
  35. #Test flags: indtroduce here the test flags you want to use separated by |
  36. #test =
  37. #Custom sidebar: customize sidebar.json yourself for advanced sidebars (False/True)
  38. #custom_sidebar =
  39. #Cell spacing: if you want cell blocks in code separated by more than one new line
  40. #cell_spacing =
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...