1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

improve documentation

This commit is contained in:
Patrick Kanzler
2023-09-05 23:48:56 +02:00
parent 018812e7d5
commit 8669c838c0
3 changed files with 32 additions and 0 deletions

17
doc/dev/repository.rst Normal file
View File

@@ -0,0 +1,17 @@
.. _developer-manual-repository:
Repository
==========
:Last Reviewed: 2023-09-05
This project uses subprojects and retrieves its versioning
information from version control.
Therefore it is crucial that you follow these rules when
working with the project (e.g. for packaging a
development version).
* Make sure that the git project is complete. A call to git status for example should succeed.
* Make sure that you have checked out all available subprojects.
* Proper initialization of submodules can be ensured with ``git submodule update --init --recursive``