|
50 | 50 |
|
51 | 51 | # General information about the project. |
52 | 52 | project = 'CellProfiler Analyst' |
53 | | -copyright = '2016, Broad Institute Inc' |
| 53 | +copyright = '2021, Broad Institute Inc' |
54 | 54 |
|
55 | 55 | # The version info for the project you're documenting, acts as replacement for |
56 | 56 | # |version| and |release|, also used in various other places throughout the |
57 | 57 | # built documents. |
58 | 58 | # |
59 | 59 | # The short X.Y version. |
60 | | -version = '2.2.1' |
| 60 | +version = '3.0' |
61 | 61 | # The full version, including alpha/beta/rc tags. |
62 | | -release = '2.2.1' |
| 62 | +release = '3.0.0' |
63 | 63 |
|
64 | 64 | # The language for content autogenerated by Sphinx. Refer to documentation |
65 | 65 | # for a list of supported languages. |
|
196 | 196 | # (source start file, target name, title, author, documentclass [howto/manual]). |
197 | 197 | latex_documents = [ |
198 | 198 | ('index', 'CPAdocs.tex', 'CPA Documentation', |
199 | | - 'David Dao', 'manual'), |
| 199 | + 'David Dao and David Stirling', 'manual'), |
200 | 200 | ] |
201 | 201 |
|
202 | 202 | # The name of an image file (relative to this directory) to place at the top of |
|
240 | 240 | # dir menu entry, description, category) |
241 | 241 | texinfo_documents = [ |
242 | 242 | ('index', 'CPAdocs', 'CPA Documentation', |
243 | | - 'David Dao', 'CPAdocs', 'CellProfiler Analyst', |
| 243 | + 'David Dao and David Stirling', 'CPAdocs', 'CellProfiler Analyst', |
244 | 244 | 'Interactive data exploration, analysis, and classification of large biological image sets'), |
245 | 245 | ] |
246 | 246 |
|
|
0 commit comments