You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone! First of all, thanks for developing MyST and the whole environment for Jupyter Books, amazing work!
This is a question/feature proposal. I was wondering if there's a way to hide the list of authors from particular pages. My main use case for it is to have "index" pages that point to several different notebooks (see the following file tree as example). I would like to list all the authors in myst.yml, and list the authors of each notebook (.ipynb file), but avoid having the list of authors in the notebooks/index.md.
I know I can override the authors list in the yml header of each notebook or Markdown file. This is useful when trying to specify which person contributed to each particular notebook. But I'm wondering if there's a way to actually hide it.
So long, I found a hacky way to do so by overriding the authors list in the header of the index.md file:
authors: {}
But, an emtpy <header> tag is still created in the HTML file:
Hi everyone! First of all, thanks for developing MyST and the whole environment for Jupyter Books, amazing work!
This is a question/feature proposal. I was wondering if there's a way to hide the list of authors from particular pages. My main use case for it is to have "index" pages that point to several different notebooks (see the following file tree as example). I would like to list all the authors in
myst.yml
, and list the authors of each notebook (.ipynb
file), but avoid having the list of authors in thenotebooks/index.md
.I know I can override the
authors
list in theyml
header of each notebook or Markdown file. This is useful when trying to specify which person contributed to each particular notebook. But I'm wondering if there's a way to actually hide it.So long, I found a hacky way to do so by overriding the authors list in the header of the
index.md
file:But, an emtpy
<header>
tag is still created in the HTML file:So: is there a way to actually hide the list of authors (without generating an empty
header
tag)?Proposal
If currently there's no way to do, I would suggest adding a way of setting
authors
as an empty list, like:That would hide the list of authors.
The text was updated successfully, but these errors were encountered: