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 2.5 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
  1. [DEFAULT]
  2. # All sections below are required unless otherwise specified
  3. host = github
  4. lib_name = ds4se
  5. # For Enterprise Git add variable repo_name and company name
  6. # repo_name = analytics
  7. # company_name = nike
  8. user = WM-SEMERU
  9. 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
  10. keywords = data science software engineering management analysis benchmarking
  11. author = Semeru Lab
  12. author_email = semeru.lab.wm@gmail.com
  13. copyright = Semeru Lab
  14. branch = master
  15. version = 0.0.1
  16. min_python = 3.6
  17. audience = Developers
  18. language = English
  19. # Set to True if you want to create a more fancy sidebar.json than the default
  20. custom_sidebar = False
  21. # Add licenses and see current list in `setup.py`
  22. license = apache2
  23. # From 1-7: Planning Pre-Alpha Alpha Beta Production Mature Inactive
  24. status = 2
  25. # Optional. Same format as setuptools requirements
  26. requirements = pydantic==1.7.2
  27. # Optional. Same format as setuptools console_scripts
  28. # console_scripts =
  29. # Optional. Same format as setuptools dependency-links
  30. # dep_links =
  31. ###
  32. # You probably won't need to change anything under here,
  33. # unless you have some special requirements
  34. ###
  35. # Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root
  36. nbs_path = nbs
  37. doc_path = docs
  38. # Anything shown as '%(...)s' is substituted with that setting automatically
  39. doc_host = https://%(user)s.github.io
  40. #For Enterprise Git pages use:
  41. #doc_host = https://pages.github.%(company_name)s.com.
  42. doc_baseurl = /%(lib_name)s/
  43. # For Enterprise Github pages docs use:
  44. # doc_baseurl = /%(repo_name)s/%(lib_name)s/
  45. git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/
  46. # For Enterprise Github use:
  47. #git_url = https://github.%(company_name)s.com/%(repo_name)s/%(lib_name)s/tree/%(branch)s/
  48. lib_path = %(lib_name)s
  49. title = %(lib_name)s
  50. #Optional advanced parameters
  51. #Monospace docstings: adds <pre> tags around the doc strings, preserving newlines/indentation.
  52. #monospace_docstrings = False
  53. #Test flags: introduce here the test flags you want to use separated by |
  54. #tst_flags =
  55. #Custom sidebar: customize sidebar.json yourself for advanced sidebars (False/True)
  56. #custom_sidebar =
  57. #Cell spacing: if you want cell blocks in code separated by more than one new line
  58. #cell_spacing =
  59. #Custom jekyll styles: if you want more jekyll styles than tip/important/warning, set them here
  60. #jekyll_styles = note,warning,tip,important
Tip!

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

Comments

Loading...