Skip to content

Commit fb4f697

Browse files
authored
Improve User Documentation (#229)
1 parent c59ca99 commit fb4f697

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages = [
44
{ include = "exasol" },
55
]
66
version = "0.14.0"
7-
description = ""
7+
description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project."
88
authors = [
99
"Nicola Coretti <[email protected]>"
1010
]

0 commit comments

Comments
 (0)