Skip to content

linuxluigi/javadoc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javadoc Sphinx Example

Venv

At first you need to create a Python venv & log into it.

virtualenv -p python3 env
source env/bin/activate

Install the Python requirements via pip

pip install -r docs-requirements.txt

sphinx-quickstart

Go to the docs dir & create the docs

Look the YouTube Video for description how the quickstart work IMAGE ALT TEXT HERE

cd docs
sphinx-quickstart

config.py example

In /docs/example-settings.py is an example config with pre set the nice looking sphinx_rtd_theme

generate the docs

Edit /docs/javasphinx.sh the Vars TITEL --> Your Project Name PACKAGENAME --> Your Javapackage com.example.MyProject name, only if you don't have write it in the code. SOURCE --> Path to the source like ../src/main/java/

To generate code execute /docs/javasphinx.sh

cd docs
./javasphinx.sh

After that you have your docs in mutiple formats :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors