coding-learning

Contents:

  • 1 CPP
  • 2 Python
  • 3 Doxygen
  • 4 Ubuntu Tips
  • 5 General Tips
  • 6 Git
  • 7 Graphviz
  • 8 Using Conda Environment
  • 9 Documentation by Sphinx
coding-learning
  • Docs »
  • Welcome to coding-learning’s documentation!
  • View page source

Welcome to coding-learning’s documentation!¶

This repo is for coding-learning for beginners like me. Please feel free to contact me to work this together.

To build this page, there are several packages you may need to install first:

conda create -n new-conda-env python=3.6
conda activate new-conda-env
conda install sphinx sphinx_rtd_theme

Contents:

  • 1 CPP
    • 1.1 GCC and Make
  • 2 Python
    • 2.1 Python Environment Config
  • 3 Doxygen
    • 3.1 Normal Use of Doxygen Steps
  • 4 Ubuntu Tips
    • 4.1 Ubuntu 101
    • 4.2 Set Terminal Tab Name
    • 4.3 Bash Shell Script
  • 5 General Tips
    • 5.1 Naming Rules
    • 5.2 Choose License
    • 5.3 Design Logo
    • 5.4 Markdown
    • 5.5 Learn Coding
    • 5.6 Fancy Badge
  • 6 Git
    • 6.1 Git and GitHub
    • 6.2 Use Git on Windows
    • 6.3 Basic Git Command
    • 6.4 Use SSH
    • 6.5 Submodule
  • 7 Graphviz
    • 7.1 DOT Language
    • 7.2 Python
  • 8 Using Conda Environment
    • 8.0 How to create a conda env
    • 8.1 How to activate conda
    • 8.2 How to activate conda environment
    • 8.3 How to create the same environment
    • 8.4 How to exit current environment
    • 8.5 How to export the conda environment to yml file
    • 8.6 How to see the conda environment list
  • 9 Documentation by Sphinx
    • 9.1 Install Sphinx
    • 9.2 Apply Quickstart
    • 9.3 Edit Index
    • 9.4 Push to GitHub Pages
    • 9.5 Tips for RST Syntax

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2018, Zichao Hou

Built with Sphinx using a theme provided by Read the Docs.