Skip to content

Commit 9886853

Browse files
Fix minor documentation issues.
1 parent 17b341b commit 9886853

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/config_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ required for your particular implementation.
181181
.. index:: DefaultGenome
182182

183183
[DefaultSpeciesSet] section
184-
-----------------------
184+
---------------------------
185185
The ``DefaultSpeciesSet`` section specifies parameters for the builtin `DefaultSpeciesSet` class.
186186
This section is only necessary if you specify this class as the genome implementation when
187187
creating the `Config` instance; otherwise you need to include whatever configuration (if any) is

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Contents:
5858

5959
config_file
6060
reproducibility
61+
cookbook
6162
customization
6263
activation
6364
ctrnn
6465
network_export
65-
network_export
6666

6767
.. toctree::
6868
:maxdepth: 2

docs/module_summaries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Does general configuration parsing; used by other classes for their configuratio
491491
`ConfigParser.SafeConfigParser class <https://docs.python.org/2.7/library/configparser.html#ConfigParser.SafeConfigParser>`_) to gather the
492492
configuration parameter from the appropriate configuration file :ref:`section <configuration-file-sections-label>`. Parsing varies depending on the type.
493493

494-
:param str section: The section name, taken from the `__name__` attribute of the class to be configured (or ``NEAT`` for those parameters).
494+
:param str section: The section name, taken from the ``__name__`` attribute of the class to be configured (or ``NEAT`` for those parameters).
495495
:param config_parser: The configuration parser to be used.
496496
:type config_parser: :datamodel:`instance <index-48>`
497497
:return: The configuration parameter value, in stringified form unless a list.

docs/troubleshooting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Troubleshooting Guide
2-
====================
2+
=====================
33

44
This guide helps you diagnose and fix common problems when using NEAT-Python. Each section follows a **Symptoms → Causes → Solutions** structure.
55

0 commit comments

Comments
 (0)