Comparing version 0.0.11-alpha to 0.0.12-alpha
{ | ||
"name": "glob-docs", | ||
"version": "0.0.11-alpha", | ||
"version": "0.0.12-alpha", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -50,3 +50,48 @@ <!-- @DOC|INSERT:START(type=TODO) --> | ||
``` | ||
<!-- @DOC|INSERT:END --> | ||
<!-- @DOC|INSERT:START(type=$__DJANGO_DEPENDENCIES__$) --> | ||
Lorem Ipsum *italic* has been the industry's standard dummy text ever since the 1500s, **bold** when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. | ||
> Lorem Ipsum *italic* has been the industry's standard dummy text ever since the 1500s, **bold** when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. | ||
### 1 - Subtitle that is child of Example | ||
#### 1.1 - another section | ||
##### 1.1.1 - another section | ||
###### 1.1.1.1 - another section | ||
<sub>File: <a href="test/fixtures/demo-node.js#L21">test/fixtures/demo-node.js:21</a></sub> | ||
```js | ||
function MyFunc1() { | ||
return 'my-code'; | ||
} | ||
``` | ||
### 2 - Subtitle that is child of Example | ||
#### 2.1 - another section | ||
##### 2.1.1 - another section | ||
###### 2.1.1.1 - another section | ||
<sub>File: <a href="test/fixtures/demo-node.js#L33">test/fixtures/demo-node.js:33</a></sub> | ||
```php | ||
function MyFunc2() { | ||
return 'my-code'; | ||
``` | ||
<sub>File: <a href="test/fixtures/demo-python.py#L1">test/fixtures/demo-python.py:1</a></sub> | ||
```js | ||
def example(a, b): | ||
print("test") | ||
``` | ||
## TODO | ||
- [ ] - [ It should do something like that 1](test/fixtures/demo-terraform.tf#L1) | ||
- [x] - [ It should do something like that 1](test/fixtures/demo-terraform.tf#L2) | ||
- [x] - [ It should do something like that 1](test/fixtures/demo-terraform.tf#L3) | ||
## Cluster Autoscaler | ||
<sub>File: <a href="test/fixtures/demo-yml.yaml#L3">test/fixtures/demo-yml.yaml:3</a></sub> | ||
```js | ||
- Apple | ||
- Orange | ||
- Strawberry | ||
- Mango | ||
``` | ||
## Dependencies | ||
### teste 1 | ||
@@ -56,8 +101,46 @@ | ||
### teste 2 | ||
Option | Description | ||
--------|------------ | ||
<a href="test/fixtures/requirements.txt#L3">django==4.2.3 </a> | This is my commentasdasdasd as dasdasdasadsdasads | ||
<a href="test/fixtures/requirements.txt#L4">Pillow==10.0.0 </a> | This is my commentasdasdasd as dasdasdasadsdasads | ||
<a href="test/fixtures/requirements.txt#L5">django-extensions==3.2.1 </a> | This is my commentasdasdasd as dasdasdasadsdasads | ||
<a href="test/fixtures/requirements.txt#L6">django-debug-toolbar==3.7.0 </a> | This is my commentasdasdasd as dasdasdasadsdasads | ||
<a href="test/fixtures/requirements.txt#L4">django==4.2.3 </a> | The Django Framework library. | ||
<a href="test/fixtures/requirements.txt#L5">djangorestframework==3.14.0 </a> | Django REST Framework is a powerful toolkit for building web APIs in Django, providing a comprehensive set of tools and functionalities. | ||
<a href="test/fixtures/requirements.txt#L6">django-ckeditor==6.5.1 </a> | A Django WYSIWYG editor. We use this library in "app_rotor_docs," for instance. | ||
<a href="test/fixtures/requirements.txt#L7">semver==2.13.0 </a> | The library used to validate fixversion values. | ||
<a href="test/fixtures/requirements.txt#L8">docutils==0.19 </a> | This library is required when using "admindocs". Check: https://docs.djangoproject.com/en/4.2/ref/contrib/admin/admindocs/ | ||
<a href="test/fixtures/requirements.txt#L9">django-jazzmin==2.6.0 </a> | The Django CMS UI Theme. | ||
<a href="test/fixtures/requirements.txt#L10">coreapi==2.3.3 </a> | CoreAPI is a Python library for describing, interacting with, and documenting web APIs. | ||
<a href="test/fixtures/requirements.txt#L11">gunicorn==20.1.0 </a> | Gunicorn (Green Unicorn) is a Python web server gateway interface (WSGI) HTTP server that is used to run Python web applications efficiently and reliably. | ||
<a href="test/fixtures/requirements.txt#L12">pydash==5.1.1 </a> | Pydash is a utility library for Python that provides a functional programming-style interface and a collection of handy utility functions to simplify and enhance Python code. | ||
<a href="test/fixtures/requirements.txt#L13">django_compressor==4.3.1 </a> | Django Compressor is a Django app that helps compress and optimize static files such as CSS and JavaScript to improve website performance. | ||
<a href="test/fixtures/requirements.txt#L14">boto3==1.28.3 </a> | Boto3 is the Amazon Web Services (AWS) SDK for Python, enabling developers to interact with AWS services programmatically. | ||
<a href="test/fixtures/requirements.txt#L15">celery==5.3.1 </a> | Celery is a distributed task queue system for Python that enables the processing of asynchronous and scheduled tasks in a scalable and efficient manner. | ||
<a href="test/fixtures/requirements.txt#L16">celery[sqs]==5.3.1 </a> | Celery SQS extension for Celery. | ||
<a href="test/fixtures/requirements.txt#L17">django-celery-beat==2.5.0 </a> | Celery Beat extension for Django, enabling periodic task scheduling. | ||
<a href="test/fixtures/requirements.txt#L18">django-celery-results==2.5.1 </a> | Django Celery Results extension for storing Celery task results in Django models. | ||
<a href="test/fixtures/requirements.txt#L19">python-dotenv==0.21.0 </a> | A Python library for reading .env files and setting environment variables. | ||
<a href="test/fixtures/requirements.txt#L20">uvicorn==0.20.0 </a> | Uvicorn is a lightning-fast ASGI server implementation for Python web applications. | ||
<a href="test/fixtures/requirements.txt#L21">django-jsoneditor==0.2.4 </a> | Django JSON Editor provides a JSON field and widget for Django forms. | ||
<a href="test/fixtures/requirements.txt#L22">psycopg2==2.9.6 </a> | Psycopg is a PostgreSQL adapter for Python, allowing Python applications to connect to PostgreSQL databases. | ||
@@ -67,2 +150,33 @@ | ||
<!-- @DOC|INSERT:END --> | ||
Option | Description | ||
--------|------------ | ||
<a href="test/fixtures/requirements.txt#L25">django-filter==22.1 </a> | Django Filter provides a simple way to filter querysets dynamically in Django. | ||
<a href="test/fixtures/requirements.txt#L26">django-crispy-forms==1.14.0 </a> | Django Crispy Forms helps control the rendering behavior of Django forms. | ||
<a href="test/fixtures/requirements.txt#L27">django-import-export==3.1.0 </a> | Django Import-Export provides a way to import and export data in various formats (CSV, JSON, Excel) in Django. | ||
<a href="test/fixtures/requirements.txt#L28">django-sortedm2m==3.1.1 </a> | Django Sortedm2m provides a sorted many-to-many field for Django models. It is used in silos ordering in fixversions. | ||
<a href="test/fixtures/requirements.txt#L29">django-allauth==0.54.0 </a> | Django Allauth is a reusable Django app for user authentication and registration. | ||
<a href="test/fixtures/requirements.txt#L30">jsonschema==4.18.3 </a> | JSON Schema implementation for Python, providing validation, loading, and serialization/deserialization. | ||
<a href="test/fixtures/requirements.txt#L31">django-jsonform==2.17.2 </a> | Django JSONForm is a Django app for building forms dynamically from JSON schemas. | ||
<!-- @DOC|INSERT:END --> |
@@ -1,7 +0,31 @@ | ||
# @DOC|SECTION(insert=$__DJANGO_DEPENDENCIES__$): Dependencies | ||
# @DOC|SECTION: Dependencies | ||
django==4.2.3 # @DOC|OPT:LINE: This is my commentasdasdasd as dasdasdasadsdasads | ||
Pillow==10.0.0 # @DOC|OPT:LINE: This is my commentasdasdasd as dasdasdasadsdasads | ||
django-extensions==3.2.1 # @DOC|OPT:LINE: This is my commentasdasdasd as dasdasdasadsdasads | ||
django-debug-toolbar==3.7.0 # @DOC|OPT:LINE: This is my commentasdasdasd as dasdasdasadsdasads | ||
# @DOC|SECTION: > teste 1 | ||
django==4.2.3 # @DOC|OPT:LINE: The Django Framework library. | ||
djangorestframework==3.14.0 # @DOC|OPT:LINE: Django REST Framework is a powerful toolkit for building web APIs in Django, providing a comprehensive set of tools and functionalities. | ||
django-ckeditor==6.5.1 # @DOC|OPT:LINE: A Django WYSIWYG editor. We use this library in "app_rotor_docs," for instance. | ||
semver==2.13.0 # @DOC|OPT:LINE: The library used to validate fixversion values. | ||
docutils==0.19 # @DOC|OPT:LINE: This library is required when using "admindocs". Check: https://docs.djangoproject.com/en/4.2/ref/contrib/admin/admindocs/ | ||
django-jazzmin==2.6.0 # @DOC|OPT:LINE: The Django CMS UI Theme. | ||
coreapi==2.3.3 # @DOC|OPT:LINE: CoreAPI is a Python library for describing, interacting with, and documenting web APIs. | ||
gunicorn==20.1.0 # @DOC|OPT:LINE: Gunicorn (Green Unicorn) is a Python web server gateway interface (WSGI) HTTP server that is used to run Python web applications efficiently and reliably. | ||
pydash==5.1.1 # @DOC|OPT:LINE: Pydash is a utility library for Python that provides a functional programming-style interface and a collection of handy utility functions to simplify and enhance Python code. | ||
django_compressor==4.3.1 # @DOC|OPT:LINE: Django Compressor is a Django app that helps compress and optimize static files such as CSS and JavaScript to improve website performance. | ||
boto3==1.28.3 # @DOC|OPT:LINE: Boto3 is the Amazon Web Services (AWS) SDK for Python, enabling developers to interact with AWS services programmatically. | ||
celery==5.3.1 # @DOC|OPT:LINE: Celery is a distributed task queue system for Python that enables the processing of asynchronous and scheduled tasks in a scalable and efficient manner. | ||
celery[sqs]==5.3.1 # @DOC|OPT:LINE: Celery SQS extension for Celery. | ||
django-celery-beat==2.5.0 # @DOC|OPT:LINE: Celery Beat extension for Django, enabling periodic task scheduling. | ||
django-celery-results==2.5.1 # @DOC|OPT:LINE: Django Celery Results extension for storing Celery task results in Django models. | ||
python-dotenv==0.21.0 # @DOC|OPT:LINE: A Python library for reading .env files and setting environment variables. | ||
uvicorn==0.20.0 # @DOC|OPT:LINE: Uvicorn is a lightning-fast ASGI server implementation for Python web applications. | ||
django-jsoneditor==0.2.4 # @DOC|OPT:LINE: Django JSON Editor provides a JSON field and widget for Django forms. | ||
psycopg2==2.9.6 # @DOC|OPT:LINE: Psycopg is a PostgreSQL adapter for Python, allowing Python applications to connect to PostgreSQL databases. | ||
# @DOC|SECTION: > teste 2 | ||
django-filter==22.1 # @DOC|OPT:LINE: Django Filter provides a simple way to filter querysets dynamically in Django. | ||
django-crispy-forms==1.14.0 # @DOC|OPT:LINE: Django Crispy Forms helps control the rendering behavior of Django forms. | ||
django-import-export==3.1.0 # @DOC|OPT:LINE: Django Import-Export provides a way to import and export data in various formats (CSV, JSON, Excel) in Django. | ||
django-sortedm2m==3.1.1 # @DOC|OPT:LINE: Django Sortedm2m provides a sorted many-to-many field for Django models. It is used in silos ordering in fixversions. | ||
django-allauth==0.54.0 # @DOC|OPT:LINE: Django Allauth is a reusable Django app for user authentication and registration. | ||
jsonschema==4.18.3 # @DOC|OPT:LINE: JSON Schema implementation for Python, providing validation, loading, and serialization/deserialization. | ||
django-jsonform==2.17.2 # @DOC|OPT:LINE: Django JSONForm is a Django app for building forms dynamically from JSON schemas. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43288