Tony Fast
    • Create new note
    • Create a note from template
      • 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
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

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

      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.
      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
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control 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
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

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

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.
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
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Writing docs sucks! Quirkshop This quirkshop is a panel that explores the value of community, content, and format for open source software. Documentation is for the community so today we'll work together to take notes in hackMD. These notes will become documentation for today's quirkshop on read the docs and github pages. * Github: https://github.com/Quansight/quirkshop-docs * Youtube: https://www.youtube.com/channel/UChdlbCpQ_Wep04V9o0sGLWQ * Jitsi: https://meet.jit.si/quansight-quirkshopdocs * Dial-in: +1.512.647.1431 PIN: 2558 9397 79# * Readthedocs: https://writingdocssucks.readthedocs.io/en/latest/ * Host: @ftarlaci * Guests: * @asmeurer * @melissawm * @goanpeca * @juanis2112 ## Concerns * Making sure the audience feels comfortable working in the hackmd. ## Agenda * Prelude: (:05) * @fatma will leads us in and welcome the internet to the quirkshop * remind folks of the [hackmd](https://hackmd.io/N1naMCFAQb-J0FmQroVlyw) for taking notes. writing documents together makes us better. we'll publish these after the meeting. * There is a section to place your github name in which documentation team your on (latex, md, rst). * Introductions: * Name, Location, Role, Projects you work on. * Rants/Raves * What project has your favorite docs? * [Write the docs](https://www.writethedocs.org/) * Any docs with good visual aids * [Python docs](https://docs.python.org/3/) * [Mozilla Javascript Docs](https://developer.mozilla.org/en-US/) * Docs for visualization tools with good gallery views (like [matplotlib](https://matplotlib.org/3.2.0/gallery/index.html)) * [Django docs](https://docs.djangoproject.com/en/3.1/) * [Django girls](https://tutorial.djangogirls.org/en/) * [pymotw](https://pymotw.com/) * Panel (:12) * Quansight labs and docs * Posts * @juanis2112 [Writing docs is not just writing docs](https://labs.quansight.org/blog/2020/07/writing-docs-is-not-just-writing-docs/) * What's the goal of your docs? What are you trying to help with? * how can you be empathetic with the user? * @melissawm [Documentation as a way to build community](https://labs.quansight.org/blog/2020/03/documentation-as-a-way-to-build-community/) * documentation is like writing educational content. * documentation is critical to adoption. * good place to do high impact work. * how to's, tutorials, explanations, api reference. * This blog post has a focus on the process Melissa experienced while working on NumPy docs * Themes * Who writes the docs? * User and developer writers developing docs. They have the best understanding of what other people likely need to do and have questions on. * Risk of missing things that new users or people with less experience if it is written by a developer who has a lot of experience. It is easy to make the wrong assumption about how much someone reading the docs already knows. * At the same time, maybe developers have a responsibility to write docs because they might be the only people who can share their high-level understanding and help others gain that knowledge. * Who should actually do it... and why? * Underdocumented projects have a bad look. How do developers relate to users across a literacy gap. * Train developers to write documentation. * How does project size influence docs? * Amount of developers * type of project. * not all project are born equal. * fast vs slow documentation. * fast projects are unstable * slow projects are stable * Whether or not there is a set process for writing the docs. Bigger projects might have protocols where smaller don't. Both options can be an obstacle. * @asmeurer experts struggle to write introductory documentation. * Why is documentation considered a "first good issue?" * We were just talking about needing a strong understanding of the project, but do people new to the community know that yet? * Can be good for catching areas that are topical to new users and easily overlooked by long term development. * Size & scale * Who still knows all of numpy? * Folks focus on subject areas. * Reviewers that understand * Biweekly meetings of 8 or 9 people. * Create issues requesting content.It's helpful to create priorities for the people currently writing docs. * Idea that because you aren't writing code it is technically easier, but that can be misleading. Bad docs create problems long term. * Docs are usually the face of a project. Might be the first things users see. * Finding new documentation contributors: ownership, credit and open source * Documentation programs * Google summer of code is not google season of docs. GSOC is older * [Google season of docs](https://developers.google.com/season-of-docs/). * not google summer of code * Pros and cons :-) ? * Grants don't allow the use of money for maintenance and docs. * September–December timeline, pairs technical writers with projects * [styleguide? good idea.](https://styleguide.mailchimp.com/) * Technical writers tend to have skills that are often missing in a lot of communities and can help with things like organizing docs more consistently or building a style guide. * [CZI EOSS](https://chanzuckerberg.com/rfa/essential-open-source-software-for-science/) * Docs aren't often funded, so programs like this can be critical. * Content is king. * In the absence of resources, what type should documentation content should be prioritized? * [Four kinds of documentation](https://documentation.divio.com/) * reference documentation is critical. Probably won't get written unless the developers on a project write it. * Other opinion is tutorials. Helps you get started. If they get a bad first impression, why would they continue with the project. If they know the basics they are in a better position to find more docs later. * It depends on the goal of your project. Is the project only meant to be for users trying to learn to use a tool? Is the project looking for people to contribute code and need to give a good technical background? * What about tutorials or Stack Overflow questions? Are these a kind of docs not written by the project itself? * Documentation is best when it caters to a variety of literacies. Maybe that approach should be kept in mind from the beginning. * Pick your p☠ison: $T_EX$, M⬇, or RST? * [reStructuredText vs. Markdown for technical documentation](https://eli.thegreenplace.net/2017/restructuredtext-vs-markdown-for-technical-documentation/) * ⚡ talk: Modern sphinx for docs and blogs. * @tonyfast One conf for your docs and blog. * myst, jupyterbook, [Troff](https://www.troff.org/history.html) :-P _Who did this?_ * Deploying to readthedocs and github pages. * @goanpeca :-) CI and Github Actions FTW! * questions * outro * [Exit survey](https://docs.google.com/forms/d/e/1FAIpQLSd58qaTWR7SqBnmiZD4gQGauFb-LK3g-g9bLXBqMme8csKpvA/viewform) ## Collaborative notes > We encourage the audience to work together in taking notes about the highlights and important resources shared during the panel. We appreciate everyone pitching in to make some nice docs together that we can be proud about when the presentation is over. ### What project has your favorite docs? _Any notetakers, please add your faves too!_ * Matthias : You did not specify Python Only, so I'm going to say Rust, docs.rs, thy have a bynch of fancy stuff, like for example all example are guarantied to compile, or have a orange/red border if they are purposefully invalid. It's also out of the box, no configuration needed typically. They also rebuild docs for all the new crates uploaded. ### [Documentation as a way to build community](https://labs.quansight.org/blog/2020/03/documentation-as-a-way-to-build-community/) https://opensourcesurvey.org/2017/ ### Pick your p☠ison: $T_EX$, M⬇, or RST? * [Patron saint of yakshaves](https://yakshav.es/the-patron-saint-of-yakshaves/) #### Choose a team below ##### Team Markdown @tonyfast, @asmeurer, @isabela-pf, @goanpeca, @marslee ##### Team RST @dharhas, @juanis2112 ##### Team TEX @melissawm, ### [reStructuredText vs. Markdown for technical documentation](https://eli.thegreenplace.net/2017/restructuredtext-vs-markdown-for-technical-documentation/) ### Modern sphinx for docs and blogs. ### Deploying to readthedocs and github pages. #### readthedocs * [Readthedocs configuration file](https://docs.readthedocs.io/en/stable/config-file/v2.html) * We will be using [MyST](https://myst-parser.readthedocs.io/en/latest/) for our example. * After everything is configured, use the readthedocs UI to link to your source. #### github actions * Create a workflows folder with a deployment action. This may be able to be found on the Github Marketplace. (Deploy to Github Pages and Deploy to Python are options). * Now that we've selected the actions, set up how the actions are triggered. Ex. schedule to run every day at midnight. * We're using ubuntu-latest for the demo. It's the fastest right now. * Set up environment, install dependencies, script to pull the source of the docs (hackmd for our example), tell it what branch in the repo to build from. * Note: GitHub Pages uses Jekyll. Have to add a nojekyll file to avoid that if desired. #### github pages (really easy) * Sometimes you just want something super simple that doesn't require messing with tooling. * Any GitHub repo that has a README written in Markdown, you can go and click just one button in the settings and turn it into a web page. * Example: https://www.asmeurer.com/removestar/ which is built from https://github.com/asmeurer/removestar/blob/master/README.md * Literally zero tooling. Just click a button and it's done. ## Before the event * Launch binders * Restart machines * Which service do y'all want to use? Jitsi is the default. ## Notes from the prior event * I think there should be reminders by the presenters about turning off mics to prevent echo. * Be mindful of what the viewers are seeing on shared screens ...It would be best if that clicking around and scrolling were done "off camera" and then only shared when the appropriate thing was on screen. * I really liked this overlap of two seemingly disparate skills that combine in one application. * _Links are good._ Appreciated the CSS gif and links to what's beyond the quirkshop's scope, such the CSS art, for people that are interested in reading further. * Sometimes it was confusing or cluttered when the presenter's sreen included their Jitsi screen over the demonstration. * The current Binder link that automatically splits Binder and Jitsi for participants is great and should be continued. ## During the event * Be yourself. We 🤍 you cause you're you. * Minimize videos number of webcam shared in jitsi. * Children and animals are welcome interruptions, social norms during covid are different.

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

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

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