|
46 | 46 | # -- Project information ------------------------------------------------------ |
47 | 47 |
|
48 | 48 | # This does not *have* to match the package name, but typically does |
49 | | -project = u'tevpy' |
50 | | -author = u'The tevpy Developers' |
| 49 | +project = u'gammapy' |
| 50 | +author = u'The gammapy Developers' |
51 | 51 | copyright = u'2012, ' + author |
52 | 52 |
|
53 | 53 | # The version info for the project you're documenting, acts as replacement for |
54 | 54 | # |version| and |release|, also used in various other places throughout the |
55 | 55 | # built documents. |
56 | 56 |
|
57 | | -import tevpy |
| 57 | +import gammapy |
58 | 58 | # The short X.Y version. |
59 | | -version = tevpy.__version__.split('-', 1)[0] |
| 59 | +version = gammapy.__version__.split('-', 1)[0] |
60 | 60 | # The full version, including alpha/beta/rc tags. |
61 | | -release = tevpy.__version__ |
| 61 | +release = gammapy.__version__ |
62 | 62 |
|
63 | 63 |
|
64 | 64 | # -- Options for HTML output --------------------------------------------------- |
|
95 | 95 |
|
96 | 96 | # First TeV gamma-ray image: the supernova remnant RX J1713 with HESS |
97 | 97 | # http://apod.nasa.gov/apod/ap041105.html |
98 | | -html_favicon = '_static/tevpy_logo.ico' |
| 98 | +html_favicon = '_static/gammapy_logo.ico' |
99 | 99 |
|
100 | 100 | # TODO: set this image also in the title bar |
101 | 101 | # (html_logo is not the right option) |
|
134 | 134 |
|
135 | 135 | # Don't import the module as "version" or it will override the |
136 | 136 | # "version" configuration parameter |
137 | | -from tevpy import version as versionmod |
138 | | -edit_on_github_project = "gammapy/tevpy" |
| 137 | +from gammapy import version as versionmod |
| 138 | +edit_on_github_project = "gammapy/gammapy" |
139 | 139 | if versionmod.release: |
140 | 140 | edit_on_github_branch = "v" + versionmod.version |
141 | 141 | else: |
|
0 commit comments