Project: DociPy
Version: 2.1.1
OS: OS Independent
Author: Irakli Gzirishvili
Mail: gziraklirex@gmail.com
DociPy is a Python command-line interface application. DociPy is designed to easily generate impressive static HTML documentations
To use DociPy, follow these steps:
- Run this CLI command to install the Python module
pip install docipy - Navigate to any directory containing markdown
folder/files.md - Open the CLI in the selected directory and run this command
docipy render - Update the documentation logo at
assets/logo.icoand the author image atassets/author.png - Run
docipy versionto upgrade the version number, ordocipy version (number)to set it manually
Do not change the file names in the
assetsfolder, but feel free to update the files if needed
The output will consist of 2 folders and 3 files in the root directory by default:
- assets: A folder containing all required resources
- version: A folder reserving previous versions
- index.html: The generated static HTML file
- menu.yaml: The generated menu file, which you can adjust
- robots.txt: File that controls the behavior of search engines
The menu is mapped according to the directory tree. After adjusting your menu, don't forget to run this CLI command again docipy render to update your documentation
Change the *circle to any Bootstrap icon *name in the menu.yaml file that you think fits the topic
To reset the menu, simply run the following CLI command:
docipy render -r
If you want to update any configuration parameters that were defined during the initial generation of the documentation:
- Run this CLI command to start updating configuration parameters
docipy reform - Skip parameters by pressing
Enterto leave their values unchanged - Enter new values for any desired parameter and press
Enter
Config parameters will be updated as you finish filling out the required fields
These are the configuration parameters requested during the initial generation of the documentation:
- Project: Name of the project
required - Version: Version of the project
required - Slogan: Slogan of the project
- Description: Description of the project
- Keywords: Keywords for search engines
- Documentation URL: URL of the live documentation domain
- Author: Author of the project
required - Position: Author's position
- Email: Author's email address
required - LinkedIn: Author's LinkedIn profile URL
- X: Author's X account URL
- Button 1 Name: Name of the first main button
- Button 1 Link: URL for the first main button
- Button 2 Name: Name of the second main button
- Button 2 Link: URL for the second main button
- Main Color: Main color for the documentation
- Dark Color: Darker variant of the main color for the documentation
- Google Tag (script): Google tag script for analytics
- Copyright Verification (meta): Meta tag for copyright verification
- Copyright Badge (a, script): Link and script for the copyright badge
Don't forget to update the Documentation URL before publishing:
- Run this CLI command to start updating configuration parameters
docipy reform - Skip other parameters by pressing
Enterto leave their values unchanged - Enter
Documentation URLvaluee.g https://example.comand pressEnter
For local versions, the
Documentation URLmust be specified as a dot.