# pyradnotes **Repository Path**: pyrad/pyradnotes ## Basic Information - **Project Name**: pyradnotes - **Description**: Pyrad's Notes - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-22 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A Tour of Life (Pyrad Notes!) ## NOTE This should be ***exactly*** the same for the 2 repositories from 2 different remote: - Gitee - [Pyrad/pyradnotes](https://gitee.com/pyrad/pyradnotes) - Github - [Pyrad/pyradnotes](https://github.com/Pyrad/pyradnotes) Check the following pages to see how to set multiple remote origins on a same local repo: - [Multiple Remote Repositories](https://pyrad.github.io/2022/05/16/multiple-remote-repositories/#more) - [https://pyrads-notes.readthedocs.io/en/latest/Git/gitcmd.html](https://pyrads-notes.readthedocs.io/en/latest/Git/gitcmd.html) ## 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 ![](./source/_static/HowToBuildNotes.gif) ## References Here are some useful links, relating to **Sphinx**, **reStructuredText**, **ReadTheDocs** and so on. - [Sphinx使用手册](https://zh-sphinx-doc.readthedocs.io/en/latest/index.html) ([其目录](https://zh-sphinx-doc.readthedocs.io/en/latest/contents.html)) - [Sphinx Docs](http://www.sphinxsearch.com/docs/) - [reStructuredText(rst)快速入门语法说明](https://www.jianshu.com/p/1885d5570b37) - [*Read the Docs* Tutorial](https://docs.readthedocs.io/en/stable/tutorial/)