Skip to content

Commit

Permalink
Fix typos and remove comments on rst file
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelhsantana committed Nov 30, 2023
1 parent 4f0d261 commit be8b407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db',
'.DS_Store', 'tutorials/*', 'graveyard/*','_build', '_templates']
'.DS_Store', 'tutorials/*', 'graveyard/*', '_templates']
# add temporary unused files
exclude_patterns.extend(['modules.rst',
'install.singularity.rst',
Expand Down
12 changes: 1 addition & 11 deletions docs/openfl_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
|productName| API
*************************************************

Welcome to the (|productName|) API reference:
Welcome to the |productName| API reference:

.. autosummary::
:toctree: _autosummary
Expand All @@ -20,13 +20,3 @@ Welcome to the (|productName|) API reference:
openfl.component.straggler_handling_functions

- :doc:`openfl.component`

.. openfl.component.aggregator.aggregator.Aggregator <_autosummary/openfl.component.aggregator.aggregator.Aggregator>
.. openfl.component.director.director.Director <_autosummary/openfl.component.director.director.Director>
.. openfl.component.director
.. openfl.component.aggregator
.. # - :doc:`component`
.. # - :doc:`component.aggregator`
.. # - :doc:`component.assigner`

0 comments on commit be8b407

Please sign in to comment.