Skip to content

Commit

Permalink
fixed docs and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Jan 23, 2025
1 parent 70afdde commit b49866b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
},
}
]
}
}
2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
}))
]).then(_ => versions.forEach(addVersion))
</script>
{% endblock %}
{% endblock %}
7 changes: 6 additions & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Reference

Technical reference material including APIs and release notes.
```{toctree}
:maxdepth: 1
:glob:
reference/*
```

```{toctree}
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ from code:
Utilities
---------

This package contains general methods for working with pandablocks.
This package contains general methods for working with pandablocks.

0 comments on commit b49866b

Please sign in to comment.