Conversation
c827c6c to
330aa75
Compare
template/docs/conf.py.jinja
Outdated
| {% if 'matplotlib' in dependencies -%} | ||
| 'matplotlib': ('https://matplotlib.org/stable/', None),{% endif %} | ||
| {% if 'pyfar' in dependencies -%} | ||
| 'pyfar': ('https://pyfar.readthedocs.io/en/stable/', None),{% endif %} |
There was a problem hiding this comment.
i think we should add the gallery here as well:
| 'pyfar': ('https://pyfar.readthedocs.io/en/stable/', None),{% endif %} | |
| 'pyfar': ('https://pyfar.readthedocs.io/en/stable/', None),{% endif %} | |
| 'gallery': ('https://pyfar-gallery.readthedocs.io/en/latest/', None), |
template/docs/history.rst
Outdated
| @@ -0,0 +1 @@ | |||
| .. include:: ../HISTORY.rst No newline at end of file | |||
There was a problem hiding this comment.
| .. include:: ../HISTORY.rst | |
| .. include:: ../HISTORY.rst | |
better to always put a new line at the end of a file, thats easier for git.
template/docs/index.rst.jinja
Outdated
| {{ project_slug }} | ||
| {% for _ in project_slug %}={% endfor %} | ||
|
|
||
| .. include:: header.rst No newline at end of file |
There was a problem hiding this comment.
| .. include:: header.rst | |
| .. include:: header.rst | |
template/docs/contributing.rst
Outdated
| @@ -0,0 +1 @@ | |||
| .. include:: ../CONTRIBUTING.rst No newline at end of file | |||
There was a problem hiding this comment.
| .. include:: ../CONTRIBUTING.rst | |
| .. include:: ../CONTRIBUTING.rst | |
template/docs/conf.py.jinja
Outdated
|
|
||
| # set dropdown header at pyfar appearance, so that pyfar is the first item in | ||
| # the dropdown called Packages | ||
| html_theme_options['header_links_before_dropdown'] = n_toctree_pyfar No newline at end of file |
There was a problem hiding this comment.
| html_theme_options['header_links_before_dropdown'] = n_toctree_pyfar | |
| html_theme_options['header_links_before_dropdown'] = n_toctree_pyfar | |
| modules/{{ project_slug }} | ||
|
|
||
|
|
||
| .. _examples gallery: https://pyfar-gallery.readthedocs.io/en/latest/examples_gallery.html No newline at end of file |
There was a problem hiding this comment.
| .. _examples gallery: https://pyfar-gallery.readthedocs.io/en/latest/examples_gallery.html | |
| .. _examples gallery: https://pyfar-gallery.readthedocs.io/en/latest/examples_gallery.html | |
template/docs/Makefile.jinja
Outdated
| # Catch-all target: route all unknown targets to Sphinx using the new | ||
| # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
| %: Makefile | ||
| @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) No newline at end of file |
There was a problem hiding this comment.
| @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | |
| @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | |
template/docs/readme.rst
Outdated
| @@ -0,0 +1 @@ | |||
| .. mdinclude:: ../README.md No newline at end of file | |||
There was a problem hiding this comment.
| .. mdinclude:: ../README.md | |
| .. mdinclude:: ../README.md | |
| .. raw:: html | ||
|
|
||
| <i class="fa-solid fa-clock-rotate-left icon-style"> | ||
| </i> No newline at end of file |
|
maybe you can also add the .readthedocs.yml config in this pr |
|
Yeah, I will add the |
ahms5
left a comment
There was a problem hiding this comment.
from my point of view ready to merge, we can add the readthedocs conf later
| 'matplotlib': ('https://matplotlib.org/stable/', None),{% endif %} | ||
| {% if 'pyfar' in dependencies -%} | ||
| 'pyfar': ('https://pyfar.readthedocs.io/en/stable/', None), | ||
| 'gallery': ('https://pyfar-gallery.readthedocs.io/en/latest/', None),{% endif %} |
|
@h-chmeruk I noticed that merging the last PR created a couple of conflicts. Could you please fix these? |
5ce135f to
7aef990
Compare
Which issue(s) are closed by this pull request?
Closes #12
Changes proposed in this pull request:
docsfolder with the most important files.