- Timestamp:
- 05/04/22 12:00:45 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 64565fe
- Parents:
- 1846087
- Location:
- doc/rst
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/rst/PDW.rst
r1846087 rada37fa 2 2 ========== 3 3 4 .. automodule:: PDW4 .. automodule:: ammosreader.PDW 5 5 :members: 6 6 :undoc-members: -
doc/rst/conf.py
r1846087 rada37fa 15 15 import os 16 16 import sys 17 sys.path.insert(0, os.path.abspath('../../ '))17 sys.path.insert(0, os.path.abspath('../../src/')) 18 18 19 19 20 20 # -- Project information ----------------------------------------------------- 21 21 22 project = ' RadarDex'23 copyright = '202 0, Enrico Schwass'24 author = ' Enrico Schwass'22 project = 'AmmosReader' 23 copyright = '2022, Enrico Schwass' 24 author = 'KIDZg' 25 25 26 26 # The short X.Y version -
doc/rst/index.rst
r1846087 rada37fa 1 radardex 2 ======== 1 ammosreader 2 =========== 3 3 4 4 .. toctree:: 5 5 :maxdepth: 4 6 6 7 PDW7 ammosreader -
doc/rst/modules.rst
r1846087 rada37fa 1 radardex 2 ======== 1 ammosreader 2 =========== 3 3 4 4 .. toctree:: 5 5 :maxdepth: 4 6 6 7 PDW7 ammosreader
Note:
See TracChangeset
for help on using the changeset viewer.