Changeset ada37fa in ammosreader for doc/rst


Ignore:
Timestamp:
05/04/22 12:00:45 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
64565fe
Parents:
1846087
Message:

docs generated

Location:
doc/rst
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • doc/rst/PDW.rst

    r1846087 rada37fa  
    22==========
    33
    4 .. automodule:: PDW
     4.. automodule:: ammosreader.PDW
    55    :members:
    66    :undoc-members:
  • doc/rst/conf.py

    r1846087 rada37fa  
    1515import os
    1616import sys
    17 sys.path.insert(0, os.path.abspath('../../'))
     17sys.path.insert(0, os.path.abspath('../../src/'))
    1818
    1919
    2020# -- Project information -----------------------------------------------------
    2121
    22 project = 'RadarDex'
    23 copyright = '2020, Enrico Schwass'
    24 author = 'Enrico Schwass'
     22project = 'AmmosReader'
     23copyright = '2022, Enrico Schwass'
     24author = 'KIDZg'
    2525
    2626# The short X.Y version
  • doc/rst/index.rst

    r1846087 rada37fa  
    1 radardex
    2 ========
     1ammosreader
     2===========
    33
    44.. toctree::
    55   :maxdepth: 4
    66
    7    PDW
     7   ammosreader
  • doc/rst/modules.rst

    r1846087 rada37fa  
    1 radardex
    2 ========
     1ammosreader
     2===========
    33
    44.. toctree::
    55   :maxdepth: 4
    66
    7    PDW
     7   ammosreader
Note: See TracChangeset for help on using the changeset viewer.