Skip to content
Snippets Groups Projects

Start branch for dev/0.7.14

Merged Jon Crall requested to merge dev/0.7.14 into main
Files
9
+ 16
5
@@ -37,17 +37,17 @@ Notes:
### For gitlab
The user will need to enable the repo on their readthedocs account:
https://readthedocs.org/dashboard/import/manual/?
To enable the read-the-docs go to https://readthedocs.org/dashboard/ and login
Make sure you have a .readthedocs.yml file
The user will need to enable the repo on their readthedocs account:
https://readthedocs.org/dashboard/import/manual/?
Click import project: (for github you can select, but gitlab you need to import manually)
Enter the following information:
Set the Repository NAME: scriptconfig
Set the Repository URL: https://gitlab.kitware.com/utils/scriptconfig
Make sure you have a .readthedocs.yml file
For gitlab you also need to setup an integrations. Navigate to:
https://readthedocs.org/dashboard/scriptconfig/integrations/create/
@@ -506,6 +506,17 @@ class GoogleStyleDocstringProcessor:
new_lines.extend(lines[1:])
return new_lines
# @self.register_section(tag='TODO', alias=['.. todo::'])
# def todo_section(lines):
# """
# Fixup todo sections
# """
# import xdev
# xdev.embed()
# import ubelt as ub
# print('lines = {}'.format(ub.urepr(lines, nl=1)))
# return new_lines
@self.register_section(tag='Ignore')
def ignore(lines):
return []
Loading