Skip to content

Documentations of Python Chapter 1 #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/.DS_Store
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/jsdoc/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": false
}
}
}
27 changes: 27 additions & 0 deletions docs/jsdoc/templates/template/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
The default template for JSDoc 3 uses: [the Taffy Database library](http://taffydb.com/) and the [Underscore Template library](http://underscorejs.org/).


## Generating Typeface Fonts

The default template uses the [OpenSans](https://www.google.com/fonts/specimen/Open+Sans) typeface. The font files can be regenerated as follows:

1. Open the [OpenSans page at Font Squirrel](<http://www.fontsquirrel.com/fonts/open-sans>).
2. Click on the 'Webfont Kit' tab.
3. Either leave the subset drop-down as 'Western Latin (Default)', or, if we decide we need more glyphs, than change it to 'No Subsetting'.
4. Click the 'DOWNLOAD @FONT-FACE KIT' button.
5. For each typeface variant we plan to use, copy the 'eot', 'svg' and 'woff' files into the 'templates/default/static/fonts' directory.

## Changelog compared to default template

```
publish.js:
// changed from default template by MH on 1/7/2019, see "MH" below
```

```
folder tmpl: see tmpl/README.md
```

```
folder static: see static/README.md
```
1 change: 1 addition & 0 deletions docs/jsdoc/templates/template/publish.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export function publish(taffyData: TAFFY, opts: object, tutorials: Tutorial): void;
Loading