All Projects → metatron-app → metatron-doc-discovery

metatron-app / metatron-doc-discovery

Licence: other
Metatron Discovery user documents

Programming Languages

TeX
3793 projects
CSS
56736 projects
HTML
75241 projects
common lisp
692 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to metatron-doc-discovery

houdini additional python docs
🐍 Additional documentation of Houdini Python modules
Stars: ✭ 21 (+16.67%)
Mutual labels:  sphinx
guides
How we do things at OK GROW!
Stars: ✭ 16 (-11.11%)
Mutual labels:  documents
sphinx materialdesign theme
Material Design Html Theme for Sphinx.
Stars: ✭ 71 (+294.44%)
Mutual labels:  sphinx
choldgraf.github.io
Website
Stars: ✭ 33 (+83.33%)
Mutual labels:  sphinx
MetadataRemover
Android App to remove images' metadata
Stars: ✭ 42 (+133.33%)
Mutual labels:  documents
sphinx-jekyll-builder
sphinx builder that outputs jekyll compatible markdown files with frontmatter
Stars: ✭ 18 (+0%)
Mutual labels:  sphinx
paperbase
Open source document organizer with automatic OCR and full text search
Stars: ✭ 21 (+16.67%)
Mutual labels:  documents
autodoc pydantic
Seamlessly integrate pydantic models in your Sphinx documentation.
Stars: ✭ 60 (+233.33%)
Mutual labels:  sphinx
elecV2P-dei
elecV2P 说明文档、使用范例及问题交流
Stars: ✭ 171 (+850%)
Mutual labels:  documents
pandoc-doc-ja
Pandocユーザーズガイド日本語版(Pandoc 2.7.2+準拠)のリポジトリ by Sphinx
Stars: ✭ 19 (+5.56%)
Mutual labels:  sphinx
sphinx-server
Sphinx documentation Docker image with Python server and support for PlantUML and more.
Stars: ✭ 62 (+244.44%)
Mutual labels:  sphinx
tracker-issues
Issue tracking system and Workflow documents integrated to Humhub
Stars: ✭ 28 (+55.56%)
Mutual labels:  documents
dart.cn
Dart docs localization, get started from the wiki page here: https://github.com/cfug/dart.cn/wiki
Stars: ✭ 64 (+255.56%)
Mutual labels:  documents
sphinxcontrib-programoutput
Sphinx extension for capturing program output
Stars: ✭ 29 (+61.11%)
Mutual labels:  sphinx
Dev-II
For 'Economics Development II' PhD seminar at CUNY Graduate Center. (older site) Generates docs at:
Stars: ✭ 36 (+100%)
Mutual labels:  sphinx
EdPaper
Helps you organizing your paperwork
Stars: ✭ 56 (+211.11%)
Mutual labels:  documents
ingest-file
Ingestors extract the contents of mixed unstructured documents into structured (followthemoney) data.
Stars: ✭ 40 (+122.22%)
Mutual labels:  documents
SystemesInformatiques
Cours de Systèmes informatiques (C, Unix/Linux, ...)
Stars: ✭ 41 (+127.78%)
Mutual labels:  restructured-text
iOS-Programming-Documents
iOS Programming Documents in Korean
Stars: ✭ 64 (+255.56%)
Mutual labels:  documents
Blended
The Most Versatile Static HTML Site Generator
Stars: ✭ 22 (+22.22%)
Mutual labels:  restructured-text

Introduction

This repository is for documenting about metatron-discovery.

How to build and update the contents

  • Requirements

    • Python 3 + pip
  • Clone this repository

       git clone https://github.com/metatron-app/metatron-doc-discovery.git
  • Install packages

      pip install -r requirements.txt
  • Edit the contents

    • Every document is written in rst file. Follow the reStructedText syntax.
    • Location for all the image files is /_static/img/part00
  • Translate to English

    • Our docs is written in Korean first. For Eng, you need to update .po files in locales/en/..
    • Update po files after changing rst files.
         make gettext
         sphinx-intl update -p docs/gettext -l en
    • For Eng docs image, put .en at the end of the image file name.
    • Eng HTML files are located in docs/en/ after building
  • Build documents using Sphinx

      make all
      make en  //When building english version only.
  • HTML files are located in docs/ directory.

  • Update

      git pull //Get the latest updates from remote repo before your commit.
      git add .
      git commit -m "commit message"
      git push

References

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].