or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~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; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
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.
Syncing
xxxxxxxxxx
Planning Meeting: Community & Documentation
Date: Thursday 11:30 - 12:30 AM
Topics: Documentation, Community Building, Tutorial Infrastructure (SciPy notes)
Issues: #7, #9, #13, #21, #19
Attendees
Ideas from issues
Community Building
Sanket: Building an onboarding guide for newcomers and creating a guide/manual for scientific community managers
lots of documentation on how to begin contributing, but not how to do other things, that does not involve writing code
SPEC for community building and outreach
Sanket has good recommendations on
Juanita has similar document about role of community managers
Sanket
Dan McCloy
Dan Allan
Juanita
Jarrod and Isaac
Community manager docs questions
Resources for newcomers
Tutorial Infrastructure
Ross: One thing I'd personally be interested in is seeing whether/how various tools can be used in conjunction with one another. For example, there are several tutorials sites (numpy-tutorials, nx-guides) built on top of the executable books stack that would also benefit from e.g. the thumbnail feature from sphinx-gallery. It's not immediately obvious how the executablebook sphinx extensions & sphinx-gallery can be used together.
In a similar but broader vein - I'd like to investigate the browser-native tooling and see how well/easily existing tutorial content (based on static site generation) is supported.
Ecosystem-level tutorial / documentation content
Daniel McCloy: There are lots of things that don't need separate documentation for each package; things like
obviously there will be some degree of variability across packages in how each of these things are done, but that's an opportunity for figuring out which ones have a clear best-practice (that could be codified in a SPEC?) and which are cases of "reasonable packages will disagree". For the latter cases, the ecosystem-level tutorial would be either more conceptual (individual package docs fill in the details) or simply not exist.
SciPy Lecture Notes
https://scipy-lectures.org/ (rendered)
https://github.com/scipy-lectures/scipy-lecture-notes
Goals
Update
sparse
, random, statistics, newer APIs, etc.May be worth transitioning to Markdown in the long run (myst or similar)
Remove the Py2/Py3 chapter
Meeting notes