Skip to content

Commit c8803d4

Browse files
committed
Cleanup
1 parent e2de5f3 commit c8803d4

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ Error Handling
121121
```python
122122
>>> instance = vultr.create_instance("atl", "vc2-1c-0.5gb-v6", **data)
123123
Traceback (most recent call last):
124-
...
125124
vultr.vultr.VultrException: Error 400: Server add failed: Ubuntu 24.04 LTS x64 requires a plan with at least 1000 MB memory.
126125
```
127126

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ Error Handling
9999
```python
100100
>>> instance = vultr.create_instance("atl", "vc2-1c-0.5gb-v6", **data)
101101
Traceback (most recent call last):
102-
...
103102
vultr.vultr.VultrException: Error 400: Server add failed: Ubuntu 24.04 LTS x64 requires a plan with at least 1000 MB memory.
104103
```
105104

@@ -122,3 +121,5 @@ except VultrException as error:
122121
Vultr API Reference: [https://www.vultr.com/api](https://www.vultr.com/api/?ref=6905748)
123122

124123
---
124+
125+
<p style="font-size: 2em; font-weight: 300;">API Documentation</p>

docs/module.html.jinja2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@
2626

2727
<script type="text/javascript">
2828
document.addEventListener('DOMContentLoaded', () => {
29-
console.log('processing:', globalThis.location)
3029
for (const el of document.querySelectorAll('a')) {
3130
if (el.host && el.host !== globalThis.location.host) {
32-
console.log('el:', el)
3331
el.target = '_blank'
3432
el.rel = 'noopener'
3533
}

0 commit comments

Comments
 (0)