All Projects β†’ tomochain β†’ docs

tomochain / docs

Licence: MIT License
πŸ“– TomoChain documentation

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to docs

mkdocs-static-i18n
MkDocs i18n plugin using static translation markdown files
Stars: ✭ 78 (+310.53%)
Mutual labels:  mkdocs, mkdocs-material
lavalink-list
A list of free and available public lavalink. Feel free to make a pull request!
Stars: ✭ 43 (+126.32%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-section-index
MkDocs plugin to allow clickable sections that lead to an index page
Stars: ✭ 36 (+89.47%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-exclude-search
πŸ”Ž A mkdocs plugin that lets you exclude selected chapters from the search index.
Stars: ✭ 16 (-15.79%)
Mutual labels:  mkdocs, mkdocs-material
ImageModels
ImageNet model implemented using the Keras Functional API
Stars: ✭ 63 (+231.58%)
Mutual labels:  mkdocs, mkdocs-material
fosscord-docs
Docs for Fosscord
Stars: ✭ 23 (+21.05%)
Mutual labels:  mkdocs, mkdocs-material
docutools
Dev Centric Tools for Mkdocs Based Documentation
Stars: ✭ 13 (-31.58%)
Mutual labels:  mkdocs, mkdocs-material
obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+1052.63%)
Mutual labels:  mkdocs, mkdocs-material
tutorials
Collection of tutorials for various libraries and technologies
Stars: ✭ 98 (+415.79%)
Mutual labels:  mkdocs, mkdocs-material
privacyguides.org
Protect your data against global mass surveillance programs.
Stars: ✭ 1,316 (+6826.32%)
Mutual labels:  mkdocs, mkdocs-material
taller-de-git
DocumentaciΓ³n del taller de git
Stars: ✭ 18 (-5.26%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-jekyll
The Material theme from MkDocs provided as a Jekyll template, optimized for GitHub Pages
Stars: ✭ 55 (+189.47%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-git-revision-date-localized-plugin
MkDocs plugin to add a last updated date to your site pages
Stars: ✭ 73 (+284.21%)
Mutual labels:  mkdocs, mkdocs-material
cheatsheets
John's Cheatsheets
Stars: ✭ 22 (+15.79%)
Mutual labels:  mkdocs
kotlin-rev-solution
Kotlin reference site in Japanese.
Stars: ✭ 46 (+142.11%)
Mutual labels:  mkdocs
docs-v1
Source of code.kx.com/q
Stars: ✭ 33 (+73.68%)
Mutual labels:  mkdocs
mkdocs-htmlproofer-plugin
A MkDocs plugin that validates URL in rendered html files
Stars: ✭ 17 (-10.53%)
Mutual labels:  mkdocs
Documentation
Kodular Documentation
Stars: ✭ 41 (+115.79%)
Mutual labels:  mkdocs
papers reading sharing.github.io
Sites to share deep learning related papers and their digests
Stars: ✭ 32 (+68.42%)
Mutual labels:  mkdocs
mkdocs-click
An MkDocs extension to generate documentation for Click command line applications
Stars: ✭ 34 (+78.95%)
Mutual labels:  mkdocs

TomoChain Documentation

Join the chat at https://gitter.im/tomochain/docs

TomoChain documentation.

Requirements

  • python
  • virtualenv

Contribute

Clone the project.

git clone https://github.com/tomochain/docs.git

Create a virtualenv for this project.

cd docs
virtualenv .env

Activate your virtualenv.

source .env/bin/activate

Install the required libraries in your project's virtualenv.

pip install -r requirements.txt

You can now edit some files and check your changes live by running a local server. You can access it at localhost:3000.

./ serve.sh

Note: don't forget to activate/deactivate your virtualenv when you start/stop working on this project.

# activate: from the project folder
source .env/bin/activate

# deactivate: from everywhere
deactivate

Contribution guideline

Branches

If you are a technical writer with assigned issues, please work on a separate branch for each of them.

They should be named tw/[id of the issue]

Example:

git checkout -b tw/24

All other branches can be named with a short descriptive word.

Example:

git checkout -b guidelines

Commits

Commits should start by a verb.

Example:

fix typo in technical whitepaper

Markdown

When contributing to the documentation, please write one sentence per line.

This will not create a new paragraph as markdown require two blank line to create one.

It will help keep git diffs clearer. When editing a file, if you see multiples sentences in one line, it would be welcomed if you split them.

Example:

Hello, this is the first paragraph.
This is still the first paragraph and this is still on the same line.

This is on a new paragraph because there is two new lines.

Hello, this is the first paragraph. This is still the first paragraph and this is still on the same line.

This is on a new paragraph because there is two new lines.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].