mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Merge pull request #3488 from Likeyn/update-tools-category
[Global] Update tools category
This commit is contained in:
commit
cb5aa51477
@ -52,6 +52,8 @@ languages:
|
||||
|
||||
Other fields:
|
||||
|
||||
- **category**: The category of the article. So far, can be one of *language*,
|
||||
*tool* or *Algorithms & Data Structures*. Defaults to *language* if omitted.
|
||||
- **filename**: The filename for this article's code. It will be fetched, mashed
|
||||
together, and made downloadable.
|
||||
+ For non-English articles, *filename* should have a language-specific
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: awk
|
||||
category: tool
|
||||
tool: awk
|
||||
filename: learnawk.awk
|
||||
contributors:
|
||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: cmake
|
||||
category: tool
|
||||
tool: cmake
|
||||
contributors:
|
||||
- ["Bruno Alano", "https://github.com/brunoalano"]
|
||||
filename: CMake
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: make
|
||||
category: tool
|
||||
tool: make
|
||||
contributors:
|
||||
- ["Robert Steed", "https://github.com/robochat"]
|
||||
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: awk
|
||||
category: tool
|
||||
tool: awk
|
||||
filename: learnawk-es.awk
|
||||
contributors:
|
||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: Statistical computing with Python
|
||||
category: tool
|
||||
tool: Statistical Computing with Python
|
||||
contributors:
|
||||
- ["e99n09", "https://github.com/e99n09"]
|
||||
filename: pythonstatcomp-es.py
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: awk
|
||||
category: tool
|
||||
tool: awk
|
||||
filename: learnawk-fr.awk
|
||||
contributors:
|
||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: make
|
||||
category: tool
|
||||
tool: make
|
||||
contributors:
|
||||
- ["Robert Steed", "https://github.com/robochat"]
|
||||
translators:
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: make
|
||||
category: tool
|
||||
tool: make
|
||||
contributors:
|
||||
- ["Robert Steed", "https://github.com/robochat"]
|
||||
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: awk
|
||||
category: tool
|
||||
tool: awk
|
||||
filename: learnawk-pt.awk
|
||||
contributors:
|
||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: cmake
|
||||
category: tool
|
||||
tool: cmake
|
||||
contributors:
|
||||
- ["Bruno Alano", "https://github.com/brunoalano"]
|
||||
filename: CMake-br
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: make
|
||||
category: tool
|
||||
tool: make
|
||||
contributors:
|
||||
- ["Robert Steed", "https://github.com/robochat"]
|
||||
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: tcsh
|
||||
category: tool
|
||||
tool: tcsh
|
||||
filename: LearnTCSH.csh
|
||||
contributors:
|
||||
- ["Nicholas Christopoulos", "https://github.com/nereusx"]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: awk
|
||||
category: tool
|
||||
tool: awk
|
||||
contributors:
|
||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||
translators:
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: make
|
||||
category: tool
|
||||
tool: make
|
||||
contributors:
|
||||
- ["Robert Steed", "https://github.com/robochat"]
|
||||
- ["Jichao Ouyang", "https://github.com/jcouyang"]
|
||||
|
Loading…
Reference in New Issue
Block a user