Skip to content

Commit e7c8844

Browse files
Merge branch 'main' into feature/#149-add-support-for-import-linter-to-lint-tasks
2 parents 4dda19e + 7a0d019 commit e7c8844

File tree

6 files changed

+488
-433
lines changed

6 files changed

+488
-433
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
poetry run python -m nox -s build-docs
2020
2121
- name: Deploy
22-
uses: JamesIves/[email protected].0
22+
uses: JamesIves/[email protected].3
2323
with:
2424
branch: gh-pages
2525
folder: .html-documentation

doc/changes/unreleased.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@
1717

1818
* #219: Updated project template configuration
1919
* Updated actions/checkout to v4
20+
21+
## 📚 Documentation
22+
* Updated User Documentation

doc/user_guide/overview.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Overview
2+
========
3+
4+
Project Layout
5+
--------------
6+
7+
Overall, the toolbox generally expects a certain project layout because it tries to follow the credo "convention over configuration" when possible and reasonable. This expected structure can be better understood by looking at the cookie-cutter project template, which is part of the python-toolbox workspace and can be found in `project-template`. One can also generate a project from the template to explore the default structure. For more details on this, please check out the getting started section.
8+
9+
Nox
10+
---
11+
12+
The most central tool when interacting with the toolbox is :code:`nox`, which is the task runner used across all of Exasol's Python-based projects.
13+
The toolbox itself provides various standard tasks and a plugin mechanism to extend these tasks if needed. For more information regarding nox, please visit the `nox homepage <http://nox.thea.codes/en/stable/>`_.
14+
15+
Central files in regards to nox and the toolbox are:
16+
17+
- noxfile.py: Standard nox configuration/setup file
18+
- noxconfig.py: Exasol-specific file containing additional information needed by the standard tasks of the toolbox

doc/user_guide/user_guide.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
.. toctree::
77
:maxdepth: 2
88

9+
overview
910
getting_started
1011
workflows
1112
customization

0 commit comments

Comments
 (0)