mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-01 20:40:42 +02:00
Merge pull request #3488 from Likeyn/update-tools-category
[Global] Update tools category
This commit is contained in:
@@ -52,6 +52,8 @@ languages:
|
|||||||
|
|
||||||
Other fields:
|
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
|
- **filename**: The filename for this article's code. It will be fetched, mashed
|
||||||
together, and made downloadable.
|
together, and made downloadable.
|
||||||
+ For non-English articles, *filename* should have a language-specific
|
+ For non-English articles, *filename* should have a language-specific
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: awk
|
category: tool
|
||||||
|
tool: awk
|
||||||
filename: learnawk.awk
|
filename: learnawk.awk
|
||||||
contributors:
|
contributors:
|
||||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: cmake
|
category: tool
|
||||||
|
tool: cmake
|
||||||
contributors:
|
contributors:
|
||||||
- ["Bruno Alano", "https://github.com/brunoalano"]
|
- ["Bruno Alano", "https://github.com/brunoalano"]
|
||||||
filename: CMake
|
filename: CMake
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: make
|
category: tool
|
||||||
|
tool: make
|
||||||
contributors:
|
contributors:
|
||||||
- ["Robert Steed", "https://github.com/robochat"]
|
- ["Robert Steed", "https://github.com/robochat"]
|
||||||
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: awk
|
category: tool
|
||||||
|
tool: awk
|
||||||
filename: learnawk-es.awk
|
filename: learnawk-es.awk
|
||||||
contributors:
|
contributors:
|
||||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: Statistical computing with Python
|
category: tool
|
||||||
|
tool: Statistical Computing with Python
|
||||||
contributors:
|
contributors:
|
||||||
- ["e99n09", "https://github.com/e99n09"]
|
- ["e99n09", "https://github.com/e99n09"]
|
||||||
filename: pythonstatcomp-es.py
|
filename: pythonstatcomp-es.py
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: awk
|
category: tool
|
||||||
|
tool: awk
|
||||||
filename: learnawk-fr.awk
|
filename: learnawk-fr.awk
|
||||||
contributors:
|
contributors:
|
||||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: make
|
category: tool
|
||||||
|
tool: make
|
||||||
contributors:
|
contributors:
|
||||||
- ["Robert Steed", "https://github.com/robochat"]
|
- ["Robert Steed", "https://github.com/robochat"]
|
||||||
translators:
|
translators:
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: make
|
category: tool
|
||||||
|
tool: make
|
||||||
contributors:
|
contributors:
|
||||||
- ["Robert Steed", "https://github.com/robochat"]
|
- ["Robert Steed", "https://github.com/robochat"]
|
||||||
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: awk
|
category: tool
|
||||||
|
tool: awk
|
||||||
filename: learnawk-pt.awk
|
filename: learnawk-pt.awk
|
||||||
contributors:
|
contributors:
|
||||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: cmake
|
category: tool
|
||||||
|
tool: cmake
|
||||||
contributors:
|
contributors:
|
||||||
- ["Bruno Alano", "https://github.com/brunoalano"]
|
- ["Bruno Alano", "https://github.com/brunoalano"]
|
||||||
filename: CMake-br
|
filename: CMake-br
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: make
|
category: tool
|
||||||
|
tool: make
|
||||||
contributors:
|
contributors:
|
||||||
- ["Robert Steed", "https://github.com/robochat"]
|
- ["Robert Steed", "https://github.com/robochat"]
|
||||||
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: tcsh
|
category: tool
|
||||||
|
tool: tcsh
|
||||||
filename: LearnTCSH.csh
|
filename: LearnTCSH.csh
|
||||||
contributors:
|
contributors:
|
||||||
- ["Nicholas Christopoulos", "https://github.com/nereusx"]
|
- ["Nicholas Christopoulos", "https://github.com/nereusx"]
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: awk
|
category: tool
|
||||||
|
tool: awk
|
||||||
contributors:
|
contributors:
|
||||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||||
translators:
|
translators:
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: make
|
category: tool
|
||||||
|
tool: make
|
||||||
contributors:
|
contributors:
|
||||||
- ["Robert Steed", "https://github.com/robochat"]
|
- ["Robert Steed", "https://github.com/robochat"]
|
||||||
- ["Jichao Ouyang", "https://github.com/jcouyang"]
|
- ["Jichao Ouyang", "https://github.com/jcouyang"]
|
||||||
|
Reference in New Issue
Block a user