Skip to content

Commit 507a3a7

Browse files
committed
quick doc fixes
1 parent 88e4451 commit 507a3a7

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

docs/source/3_properties_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note: CPA 2.0+ is not compatible with properties files from CellProfiler Analyst
1414
Note: All fields described in the sections below (after the properties file example) are required unless explicitly described as “optional.” In your own properties file, you would replace values surrounded with <> with the relevant information.
1515

1616
III.A Properties file example
17-
============================
17+
=============================
1818

1919
.. code-block:: text
2020

docs/source/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050

5151
# General information about the project.
5252
project = 'CellProfiler Analyst'
53-
copyright = '2016, Broad Institute Inc'
53+
copyright = '2021, Broad Institute Inc'
5454

5555
# The version info for the project you're documenting, acts as replacement for
5656
# |version| and |release|, also used in various other places throughout the
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '2.2.1'
60+
version = '3.0'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.2.1'
62+
release = '3.0.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.
@@ -196,7 +196,7 @@
196196
# (source start file, target name, title, author, documentclass [howto/manual]).
197197
latex_documents = [
198198
('index', 'CPAdocs.tex', 'CPA Documentation',
199-
'David Dao', 'manual'),
199+
'David Dao and David Stirling', 'manual'),
200200
]
201201

202202
# The name of an image file (relative to this directory) to place at the top of
@@ -240,7 +240,7 @@
240240
# dir menu entry, description, category)
241241
texinfo_documents = [
242242
('index', 'CPAdocs', 'CPA Documentation',
243-
'David Dao', 'CPAdocs', 'CellProfiler Analyst',
243+
'David Dao and David Stirling', 'CPAdocs', 'CellProfiler Analyst',
244244
'Interactive data exploration, analysis, and classification of large biological image sets'),
245245
]
246246

docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ Table of Contents:
3030
13_workspaces
3131
14_image_gallery
3232
15_normalization_tool
33-
33+
16_dimensionality_reduction
34+
17_FAQ

0 commit comments

Comments
 (0)