Skip to content

Commit c8a9622

Browse files
committed
🎨 Fix formatting
1 parent 02af616 commit c8a9622

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

docs/_sources/conf.py

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,7 @@ def _unireplace(release_note, unireplace):
303303
) if gh_releaseNotes[t]['published_at'] else ''
304304
)
305305
release_note = '\n'.join(_unireplace(
306-
"""{}
307-
{}
308-
{}
309-
""".format(
306+
"{}\n{}\n{}".format(
310307
tag_header,
311308
'^'*len(tag_header),
312309
m2r.convert(gh_releaseNotes[t]['body'].encode(
@@ -334,17 +331,15 @@ def _unireplace(release_note, unireplace):
334331
):
335332
with open(latest_path, 'w+') as f:
336333
f.write(
337-
"""
338-
339-
.. include:: /user/release_notes/{latest}.rst
334+
""".. include:: /user/release_notes/{latest}.rst
340335
341-
.. toctree::
342-
:hidden:
343-
:titlesonly:
344-
:maxdepth: 1
336+
.. toctree::
337+
:hidden:
338+
:titlesonly:
339+
:maxdepth: 1
345340
346-
/user/release_notes/{latest}.rst
347-
""".format(latest=str(t))
341+
/user/release_notes/{latest}.rst
342+
""".format(latest=str(t))
348343
)
349344

350345
rnd = [

docs/_sources/user/index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ For more information and additional tutorials, check out our `YouTube channel <h
4242
* `Open science resources for 'Big Data' Analyses of the human connectome <http://www.slideshare.net/CameronCraddock/open-science-resources-for-big-data-analyses-of-the-human-connectome>`_
4343
* `Computational approaches for mapping the human connectome <http://www.slideshare.net/CameronCraddock/computational-approaches-for-mapping-the-human-connectome>`_
4444

45-
.. _ndmg_atlases:
46-
47-
.. topic:: Neuroparc v1.0: Baseline
48-
49-
.. include:: /user/ndmg_atlases.rst
50-
5145
.. include:: /user/release_notes/latest.rst
5246

5347
The C-PAC Team

0 commit comments

Comments
 (0)