<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://blog.readthedocs.com</id>
  <title>Read the Docs Blog - Posted in 2020</title>
  <updated>2023-07-08T10:50:29.957812+00:00</updated>
  <link href="https://blog.readthedocs.com"/>
  <link href="https://blog.readthedocs.com/archive/2020/atom.xml" rel="self"/>
  <generator uri="https://ablog.readthedocs.org/" version="0.10.26">ABlog</generator>
  <entry>
    <id>https://blog.readthedocs.com/czi-grant-announcement/</id>
    <title>Announcing Chan Zuckerberg Initiative Grant to Expand the Interoperability of Scientific Documentation</title>
    <updated>2020-11-19T00:00:00+00:00</updated>
    <author>
      <name>Eric Holscher</name>
    </author>
    <content type="html">&lt;section id="announcing-chan-zuckerberg-initiative-grant-to-expand-the-interoperability-of-scientific-documentation"&gt;

&lt;p&gt;We’re excited to announce that &lt;a class="reference external" href="https://readthedocs.org/"&gt;Read the Docs&lt;/a&gt; has received a $200,000 grant from the Chan Zuckerberg Initiative’s &lt;a class="reference external" href="https://chanzuckerberg.com/rfa/essential-open-source-software-for-science/"&gt;Essential Open Source for Science&lt;/a&gt; (EOSS) program.
Read the Docs is the largest open source documentation hosting platform in the world.
We provide hosting for many scientific software packages,
including some that have received EOSS funding in the past.
You can read more about this round of grants in the &lt;a class="reference external" href="https://cziscience.medium.com/scaling-open-infrastructure-and-reproducibility-in-biomedicine-69546a399747"&gt;official announcement&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Our grant has two parts:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Part 1 allows us to develop new software to improve the interoperability of scientific documentation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Part 2 allows us do advocacy work around the importance and value of documentation in the scientific community.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We’re excited about the chance to work with the scientific community to improve the overall experience of writing and reading documentation.
We plan to do a lot of outreach to various community members,
so that we can ensure we’re building tools that provide the most value.
We also plan to write content that will hopefully make the process of documenting scientific code easier.&lt;/p&gt;
&lt;section id="part-1-improve-the-interoperability-of-scientific-documentation"&gt;
&lt;h2&gt;Part 1: improve the interoperability of scientific documentation&lt;/h2&gt;
&lt;p&gt;This work is something that we’ve been doing as a side project for some time now.
We have an extension to Sphinx that we call &lt;a class="reference external" href="https://github.com/readthedocs/sphinx-hoverxref"&gt;sphinx-hoverxref&lt;/a&gt;.
It provides hovering tooltips for Sphinx projects when hover over a link.
You might be familiar with this functionality on GitHub or Wikipedia – this project adds that functionality to any project hosted on Read the Docs.
You can see a &lt;a class="reference external" href="https://cpython-ericholscher.readthedocs.io/en/sphinx-hoverxref/whatsnew/3.9.html"&gt;live demo&lt;/a&gt; on a fork of the Python documentation.&lt;/p&gt;
&lt;p&gt;The goal of the grant will be to expand this functionality by doing a few things:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Improving and documenting the backend Embed API on Read the Docs, allowing documentation content to be embedded anywhere on the web.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Building a JavaScript client for the Embed API, which includes tooltips showing the content on any website.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Integrating this JS client and backend API together in a new version of sphinx-hoverxref.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Extending sphinx-hoverxref to work across multiple Read the Docs sites, allowing content hovers across the entire scientific documentation ecosystem.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If time allows, also extending the backend Embed API to support Sphinx documentation hosted outside of Read the Docs, allowing even more interoperability between documentation.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We are planning to contract a frontend developer to help with this work.
The Python work will likely be carried out by our existing team,
funded via the grant.
This is because of the complexities involved with the Read the Docs and Sphinx integration,
it will be more cost effective to have people already familiar with the codebases on these tasks.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="part-2-advocacy-work-around-documentation-in-the-scientific-community"&gt;
&lt;h2&gt;Part 2: Advocacy work around documentation in the scientific community&lt;/h2&gt;
&lt;p&gt;We know that documentation is a pain point for scientific projects. There is a lack of resources in the community, and we feel that we can be a central clearing house for better documentation tutorials and best practices. This part of the funding will be about growing appreciation and knowledge of documentation in the scientific community in general, and advocating for time to be spent on crafting good documentation with the best tooling.&lt;/p&gt;
&lt;p&gt;Part of this work would be letting people know about the work in Part 1, promoting the tooling to make better documentation in the Scientific Python ecosystem. Beyond that, we will also promote tutorials and best practices around documentation for Scientific users, leading to more resources being available and better documentation in the community.&lt;/p&gt;
&lt;p&gt;The high-level roadmap for this part of the grant is:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Improve documentation and promote the work in Part 1.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Adapt the &lt;a class="reference external" href="https://docs.readthedocs.io/en/latest/guides/"&gt;Guides&lt;/a&gt; section of the Read the Docs documentation into a more full-featured Education section, along with standardizing and editing all existing guides.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Expand our existing &lt;a class="reference external" href="https://sphinx-tutorial.readthedocs.io/"&gt;Sphinx Tutorial&lt;/a&gt;, hopefully adding it upstream to Sphinx as the official tutorial&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Write additional documentation guides focused on the scientific community, based on feedback from people in the community. This will likely include tutorials on integrating Jupyter with Sphinx, &lt;a class="reference external" href="https://jupyterbook.org/intro.html"&gt;Jupyterbook&lt;/a&gt;, and other pain points that users have.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If time allows, we would also love to work on curating some of the documentation resources at &lt;a class="reference external" href="https://www.writethedocs.org/topics/"&gt;Write the Docs&lt;/a&gt;, specifically topics that are relevant to scientific projects.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As part of this work, we plan to contract someone in a technical writer/developer evangelist role.
Someone with knowledge of the scientific community would be a great benefit,
given that we plan to seek feedback from many scientific projects on the priority of tasks we work on.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="looking-forward"&gt;
&lt;h2&gt;Looking forward&lt;/h2&gt;
&lt;p&gt;We are starting to look for contractors who would be a good fit for the work.
People who care about documentation and are already connected with the scientific community are a big plus.
We hope to post proper job descriptions for these roles in the near future,
but wanted to note that we’re looking in our initial announcement.&lt;/p&gt;
&lt;p&gt;This is the largest grant that we’ve ever received,
and we are working hard to make sure it’s successful.
We appreciate the trust that the Chan Zuckerberg Initiative has placed in us,
and we will work hard to make sure the results of this grant will be adopted across the scientific ecosystem.&lt;/p&gt;
&lt;p&gt;If you want to keep up to date with this work,
you can follow along on &lt;a class="reference external" href="http://github.com/readthedocs/"&gt;GitHub&lt;/a&gt; or &lt;a class="reference external" href="#mc_embed_signup_scroll"&gt;subscribe&lt;/a&gt; to our blog for updates.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://blog.readthedocs.com/czi-grant-announcement/" rel="alternate"/>
    <summary>We’re excited to announce that Read the Docs has received a $200,000 grant from the Chan Zuckerberg Initiative’s Essential Open Source for Science (EOSS) program.
Read the Docs is the largest open source documentation hosting platform in the world.
We provide hosting for many scientific software packages,
including some that have received EOSS funding in the past.
You can read more about this round of grants in the official announcement.Our grant has two parts:</summary>
    <category term="czi" label="czi"/>
    <category term="grant" label="grant"/>
    <category term="czi-grant" label="czi-grant"/>
    <published>2020-11-19T00:00:00+00:00</published>
  </entry>
</feed>
