conda-forge
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Help
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Google Season of Docs 2023 > Thanks for your interest in applying for Google Season of Docs with conda-forge. We welcome applications from individuals from all backgrounds, identities and abilities and encourage applications individuals from under-represented groups in tech. ## Proposal title: Restructuring the conda-forge documentation ## About conda-forge [conda-forge](https://conda-forge.org/) is a community effort and a [GitHub organization](https://github.com/conda-forge) which contains repositories of conda recipes and thus provides conda packages for a wide range of open-source software and tools. The built distributions for these pieces of software are uploaded to anaconda.org/conda-forge and can be installed with `conda`, `mamba` and other tools. 2023 marks the 8th anniversary of the conda-forge organization. Over these 8 years, it has served more than 1.2M package artifacts, which account for 10B downloads via anaconda.org. None of this would be possible without the work of more than 4.6K volunteers! ### How does conda-forge work? conda-forge is built for and around the conda packaging ecosystem. A conda recipe contains the dependency metadata and instructions to build and package a particular project, usually from source. New recipes are first submitted to the `conda-forge/staged-recipes` repository via a pull request (PR). Once reviewed and approved, the recipe is merged and granted its own repository, called _feedstock_. A feedstock is a standard GitHub repository within the conda-forge organization, containing the user-provided `recipe` and the supporting configuration and tooling required for the builds. For each PR merged in a feedstock, a series of artifacts is built for the package (changes such as releasing a new version or adding a new dependency require rebuilding the package for ecosystem-wide compatibility). All contributions to a feedstock happen through PRs. ### How is conda-forge organized? The conda-forge organization is led by the [_core_ team](https://github.com/orgs/conda-forge/teams/core/members). The core team also receives support from many volunteers, like `staged-recipes` reviewers or the domain-specific `help-*` teams. Anyone can contribute to conda-forge's [documentation](https://conda-forge.org/docs/) through pull requests that are reviewed and approved by at least one member of the _core_ team. ## Project Idea: Restructuring the conda-forge documentation ### The problem conda-forge.org was created almost 8 years ago (when the conda-forge project was established). After 8 years, its documentation has grown organically through the contributions of many members of the conda-forge community (users, contributors, and the core-team). While this has helped keep some documentation up-to-date, it also has added several issues: - Right now, one must know precisely what one is looking for to find its documentation. Thus newcomers might find navigating and consuming the current structure problematic or confusing. - Some pages (e.g. knowledge base) have grown too much and are lengthy. - There is a significant overlap between some sections. The same ideas might be discussed separately, with only partial agreement and out-of-date information, reducing the usability of the documentation. - It is often difficult to know where new information should belong, making it hard to further improve the documentation and onboard new contributors. ### Your project's scope This project will: - Audit the existing content in conda-forge.org and propose an alternative classification of the content borrowing concepts from the Diátaxis framework. - Migrate and adjust the existing content to follow the proposed re-organization in [cf-infra-docs.netlify.app](https://cf-infra-docs.netlify.app/). This will be done in iterative steps and focused on better organizing existing documentation. - Identify and implement accessibility best practices for technical documentation (see References at the end of this document) during the migration process. - Suggest a contribution workflow including review guidelines and an itemized list of critical aspects that new contributions need to abide by (e.g. accessibility best practices, where and how to place new content items, style guides) - Identify missing content and propose an outline to fill the existing gaps. Work that is out of scope for this project: - Write new content pieces from scratch even if identified as missing (e.g. tutorials) ### How would we measure success? - A report of the existing content that discusses its weaknesses and strengths and solutions to address the identified problems via Diátaxis will be published. - A migration plan that reorganizes the existing content into a maintainability and usability-first structure. Such a plan will be shared with the community, and we will, at the same time, ensure any existing URLs can be forwarded to avoid confusion among our current users. - Once approved, the old content will be migrated to the prototype website at [cf-infra-docs.netlify.app](https://cf-infra-docs.netlify.app/) and worked on as needed (to complete the migration plan). - Documentation contribution guidelines will be available and enforced during the review process. - The number of open PRs and issues about documentation (57 and 61, respectively, as of March 2023) is at least reduced by 50% over the following calendar year. ### Timeline | Dates | Action items | | ----------------- | -------------------------- | | May | Technical writer is hired | | June-July | Audit existing content and propose restructuration plan | | August-October | Migrate and adjust content following the plan above | | November | Establish documentation contribution guidelines and review checklist | ### Project budget | Budget item | Amount | Running total | Notes | | ---------------- | --------- | -------------- | ----- | | Technical writer | 10,000.00 | 10,000.00 | | TOTAL | | 10,000.00 | ### Skills needed Required: - Familiarity with the Diátaxis framework - Proficiency in written English - Awareness (and ideally, experience in) of writing inclusive and accessible documentation or content - Ability to work with people from diverse backgrounds Nice to have: - Knowledge about Python, `conda` and/or packaging concepts - Previous contributions to Docusaurus-based websites (or websites built with a static JS framework and Markdown). - Comfortable with Git, GitHub and pull request driven workflows ### Volunteers - Jaime Rodríguez-Guerra ([@jaimergp](https://github.com/jaimergp)): main person of contact ### Contact info Technical writers interested in working on this project should send an email to jrodriguez@quansight.com. Please include links to your technical writing work or portfolio/résumé/CV. Feel free to reach out via Element / Matrix ([`@jaimergp:matrix.org`](https://matrix.to/#/@jaimergp:matrix.org)) before sending your application. ### Additional information conda-forge is also participating in Google Summer of Code 2023. The chosen GSoC candidate will be in charge of creating a style guide for the new conda-forge website, as well as implementing best practices in accesibility. The Google Season of Docs work will be in charge of providing the content counterparts to this effort. Together, the team will end up providing a new, modern, maintainable, easy-to-contribute-to, accessible website for the conda-forge community. --- ## Timeline - February 15, 2023 at 18:00 UTC Organizations can begin submitting applications to Google - March 24, 2023 at 18:00 UTC Deadline for organization applications - March 31, 2023 at 18:00 UTC Google publishes the list of accepted organizations - May 10, 2023 at 18:00 UTC Technical writer hiring deadline - March 31, 2023 - November 13, 2023 Hired technical writers work on documentation projects with guidance from organizations - November 6, 2023 - November 21, 2023 at 18:00 UTC Organization administrators submit their case study and final project evaluation ## Addendum ### Additional context The current documentation can be found at Sphinx-based [`conda-forge.github.io`](https://github.com/conda-forge/conda-forge.github.io) repository, with some blog posts coming from [`blog`](https://github.com/conda-forge/blog). Both use ReStructuredText syntax and are built with Sphinx. A new Docusaurus-based prototype website is also available at [cf-infra-docs.netlify.app](https://cf-infra-docs.netlify.app/), where new documentation is being written for the conda-forge infrastructure. The idea is to use this prototype site as a playground for new content organization ideas and experiments. This site uses Markdown syntax. We will write the content in vanilla Markdown, which both engines support. ### Useful references - [conda-forge.org documentation](https://conda-forge.org/docs) - [`conda-forge/conda-forge.github.io`](https://github.com/conda-forge/conda-forge.github.io) - [`conda-forge/status`](https://github.com/conda-forge/status) - [`conda-forge/blog`](https://github.com/conda-forge/blog) - [The Diátaxis framework](https://diataxis.fr/) - [Google's Technical Writing docs](https://developers.google.com/tech-writing/overview) - Accessibility guidelines for content: - [gov.uk resources](https://www.gov.uk/government/publications/inclusive-communication/accessible-communication-format) - [Microsoft's guidelines](https://learn.microsoft.com/en-us/style-guide/accessibility/accessibility-guidelines-requirements) - [Easy read guidance](https://webarchive.nationalarchives.gov.uk/ukgwa/20130812104657/http://odi.dwp.gov.uk/docs/iod/easy-read-guidance.pdf) - [digital.gov resources](https://accessibility.digital.gov/content-design/getting-started/) - [Documentation as a way to build community](https://labs.quansight.org/blog/2020/03/documentation-as-a-way-to-build-community) - [NEP (Numpy Enhancement Proposal) 44](https://numpy.org/neps/nep-0044-restructuring-numpy-docs.html): Restructuring Numpy docs - [Daniele Procida: How documentation works, and how to make it work for your project](https://www.youtube.com/watch?v=azf6yzuJt54) (PyCon 2017)

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully