Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.89 KB

README.en.md

File metadata and controls

48 lines (26 loc) · 1.89 KB

A Tour of Life (Pyrad Notes!)

NOTE

This should be exactly the same for the 2 repositories from 2 different remote:

Check the following pages to see how to set multiple remote origins on a same local repo:

Description

This is a notebook for Pyrad.

It's old name is Pyrad's Notes, and it was originally created on Gitee, and all kinds of useful notes are kept down here to remind me of something interesting. Yes, all kinds.

I changed the name to A Tour of Life from Pyrad Notes!, as I think it's the time to find a place keep down all things over my mind, and to find a way to track my life. Perhaps good, perhaps bad.

All notes are organized by Sphinx + markdown texts, and the web pages are built with help of ReadTheDocs.

May 17, 2022 22:28

Quick Usage

  • Download the repository files (or just clone it to local)

  • Use command make html to build

  • Open the file .\build\html\index.html to view notes

  • Refer to a GIF file in _static folder to have a quick look

References

Here are some useful links, relating to Sphinx, reStructuredText, ReadTheDocs and so on.